Package org.apache.tapestry5.jpa
Class JpaPersistenceConstants
java.lang.Object
org.apache.tapestry5.jpa.JpaPersistenceConstants
Constants for persistent field strategies.
- Since:
- 5.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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:
-
-
Constructor Details
-
JpaPersistenceConstants
public JpaPersistenceConstants()
-