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 TableInformationContainerCommon interface for all mappings that contain relational table information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCatalog()java.lang.StringgetSchema()java.lang.StringgetSubselect()java.lang.StringgetSubselectAttribute()java.lang.StringgetTable()
-