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 MultiTenancyStrategyMultiTenancyStrategy. determineMultiTenancyStrategy(Map properties)Extract the MultiTenancyStrategy from the setting map.static MultiTenancyStrategyMultiTenancyStrategy. valueOf(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 SessionFactoryBuilderSessionFactoryBuilder. 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 MultiTenancyStrategyAbstractDelegatingMetadataBuildingOptions. getMultiTenancyStrategy()MultiTenancyStrategyAbstractDelegatingSessionFactoryOptions. getMultiTenancyStrategy()MultiTenancyStrategyMetadataBuildingOptions. getMultiTenancyStrategy()Access to the MultiTenancyStrategy for this environment.MultiTenancyStrategySessionFactoryOptions. getMultiTenancyStrategy()Methods in org.hibernate.boot.spi with parameters of type MultiTenancyStrategy Modifier and Type Method Description TAbstractDelegatingSessionFactoryBuilder. applyMultiTenancyStrategy(MultiTenancyStrategy strategy) -
Uses of MultiTenancyStrategy in org.hibernate.cfg
Methods in org.hibernate.cfg that return MultiTenancyStrategy Modifier and Type Method Description MultiTenancyStrategySettings. getMultiTenancyStrategy()Deprecated.
-