org.tynamo.jdo
Class JDOSymbols
java.lang.Object
org.tynamo.jdo.JDOSymbols
public class JDOSymbols
- extends Object
Configuration symbols, for use with contributions to
ApplicationDefaults.
- Since:
- 5.1.0.0
|
Field Summary |
static String |
EARLY_START_UP
If "true", then JDO will be started up at application launch, rather than
lazily. |
static String |
PMF_NAME
The name of the persistence manager factory as defined in jdoconfig.xml
or other JDO configuration |
static String |
PROVIDE_ENTITY_VALUE_ENCODERS
If true (the default), then org.apache.tapestry5.ValueEncoders
are automatically created for each entity. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EARLY_START_UP
public static final String EARLY_START_UP
- If "true", then JDO will be started up at application launch, rather than
lazily.
- See Also:
- Constant Field Values
PROVIDE_ENTITY_VALUE_ENCODERS
public static final String PROVIDE_ENTITY_VALUE_ENCODERS
- If true (the default), then
org.apache.tapestry5.ValueEncoders
are automatically created for each entity. Override to "false" to handle
entity value encoding explicitly - particularly in the case if you have
persistence classes that use complext primary keys
- See Also:
- Constant Field Values
PMF_NAME
public static final String PMF_NAME
- The name of the persistence manager factory as defined in jdoconfig.xml
or other JDO configuration
- See Also:
- Constant Field Values
JDOSymbols
public JDOSymbols()
Copyright © 2011-2012. All Rights Reserved.