24.1.65. @PersistenceProperty
<div class="paragraph">
The [`@PersistenceProperty`](http://docs.oracle.com/javaee/7/api/javax/persistence/PersistenceProperty.html) annotation is used by the [`@PersistenceContext`](#annotations-jpa-persistencecontext) annotation to declare JPA provider properties that are passed to the underlying container when the `EntityManager` instance is created.
</div>
</div>
<div class="sect3">