Package org.hibernate.boot.spi
Interface JpaOrmXmlPersistenceUnitDefaultAware
-
- All Known Implementing Classes:
AbstractDelegatingMetadataBuildingOptions
public interface JpaOrmXmlPersistenceUnitDefaultAwareContract for things that need to be aware of JPAorm.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.- Since:
- 5.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaultsRepresents thepersistence-unit-defaultsto be applied
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults jpaOrmXmlPersistenceUnitDefaults)Apply theorm.xml-definedpersistence-unit-defaultsvalues.
-
-
-
Method Detail
-
apply
void apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults jpaOrmXmlPersistenceUnitDefaults)
Apply theorm.xml-definedpersistence-unit-defaultsvalues.- Parameters:
jpaOrmXmlPersistenceUnitDefaults- Thepersistence-unit-defaultsvalues
-
-