Package org.hibernate.proxy.pojo
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 Method
extractProxyGetIdentifierMethod
(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 Method
extractProxySetIdentifierMethod
(Setter idSetter, Class<?> proxyInterface) Deprecated, for removal: This API element is subject to removal in a future version.static void
validateGetterSetterMethodProxyability
(String getterOrSetter, Method method) Deprecated, for removal: This API element is subject to removal in a future version.static void
validateProxyability
(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
Deprecated, for removal: This API element is subject to removal in a future version. -
extractProxySetIdentifierMethod
Deprecated, for removal: This API element is subject to removal in a future version. -
extractProxyGetIdentifierMethod
Deprecated, for removal: This API element is subject to removal in a future version.
-