org.apache.tapestry5.hibernate
Class HibernateSymbols

java.lang.Object
  extended by org.apache.tapestry5.hibernate.HibernateSymbols

public class HibernateSymbols
extends java.lang.Object

Configuration symbols, for use with contributions to ApplicationDefaults.

Since:
5.1.0.0

Field Summary
static java.lang.String DEFAULT_CONFIGURATION
          If true, then the last HibernateConfigurer will invoke Configuration.configure(), to read the application's hibernate.cfg.xml.
static java.lang.String EARLY_START_UP
          If "true", then Hibernate 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 Hibernate entities as Session State Objects.
static java.lang.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

EARLY_START_UP

public static final java.lang.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 java.lang.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 java.lang.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

ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLED

public static final java.lang.String ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLED
If true, then "entity" persistence strategy is used to store Hibernate entities as Session State Objects.

Since:
5.2.0.0
See Also:
Constant Field Values
Constructor Detail

HibernateSymbols

public HibernateSymbols()


Copyright © 2003-2012 The Apache Software Foundation.