Package org.apache.tapestry5.jpa
Class JpaConstants
- java.lang.Object
-
- org.apache.tapestry5.jpa.JpaConstants
-
public class JpaConstants extends Object
Defines constants used inside the Tapestry JPA integration.- Since:
- 5.3
-
-
Field Summary
Fields Modifier and Type Field Description static String
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 String 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()
-
-