Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static MultiTenancyStrategy |
MultiTenancyStrategy.determineMultiTenancyStrategy(Map properties)
Extract the MultiTenancyStrategy from the setting map.
|
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.
|
Modifier and Type | Method and Description |
---|---|
MultiTenancyStrategy |
Settings.getMultiTenancyStrategy() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.