|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.hibernate.HibernateSymbols
public class HibernateSymbols
Configuration symbols, for use with contributions to ApplicationDefaults.
| Field Summary | |
|---|---|
static String |
DEFAULT_CONFIGURATION
If true, then the last HibernateConfigurer will invoke Configuration.configure(), to read the application's hibernate.cfg.xml. |
static String |
EARLY_START_UP
If "true", then Hibernate will be started up at application launch, rather than lazily. |
static String |
ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLED
If true, then "entity" persistence strategy is used to store Hibernate entities as Session State Objects. |
static String |
PROVIDE_ENTITY_VALUE_ENCODERS
If true (the default), then ValueEncoders are automatically created for each entity. |
| Constructor Summary | |
|---|---|
HibernateSymbols()
|
|
| 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 String EARLY_START_UP
public static final String DEFAULT_CONFIGURATION
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.
public static final String PROVIDE_ENTITY_VALUE_ENCODERS
ValueEncoders are automatically created for each entity.
Override to "false" to handle entity value encoding explicitly.
public static final String ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLED
Session State Objects.
| Constructor Detail |
|---|
public HibernateSymbols()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||