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 JaxbColumn
getNameMethods inherited from interface JaxbColumnCommon
getCheckConstraints, getComment, getTable, isInsertable, isNullable, isUnique, isUpdatableMethods inherited from interface JaxbColumnDefinable
getColumnDefinition, getOptions
-
Method Details
-
getReferencedColumnName
String getReferencedColumnName() -
getForeignKey
JaxbForeignKeyImpl getForeignKey()
-