Example usage for org.hibernate.tuple Instantiator interface-usage

List of usage examples for org.hibernate.tuple Instantiator interface-usage

Introduction

In this page you can find the example usage for org.hibernate.tuple Instantiator interface-usage.

Usage

From source file gr.interamerican.bo2.impl.open.hibernate.tuple.instantiator.Bo2PojoComponentInstantiator.java

/**
 * An {@link Instantiator} that knows how to resolve concrete pojo component
 * implementations given their abstract or interface representation. 
 */
public class Bo2PojoComponentInstantiator implements Instantiator {

From source file gr.interamerican.bo2.impl.open.hibernate.tuple.instantiator.Bo2PojoEntityInstantiator.java

/**
 * An {@link Instantiator} that knows how to resolve concrete pojo entity
 * implementations given their abstract or interface representation. 
 */
public class Bo2PojoEntityInstantiator implements Instantiator {

From source file lucee.runtime.orm.hibernate.tuplizer.CFCInstantiator.java

public class CFCInstantiator implements Instantiator {

    private String entityName;
    private Set<String> isInstanceEntityNames = new HashSet<String>();

    public CFCInstantiator() {

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

/**
 * @author Eike Stepper
 */
public class CDORevisionInstantiator implements Instantiator {
    private static final long serialVersionUID = 1L;

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

/**
 * Instantiates {@link CDOFeatureMapEntry}.
 *
 * @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
 */

From source file org.eclipse.emf.teneo.hibernate.mapping.eav.EAVInstantiator.java

/**
 * Instantiator for the EAV_EObject root.
 * 
 * @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
 * @version $Revision: 1.1 $
 */

From source file org.eclipse.emf.teneo.hibernate.mapping.elist.FeatureMapEntryComponentInstantiator.java

/**
 * Instantiates feature map entries which are mapped as components.
 * 
 * @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
 * @version $Revision: 1.2 $
 */

From source file org.eclipse.emf.teneo.hibernate.mapping.elist.FeatureMapEntryInstantiator.java

/**
 * Instantiates feature map entries.
 * 
 * @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
 * @version $Revision: 1.5 $
 */

From source file org.eclipse.emf.teneo.hibernate.tuplizer.EMFInstantiator.java

/**
 * Instantiates eobjects using the efactory.
 * 
 * @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
 * @version $Revision: 1.11 $
 */

From source file org.openbravo.dal.core.OBInstantiator.java

/**
 * This class is used by Hibernate. Instantiates a Openbravo business object and sets the
 * {@link Entity} in this new instance. There is one OBInstantiator instance per {@link Entity} in
 * the system.
 * 
 * Its main use is to support dynamic business objects which can handle runtime model changes.