Interface JaxbTableMapping
- All Superinterfaces:
JaxbCheckable, JaxbDatabaseObject, JaxbSchemaAware
- All Known Implementing Classes:
JaxbCollectionTableImpl, JaxbJoinTableImpl, JaxbSecondaryTableImpl, JaxbTableGeneratorImpl, JaxbTableImpl
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface JaxbCheckable
getCheckConstraintsMethods inherited from interface JaxbSchemaAware
getCatalog, getSchema, setCatalog, setSchema
-
Method Details
-
getComment
String getComment() -
getOptions
String getOptions() -
getIndexes
List<JaxbIndexImpl> getIndexes() -
getUniqueConstraints
List<JaxbUniqueConstraintImpl> getUniqueConstraints()
-