public class HibernateConfigurationHelper extends Object
org.springframework.orm.hibernate5.LocalSessionFactoryBean
Original author: Juergen Hoeller (Spring 1.2)Modifier and Type | Field and Description |
---|---|
static String |
CURRENT_SESSION_CONTEXT |
static String |
ENTITY_INTERCEPTOR |
static String |
IMPLICIT_NAMING_STRATEGY |
static String |
MAP_CLASSES_PATTERN |
static String |
NAMING_STRATEGY |
static String |
PHYSICAL_NAMING_STRATEGY |
static String |
PROPS |
static String |
PROVIDER_CLASS |
Constructor and Description |
---|
HibernateConfigurationHelper(griffon.core.GriffonApplication application,
Map<String,Object> sessionConfig,
String dataSourceName,
DataSource dataSource,
Map dataSources) |
Modifier and Type | Method and Description |
---|---|
org.hibernate.cfg.Configuration |
buildConfiguration() |
String |
getDataSourceName() |
Map<String,Object> |
getSessionConfig() |
public static final String ENTITY_INTERCEPTOR
public static final String NAMING_STRATEGY
public static final String PHYSICAL_NAMING_STRATEGY
public static final String IMPLICIT_NAMING_STRATEGY
public static final String PROPS
public static final String MAP_CLASSES_PATTERN
public static final String CURRENT_SESSION_CONTEXT
public static final String PROVIDER_CLASS