Package org.hibernate.boot.jaxb.hbm.spi
Interface SecondaryTableContainer
-
- All Known Implementing Classes:
JaxbHbmDiscriminatorSubclassEntityType
,JaxbHbmRootEntityType
public interface SecondaryTableContainer
Common interface for mappings that may contain secondary table (join) mappings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<JaxbHbmSecondaryTableType>
getJoin()
-
-
-
Method Detail
-
getJoin
List<JaxbHbmSecondaryTableType> getJoin()
-
-