public class HibernateSymbols extends Object
ApplicationDefaults
.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CONFIGURATION
If true, then the last
HibernateConfigurer will invoke Configuration.configure() , to read the application's hibernate.cfg.xml . |
static String |
EARLY_START_UP
If "true", then Hibernate will be started up at application launch, rather than lazily.
|
static String |
ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLED
If true, then "entity" persistence strategy is used to store Hibernate entities as
Session State Objects . |
static String |
PROVIDE_ENTITY_VALUE_ENCODERS
If true (the default), then
ValueEncoder s are automatically created for each entity. |
Constructor and Description |
---|
HibernateSymbols() |
public static final String EARLY_START_UP
public static final String DEFAULT_CONFIGURATION
HibernateConfigurer
will invoke Configuration.configure()
, to read the application's hibernate.cfg.xml
. This
should be set to false for applications that configure exclusively in code.public static final String PROVIDE_ENTITY_VALUE_ENCODERS
ValueEncoder
s are automatically created for each entity.
Override to "false" to handle entity value encoding explicitly.public static final String ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLED
Session State Objects
.public HibernateSymbols()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.