|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.jpa.JpaSymbols
public class JpaSymbols
Configuration symbols, for use with contributions to ApplicationDefaults
.
Field Summary | |
---|---|
static java.lang.String |
EARLY_START_UP
If "true", then JPA will be started up at application launch, rather than lazily. |
static java.lang.String |
ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLED
If true, then "entity" persistence strategy is used to store JPA entities as Session State Objects . |
static java.lang.String |
PERSISTENCE_DESCRIPTOR
The location of the persistence configuration file, located on the classpath. |
static java.lang.String |
PROVIDE_ENTITY_VALUE_ENCODERS
|
Constructor Summary | |
---|---|
JpaSymbols()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROVIDE_ENTITY_VALUE_ENCODERS
public static final java.lang.String EARLY_START_UP
public static final java.lang.String ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLED
Session State Objects
.
public static final java.lang.String PERSISTENCE_DESCRIPTOR
/META-INF/persistence.xml
.
Constructor Detail |
---|
public JpaSymbols()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |