Package org.apache.tapestry5.jpa
Class JpaConstants
- java.lang.Object
 - 
- org.apache.tapestry5.jpa.JpaConstants
 
 
- 
public class JpaConstants extends java.lang.Object
Defines constants used inside the Tapestry JPA integration.- Since:
 - 5.3
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPERSISTENCE_UNIT_NAMEName of theEntityManagerproperty whose value is the name of a persistence unit. 
- 
Constructor Summary
Constructors Constructor Description JpaConstants() 
 - 
 
- 
- 
Field Detail
- 
PERSISTENCE_UNIT_NAME
public static final java.lang.String PERSISTENCE_UNIT_NAME
Name of theEntityManagerproperty whose value is the name of a persistence unit.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
JpaConstants
public JpaConstants()
 
 - 
 
 -