org.apache.tapestry5.hibernate
Class HibernatePersistenceConstants
java.lang.Object
org.apache.tapestry5.hibernate.HibernatePersistenceConstants
public class HibernatePersistenceConstants
- extends Object
Constants for persistent field strategies.
- Since:
- 5.2.0
- See Also:
Persist.value()
,
PersistenceConstants
Field Summary |
static String |
ENTITY
If the field's value is a persistent Hibernate entity its type and primary key is stored in the
Session . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENTITY
public static final String ENTITY
- If the field's value is a persistent Hibernate entity its type and primary key is stored in the
Session
. Otherwise,
the value is stored as per PersistenceConstants.SESSION
.
- See Also:
- Constant Field Values
HibernatePersistenceConstants
public HibernatePersistenceConstants()
Copyright © 2003-2012 The Apache Software Foundation.