接口 JpaOrmXmlPersistenceUnitDefaultAware

  • 所有已知实现类:
    AbstractDelegatingMetadataBuildingOptions, MetadataBuilderImpl.MetadataBuildingOptionsImpl

    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.

    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