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
getNameMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnCommon
getCheckConstraints, getComment, getTable, isInsertable, isNullable, isUnique, isUpdatableMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnDefinable
getColumnDefinition, getOptions
-
Method Details
-
getReferencedColumnName
String getReferencedColumnName() -
getForeignKey
JaxbForeignKeyImpl getForeignKey()
-