Package 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
-
-
Constructor Summary
Constructors Constructor Description JpaPersistenceConstants()
-
-
-
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 theSession
. Otherwise, the value is stored as perPersistenceConstants.SESSION
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JpaPersistenceConstants
public JpaPersistenceConstants()
-
-