public class AutoGeneratedKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
entity |
java.lang.String |
propertyName |
java.lang.Object |
realValue |
java.lang.Object |
tempValue |
AutoGeneratedKeyType |
type |
Constructor and Description |
---|
AutoGeneratedKey(java.lang.Object entity,
java.lang.String propertyName,
java.lang.String autoGeneratedKeyType) |
Modifier and Type | Method and Description |
---|---|
java.beans.PropertyDescriptor |
getPropertyDescriptor() |
public java.lang.Object entity
public AutoGeneratedKeyType type
public java.lang.String propertyName
public java.lang.Object tempValue
public java.lang.Object realValue