Package org.hibernate.boot.jaxb.hbm.spi
Interface TableInformationContainer
-
- All Known Subinterfaces:
PluralAttributeInfo
- All Known Implementing Classes:
JaxbHbmArrayType
,JaxbHbmBagCollectionType
,JaxbHbmIdBagCollectionType
,JaxbHbmJoinedSubclassEntityType
,JaxbHbmListType
,JaxbHbmMapType
,JaxbHbmPrimitiveArrayType
,JaxbHbmRootEntityType
,JaxbHbmSecondaryTableType
,JaxbHbmSetType
,JaxbHbmUnionSubclassEntityType
,PluralAttributeInfoIdBagAdapter
,PluralAttributeInfoPrimitiveArrayAdapter
public interface TableInformationContainer
Common interface for all mappings that contain relational table information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCatalog()
String
getSchema()
String
getSubselect()
String
getSubselectAttribute()
String
getTable()
-