Package org.apache.tapestry5.jpa
Class JpaSymbols
java.lang.Object
org.apache.tapestry5.jpa.JpaSymbols
Configuration symbols, for use with contributions to
ApplicationDefaults
.- Since:
- 5.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
If "true", then JPA will be started up at application launch, rather than lazily.static final String
If true, then "entity" persistence strategy is used to store JPA entities asSession State Objects
.static final String
The location of the persistence configuration file, located on the classpath.static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROVIDE_ENTITY_VALUE_ENCODERS
- See Also:
-
EARLY_START_UP
If "true", then JPA will be started up at application launch, rather than lazily.- Since:
- 5.3
- See Also:
-
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:
-
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:
-
-
Constructor Details
-
JpaSymbols
public JpaSymbols()
-