Annotation Type PersistenceProperty


@Target({}) @Retention(RUNTIME) public @interface PersistenceProperty
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:
1.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the property
    The value of the property
  • Element Details

    • name

      String name
      The name of the property
    • value

      String value
      The value of the property