接口 JpaOrmXmlPersistenceUnitDefaultAware
-
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.- 从以下版本开始:
- 5.0
- 作者:
- Steve Ebersole
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static interfaceJpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaultsRepresents thepersistence-unit-defaultsto be applied
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidapply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults jpaOrmXmlPersistenceUnitDefaults)Apply theorm.xml-definedpersistence-unit-defaultsvalues.
-
-
-
方法详细资料
-
apply
void apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults jpaOrmXmlPersistenceUnitDefaults)
Apply theorm.xml-definedpersistence-unit-defaultsvalues.- 参数:
jpaOrmXmlPersistenceUnitDefaults- Thepersistence-unit-defaultsvalues
-
-