org.apache.tapestry5.hibernate
Class HibernateConstants

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

public class HibernateConstants
extends Object

Defines constants used inside the Tapestry Hibernate intergration.


Field Summary
static String DEFAULT_CONFIGURATION
          Deprecated. Use HibernateSymbols.DEFAULT_CONFIGURATION instead
static String PROVIDE_ENTITY_VALUE_ENCODERS_SYMBOL
          Deprecated. Use HibernateSymbols.PROVIDE_ENTITY_VALUE_ENCODERS instead.
 
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 String PROVIDE_ENTITY_VALUE_ENCODERS_SYMBOL
Deprecated. Use HibernateSymbols.PROVIDE_ENTITY_VALUE_ENCODERS instead.
See Also:
Constant Field Values

DEFAULT_CONFIGURATION

public static final String DEFAULT_CONFIGURATION
Deprecated. Use HibernateSymbols.DEFAULT_CONFIGURATION instead
See Also:
Constant Field Values
Constructor Detail

HibernateConstants

public HibernateConstants()


Copyright © 2003-2012 The Apache Software Foundation.