接口 PersistenceUnitPostProcessor

    • 方法详细资料

      • postProcessPersistenceUnitInfo

        void postProcessPersistenceUnitInfo​(MutablePersistenceUnitInfo pui)
        Post-process the given PersistenceUnitInfo, for example registering further entity classes and jar files.
        参数:
        pui - the chosen PersistenceUnitInfo, as read from persistence.xml. Passed in as MutablePersistenceUnitInfo.