public class Jpa2PersistenceUnitInfoDecorator
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
getSharedCacheMode
and getValidationMode methods from String names to enum return values.| Constructor and Description |
|---|
Jpa2PersistenceUnitInfoDecorator(javax.persistence.spi.PersistenceUnitInfo target) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.spi.PersistenceUnitInfo |
getTarget() |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
public Jpa2PersistenceUnitInfoDecorator(javax.persistence.spi.PersistenceUnitInfo target)
public final javax.persistence.spi.PersistenceUnitInfo getTarget()
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.ThrowableCopyright © 2018. All Rights Reserved.