public interface JpaOrmXmlPersistenceUnitDefaultAware
orm.xml-defined persistence-unit-defaults.  Only
 MetadataBuildingOptions are supported to implement this contract.
 
 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.JpaOrmXmlPersistenceUnitDefaultsRepresents the  persistence-unit-defaultsto be applied | 
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults jpaOrmXmlPersistenceUnitDefaults)Apply the  orm.xml-definedpersistence-unit-defaultsvalues. | 
void apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults jpaOrmXmlPersistenceUnitDefaults)
orm.xml-defined persistence-unit-defaults values.jpaOrmXmlPersistenceUnitDefaults - The persistence-unit-defaults valuesCopyright © 2017 JBoss by Red Hat. All rights reserved.