Example usage for org.hibernate.proxy ProxyFactory interface-usage

List of usage examples for org.hibernate.proxy ProxyFactory interface-usage

Introduction

In this page you can find the example usage for org.hibernate.proxy ProxyFactory interface-usage.

Usage

From source file lucee.runtime.orm.hibernate.tuplizer.proxy.CFCHibernateProxyFactory.java

public class CFCHibernateProxyFactory implements ProxyFactory {
    private String entityName;
    private String nodeName;

    public void postInstantiate(final String entityName, final Class persistentClass, final Set interfaces,
            final Method getIdentifierMethod, final Method setIdentifierMethod,

From source file org.codehaus.groovy.grails.orm.hibernate.proxy.GroovyAwareJavassistProxyFactory.java

/**
 * Hibernate's default proxying mechanism proxies Groovy's getMetaClass() method. To avoid this
 * we customize the proxying creation proxy here and in #GroovyAwareJavassistLazyInitializer.
 *
 * @author Graeme Rocher
 * @since 1.1.1

From source file org.eclipse.emf.cdo.server.internal.hibernate.tuplizer.CDORevisionProxyFactory.java

/**
 * @author Eike Stepper
 */
public class CDORevisionProxyFactory implements ProxyFactory {
    private String entityName;

From source file org.grails.orm.hibernate.proxy.GroovyAwareJavassistProxyFactory.java

/**
 * Hibernate's default proxying mechanism proxies Groovy's getMetaClass() method. To avoid this
 * we customize the proxying creation proxy here and in #GroovyAwareJavassistLazyInitializer.
 *
 * @author Graeme Rocher
 * @since 1.1.1