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 Details

    • getSchema

      String getSchema()
    • getCatalog

      String getCatalog()
    • getTable

      String getTable()
    • getSubselect

      String getSubselect()