Package org.apache.tapestry5.jpa
Class JpaSymbols
-
- org.apache.tapestry5.jpa.JpaSymbols
-
public class JpaSymbols extends
Configuration symbols, for use with contributions toApplicationDefaults
.- Since:
- 5.3
-
-
Field Summary
Fields Modifier and Type Field Description static
EARLY_START_UP
If "true", then JPA will be started up at application launch, rather than lazily.static
ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLED
If true, then "entity" persistence strategy is used to store JPA entities asSession State Objects
.static
PERSISTENCE_DESCRIPTOR
The location of the persistence configuration file, located on the classpath.static
PROVIDE_ENTITY_VALUE_ENCODERS
-
Constructor Summary
Constructors Constructor Description JpaSymbols()
-
-
-
Field Detail
-
PROVIDE_ENTITY_VALUE_ENCODERS
public static final PROVIDE_ENTITY_VALUE_ENCODERS
- See Also:
- Constant Field Values
-
EARLY_START_UP
public static final EARLY_START_UP
If "true", then JPA will be started up at application launch, rather than lazily.- Since:
- 5.3
- See Also:
- Constant Field Values
-
ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLED
public static final ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLED
If true, then "entity" persistence strategy is used to store JPA entities asSession State Objects
.- Since:
- 5.3
- See Also:
- Constant Field Values
-
PERSISTENCE_DESCRIPTOR
public static final PERSISTENCE_DESCRIPTOR
The location of the persistence configuration file, located on the classpath. This will normally be/META-INF/persistence.xml
.- Since:
- 5.3
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JpaSymbols
public JpaSymbols()
-
-