Uses of Class
org.hibernate.MultiTenancyStrategy
-
Packages that use MultiTenancyStrategy Package Description org.hibernate org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.cfg -
-
Uses of MultiTenancyStrategy in org.hibernate
Methods in org.hibernate that return MultiTenancyStrategy Modifier and Type Method Description static MultiTenancyStrategy
MultiTenancyStrategy. determineMultiTenancyStrategy(java.util.Map properties)
Extract the MultiTenancyStrategy from the setting map.static MultiTenancyStrategy
MultiTenancyStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MultiTenancyStrategy[]
MultiTenancyStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MultiTenancyStrategy in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type MultiTenancyStrategy Modifier and Type Method Description SessionFactoryBuilder
SessionFactoryBuilder. applyMultiTenancyStrategy(MultiTenancyStrategy strategy)
Apply the form of multi-tenancy used by the application -
Uses of MultiTenancyStrategy in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return MultiTenancyStrategy Modifier and Type Method Description MultiTenancyStrategy
AbstractDelegatingMetadataBuildingOptions. getMultiTenancyStrategy()
MultiTenancyStrategy
AbstractDelegatingSessionFactoryOptions. getMultiTenancyStrategy()
MultiTenancyStrategy
MetadataBuildingOptions. getMultiTenancyStrategy()
Access to the MultiTenancyStrategy for this environment.MultiTenancyStrategy
SessionFactoryOptions. getMultiTenancyStrategy()
Methods in org.hibernate.boot.spi with parameters of type MultiTenancyStrategy Modifier and Type Method Description T
AbstractDelegatingSessionFactoryBuilder. applyMultiTenancyStrategy(MultiTenancyStrategy strategy)
-
Uses of MultiTenancyStrategy in org.hibernate.cfg
Methods in org.hibernate.cfg that return MultiTenancyStrategy Modifier and Type Method Description MultiTenancyStrategy
Settings. getMultiTenancyStrategy()
Deprecated.
-