Java org.springframework.orm.jpa.persistenceunit SpringPersistenceUnitInfo fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.orm.jpa.persistenceunit SpringPersistenceUnitInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.orm.jpa.persistenceunit SpringPersistenceUnitInfo.

The text is from its open source code.

Constructor

Method

voidinit(LoadTimeWeaver loadTimeWeaver)
Initialize this PersistenceUnitInfo with the LoadTimeWeaver SPI interface used by Spring to add instrumentation to the current class loader.
voidinit(@Nullable ClassLoader classLoader)
Initialize this PersistenceUnitInfo with the current class loader (instead of with a LoadTimeWeaver).