JavaScript is disabled on your browser.
Skip navigation links
javax.persistence

Annotation Type PersistenceProperty



  • @Target(value={})
     @Retention(value=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:
    Java Persistence 1.0
    • Required Element Summary

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

      • name

        public abstract String name
        The name of the property
      • value

        public abstract String value
        The value of the property
Skip navigation links

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /