Z - the source typeX - the destination typepublic interface BasicMapping<Z,X> extends SingularMapping<Z,X>
| Modifier and Type | Method and Description |
|---|---|
BasicColumn |
getColumn()
Returns the column of the mapping.
|
ColumnTransformerMetadata |
getColumnTransformer()
Returns the column transformer of the mapping.
|
javax.persistence.EnumType |
getEnumType()
Returns the enum type of the mapping.
|
javax.persistence.TemporalType |
getTemporalType()
Returns the temporal type of the mapping.
|
boolean |
isLob()
Returns if the mapping is lob type.
|
boolean |
isVersion()
Returns if the column is a version column.
|
getIdType, isIdget, getJavaMember, getJavaType, getLocator, getName, getParent, getPath, getRoot, isCollection, setBasicColumn getColumn()
ColumnTransformerMetadata getColumnTransformer()
javax.persistence.EnumType getEnumType()
nulljavax.persistence.TemporalType getTemporalType()
nullboolean isLob()
true if the mapping is lob type, false otherwiseboolean isVersion()
true if the column is a version column, false otherwiseCopyright © 2012-2013 Batoo. All Rights Reserved.