This class is restricted to package visibility, in contrast to its superclass.
author: Rod Johnson author: Juergen Hoeller author: Costin Leau since: 2.0 See Also:PersistenceUnitManager
Method Summary
public void
addTransformer(ClassTransformer classTransformer) This implementation delegates to the LoadTimeWeaver, if specified.
getNewTempClassLoader() This implementation delegates to the LoadTimeWeaver, if specified.
public void
init(LoadTimeWeaver loadTimeWeaver) Initialize this PersistenceUnitInfo with the LoadTimeWeaver SPI interface
used by Spring to add instrumentation to the current class loader.
public void
init(ClassLoader classLoader) Initialize this PersistenceUnitInfo with the current class loader
(instead of with a LoadTimeWeaver).
Method Detail
addTransformer
public void addTransformer(ClassTransformer classTransformer)(Code)
This implementation delegates to the LoadTimeWeaver, if specified.