org.apache.tapestry5.hibernate
Class HibernateConstants

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

public class HibernateConstants
extends java.lang.Object

Defines constants used inside the Tapestry Hibernate intergration.


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 PROVIDE_ENTITY_VALUE_ENCODERS_SYMBOL
          If true (the default), then ValueEncoders are automatically created for each entity.
 
Constructor Summary
HibernateConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROVIDE_ENTITY_VALUE_ENCODERS_SYMBOL

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

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
Constructor Detail

HibernateConstants

public HibernateConstants()


Copyright © 2007-2009 Apache Software Foundation. All Rights Reserved.