Interface JaxbTableMapping
- All Superinterfaces:
JaxbCheckable
,JaxbDatabaseObject
,JaxbSchemaAware
- All Known Implementing Classes:
JaxbCollectionTableImpl
,JaxbJoinTableImpl
,JaxbSecondaryTableImpl
,JaxbTableGeneratorImpl
,JaxbTableImpl
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbCheckable
getCheckConstraints
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.JaxbSchemaAware
getCatalog, getSchema, setCatalog, setSchema
-
Method Details
-
getComment
String getComment() -
getOptions
String getOptions() -
getIndexes
List<JaxbIndexImpl> getIndexes() -
getUniqueConstraints
List<JaxbUniqueConstraintImpl> getUniqueConstraints()
-