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.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)
orm.xml
-defined persistence-unit-defaults
values.jpaOrmXmlPersistenceUnitDefaults
- The persistence-unit-defaults
valuesCopyright © 2019 JBoss by Red Hat. All rights reserved.