public interface JpaOrmXmlPersistenceUnitDefaultAware
Contract for things that need to be aware of JPA orm.xml-defined persistence-unit-defaults. Only
MetadataBuildingOptions are supported to implement this contract.
<p/>
NOTE: it is expected that this contract will go away as we migrate to Jandex for annotation processing
and move to the annotation binding constructs done on the metamodel branch.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
Represents the
persistence-unit-defaults to be applied |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults jpaOrmXmlPersistenceUnitDefaults)
Apply the
orm.xml-defined persistence-unit-defaults values. |
void apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults jpaOrmXmlPersistenceUnitDefaults)
Apply the orm.xml-defined persistence-unit-defaults values.
jpaOrmXmlPersistenceUnitDefaults - The persistence-unit-defaults valuesCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.