Interface JaxbColumnJoined
- All Superinterfaces:
JaxbCheckable
,JaxbColumn
,JaxbColumnCommon
,JaxbColumnDefinable
,JaxbColumnMutable
,JaxbColumnNullable
,JaxbColumnUniqueable
,JaxbCommentable
,JaxbDatabaseObject
- All Known Implementing Classes:
JaxbJoinColumnImpl
,JaxbMapKeyJoinColumnImpl
,JaxbPrimaryKeyJoinColumnImpl
Composition of the aspects of column definition for join "column types" exposed in XSD
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumn
getName
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnCommon
getCheckConstraints, getComment, getTable, isInsertable, isNullable, isUnique, isUpdatable
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnDefinable
getColumnDefinition, getOptions
-
Method Details
-
getReferencedColumnName
String getReferencedColumnName() -
getForeignKey
JaxbForeignKeyImpl getForeignKey()
-