org.apache.tapestry5.hibernate
Class HibernateSymbols
java.lang.Object
org.apache.tapestry5.hibernate.HibernateSymbols
public class HibernateSymbols
- extends Object
Configuration symbols, for use with contributions to ApplicationDefaults.
- Since:
- 5.1.0.0
| 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 Hibernate will be started up at application launch, rather than lazily.
- See Also:
- Constant Field Values
DEFAULT_CONFIGURATION
public static final String DEFAULT_CONFIGURATION
- If true, then the last
HibernateConfigurer will invoke Configuration.configure(), to read the application's hibernate.cfg.xml. This
should be set to false for applications that configure exclusively in code.
- See Also:
- Constant Field Values
PROVIDE_ENTITY_VALUE_ENCODERS
public static final String PROVIDE_ENTITY_VALUE_ENCODERS
- If true (the default), then
ValueEncoders are automatically created for each entity.
Override to "false" to handle entity value encoding explicitly.
- See Also:
- Constant Field Values
HibernateSymbols
public HibernateSymbols()
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.