类的使用
org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
使用MutablePersistenceUnitInfo的程序包 程序包 说明 org.springframework.orm.jpa.persistenceunit Internal support for managing JPA persistence units.org.springframework.orm.jpa.persistenceunit中MutablePersistenceUnitInfo的使用
返回MutablePersistenceUnitInfo的org.springframework.orm.jpa.persistenceunit中的方法 修饰符和类型 方法 说明 protected MutablePersistenceUnitInfoDefaultPersistenceUnitManager. getPersistenceUnitInfo(String persistenceUnitName)Return the specified PersistenceUnitInfo from this manager's cache of processed persistence units, keeping it in the cache (i.e. not 'obtaining' it for use but rather just accessing it for post-processing).参数类型为MutablePersistenceUnitInfo的org.springframework.orm.jpa.persistenceunit中的方法 修饰符和类型 方法 说明 protected voidDefaultPersistenceUnitManager. postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo pui)Hook method allowing subclasses to customize each PersistenceUnitInfo.voidPersistenceUnitPostProcessor. postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo pui)Post-process the given PersistenceUnitInfo, for example registering further entity classes and jar files.