Package org.hibernate.proxy.pojo
Class ProxyFactoryHelper
java.lang.Object
org.hibernate.proxy.pojo.ProxyFactoryHelper
Most of this code was originally an internal detail of
PojoEntityTuplizer
,
then extracted to make it easier for integrators to initialize a custom
ProxyFactory
.-
Method Summary
Modifier and TypeMethodDescriptionstatic Method
extractProxyGetIdentifierMethod
(Getter idGetter, Class<?> proxyInterface) extractProxyInterfaces
(PersistentClass persistentClass, String entityName) static Method
extractProxySetIdentifierMethod
(Setter idSetter, Class<?> proxyInterface) static void
validateGetterSetterMethodProxyability
(String getterOrSetter, Method method) static void
validateProxyability
(PersistentClass persistentClass)
-
Method Details
-
extractProxyInterfaces
public static Set<Class<?>> extractProxyInterfaces(PersistentClass persistentClass, String entityName) -
validateProxyability
-
validateGetterSetterMethodProxyability
-
extractProxySetIdentifierMethod
-
extractProxyGetIdentifierMethod
-