Uses of Interface
org.hibernate.boot.model.source.spi.SecondaryTableSource
-
Packages that use SecondaryTableSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of SecondaryTableSource in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return types with arguments of type SecondaryTableSource Modifier and Type Method Description Map<String,SecondaryTableSource>
AbstractEntitySourceImpl. getSecondaryTableMap()
-
Uses of SecondaryTableSource in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return types with arguments of type SecondaryTableSource Modifier and Type Method Description Map<String,SecondaryTableSource>
EntitySource. getSecondaryTableMap()
Obtain the secondary tables for this entity
-