Package org.apache.tapestry5.jpa
Class JpaConstants
java.lang.Object
org.apache.tapestry5.jpa.JpaConstants
Defines constants used inside the Tapestry JPA integration.
- Since:
- 5.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of theEntityManager
property whose value is the name of a persistence unit. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PERSISTENCE_UNIT_NAME
Name of theEntityManager
property whose value is the name of a persistence unit.- See Also:
-
-
Constructor Details
-
JpaConstants
public JpaConstants()
-