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