Class ProxyFactoryHelper

java.lang.Object
org.hibernate.proxy.pojo.ProxyFactoryHelper

@Deprecated(since="7.2", forRemoval=true) public final class ProxyFactoryHelper extends Object
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 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

      public static void validateProxyability(PersistentClass persistentClass)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • validateGetterSetterMethodProxyability

      public static void validateGetterSetterMethodProxyability(String getterOrSetter, Method method)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • extractProxySetIdentifierMethod

      public static Method extractProxySetIdentifierMethod(Setter idSetter, Class<?> proxyInterface)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • extractProxyGetIdentifierMethod

      public static Method extractProxyGetIdentifierMethod(Getter idGetter, Class<?> proxyInterface)
      Deprecated, for removal: This API element is subject to removal in a future version.