org.apache.tapestry5.jpa
Class JpaPersistenceConstants
java.lang.Object
org.apache.tapestry5.jpa.JpaPersistenceConstants
public class JpaPersistenceConstants
- extends Object
Constants for persistent field strategies.
- Since:
- 5.3
Field Summary |
static String |
ENTITY
If the field's value is a persistent JPA 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 JPA 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
JpaPersistenceConstants
public JpaPersistenceConstants()
Copyright © 2003-2012 The Apache Software Foundation.