@Target(value={})
@Retention(value=RUNTIME)
public @interface PersistenceProperty
Describes a single container or persistence provider property.
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.
- Author:
- Emmanuel Bernard