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

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

Introduction

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

Usage

From source file com.qcadoo.model.beans.sample.SampleParentDatabaseObject.java

public class SampleParentDatabaseObject implements HibernateProxy {

    /**
     * 
     */
    private static final long serialVersionUID = -3703171948011903671L;

From source file com.qcadoo.model.beans.sample.SampleTreeDatabaseObject.java

public class SampleTreeDatabaseObject implements HibernateProxy {

    private static final long serialVersionUID = -3703171948011903671L;

    private Long id;

From source file gov.nih.nci.caarray.dao.MockTermHibernateProxy.java

public class MockTermHibernateProxy extends Term implements HibernateProxy {

    private static final long serialVersionUID = 1L;
    public Object implementation = new Object();

    public MockTermHibernateProxy(Term impl) {

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

/**
 * Proxy for "dynamic-map" entity representations.
 * SLOW
 */
public class CFCHibernateProxy extends ComponentProProxy implements HibernateProxy, Serializable, ObjectWrap {

From source file org.bonitasoft.engine.business.data.impl.FakeHibernateProxyEntity.java

/**
 * author Emmanuel Duchastenier
 */
public class FakeHibernateProxyEntity implements HibernateProxy, Entity {

    @Override

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

/**
 * @author Eike Stepper
 */
public class CDORevisionProxyHibernate extends DelegatingCDORevision implements HibernateProxy {
    private static final long serialVersionUID = 1L;

From source file org.mockingbird.test.HibernateProxyAnimal.java

/**
 * Fake used in tests at
 * {@link org.openmrs.module.webservices.rest.web.api.impl.RestServiceImplTest}. Located in a fake
 * package not under org.openmrs.xxx on purpose otherwise it will be picked up by other tests due to
 * {@link org.openmrs.module.webservices.rest.web.OpenmrsClassScanner} and its classpath pattern.
 */