JPA Annotation

PersistenceProperty

Implemented Interfaces:
Annotation

Describes a single container or persistence provider property. Used in PersistenceContext.

Vendor specific properties may be included in the set of properties, and are passed to the persistence provider by the container when the entity manager is created. Properties that are not recognized by a vendor will be ignored.

Since:
JPA 1.0

Public Annotation Attributes

String name default null
The name of the property
Since:
JPA 1.0
String value default null
The value of the property
Since:
JPA 1.0