ENTITY - the entity typeBASIC - the basic typepublic interface Property<ENTITY,BASIC> extends JdbcMappable<BASIC>
| Modifier and Type | Method and Description |
|---|---|
InParameter<BASIC> |
asInParameter()
Returns this property as
InParameter. |
java.lang.Object |
get()
Returns the value of this property.
|
java.lang.Object |
getAsNonOptional()
Return the non optional value of this property.
|
Property<ENTITY,BASIC> |
load(ENTITY entity)
Loads the value from the entity to this property.
|
Property<ENTITY,BASIC> |
save(ENTITY entity)
Saves the value from this property to the entity.
|
getWrappergetDomainClassjava.lang.Object get()
java.lang.Object getAsNonOptional()
Property<ENTITY,BASIC> load(ENTITY entity)
entity - the entityProperty<ENTITY,BASIC> save(ENTITY entity)
entity - the entityInParameter<BASIC> asInParameter()
InParameter.