类 ProxyFactoryHelper


  • public final class ProxyFactoryHelper
    extends Object
    Most of this code was originally an internal detail of PojoEntityTuplizer, then extracted to make it easier for integrators to initialize a custom ProxyFactory.
    • 方法详细资料

      • validateProxyability

        public static void validateProxyability​(PersistentClass persistentClass)
      • extractProxySetIdentifierMethod

        public static Method extractProxySetIdentifierMethod​(Setter idSetter,
                                                             Class proxyInterface)
      • extractProxyGetIdentifierMethod

        public static Method extractProxyGetIdentifierMethod​(Getter idGetter,
                                                             Class proxyInterface)