Internal Website Search

1-5 of 5 results

javax.persistence.PersistenceProperty.value

JPA Annotation Attribute in javax.persistence. PersistenceProperty String value default null The value of the property Since: JPA 1.0

javax.persistence.PersistenceProperty

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

javax.persistence.PersistenceProperty.name

JPA Annotation Attribute in javax.persistence. PersistenceProperty String name default null The name of the property Since: JPA 1.0

javax.persistence.PersistenceContext

injection is used. Since: JPA 1.0 PersistenceProperty [] properties default {} (Optional) Properties

javax.persistence.PersistenceContext.properties

JPA Annotation Attribute in javax.persistence.PersistenceContext PersistenceProperty [] properties default {} (Optional) Properties for the container or persistence provider. Vendor specific properties may be included in this set of properties. Properties that are not recognized by a vendor are ignored. Since: JPA 1.0