Class ProxyFactoryHelper
java.lang.Object
org.hibernate.proxy.pojo.ProxyFactoryHelper
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used. Will be removed.
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 MethodextractProxyGetIdentifierMethod(Getter idGetter, Class<?> proxyInterface) Deprecated, for removal: This API element is subject to removal in a future version.extractProxyInterfaces(PersistentClass persistentClass, String entityName) Deprecated, for removal: This API element is subject to removal in a future version.static MethodextractProxySetIdentifierMethod(Setter idSetter, Class<?> proxyInterface) Deprecated, for removal: This API element is subject to removal in a future version.static voidvalidateGetterSetterMethodProxyability(String getterOrSetter, Method method) Deprecated, for removal: This API element is subject to removal in a future version.static voidvalidateProxyability(PersistentClass persistentClass) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
extractProxyInterfaces
public static Set<Class<?>> extractProxyInterfaces(PersistentClass persistentClass, String entityName) Deprecated, for removal: This API element is subject to removal in a future version. -
validateProxyability
Deprecated, for removal: This API element is subject to removal in a future version. -
validateGetterSetterMethodProxyability
-
extractProxySetIdentifierMethod
-
extractProxyGetIdentifierMethod
-