Uses of Interface
org.hibernate.boot.model.source.spi.MultiTenancySource
-
Packages that use MultiTenancySource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of MultiTenancySource in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return MultiTenancySource Modifier and Type Method Description MultiTenancySource
EntityHierarchySourceImpl. getMultiTenancySource()
-
Uses of MultiTenancySource in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return MultiTenancySource Modifier and Type Method Description MultiTenancySource
EntityHierarchySource. getMultiTenancySource()
Obtain the source information about the multi-tenancy discriminator for this entity
-