org.apache.tapestry5.jpa
Class JpaPersistenceConstants

java.lang.Object
  extended by 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.
 
Constructor Summary
JpaPersistenceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

JpaPersistenceConstants

public JpaPersistenceConstants()


Copyright © 2003-2012 The Apache Software Foundation.