public class JpaSymbols extends Object
ApplicationDefaults
.Modifier and Type | Field and Description |
---|---|
static String |
EARLY_START_UP
If "true", then JPA 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 JPA entities as
Session State Objects . |
static String |
PERSISTENCE_DESCRIPTOR
The location of the persistence configuration file, located on the classpath.
|
static String |
PROVIDE_ENTITY_VALUE_ENCODERS |
Constructor and Description |
---|
JpaSymbols() |
public static final String PROVIDE_ENTITY_VALUE_ENCODERS
public static final String EARLY_START_UP
public static final String ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLED
Session State Objects
.public static final String PERSISTENCE_DESCRIPTOR
/META-INF/persistence.xml
.public JpaSymbols()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.