Uses of Class
org.hibernate.MultiTenancyStrategy

Packages that use MultiTenancyStrategy
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
 

Uses of MultiTenancyStrategy in org.hibernate
 

Methods in org.hibernate that return MultiTenancyStrategy
static MultiTenancyStrategy MultiTenancyStrategy.determineMultiTenancyStrategy(Map properties)
           
static MultiTenancyStrategy MultiTenancyStrategy.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.cfg
 

Methods in org.hibernate.cfg that return MultiTenancyStrategy
 MultiTenancyStrategy Settings.getMultiTenancyStrategy()
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.