List of usage examples for org.hibernate.tuple.entity PojoEntityTuplizer subclass-usage
From source file com.rouletteapi.model.enums.EnumTuplizer.java
/** * * @author Samsung */ public class EnumTuplizer extends PojoEntityTuplizer {
From source file gov.nih.nci.iso21090.hibernate.tuple.IsoCustomEntityTuplizer.java
/**
* Tuplizer responsible for setting nullFlavor and other constants at the class/entity level.
*
* @author patelsat
*
*/
From source file gov.nih.nci.iso21090.hibernate.tuple.PartCollectionEntityTuplizer.java
/**
* Tuplizer for AD and EN family where the part attribute is mapped into
* the columns even though it is a collection.
*
* @author patelsat
*
From source file gr.interamerican.bo2.impl.open.hibernate.tuple.Bo2PojoEntityTuplizer.java
/**
* Implementation of {@link PojoEntityTuplizer} for instantiating
* pojo entities. If the entity class appearing in the hibernate mapping
* is abstract (or an interface), the instantiation is delegated to
* a class that knows how to resolve the appropriate concrete implementation.
*/
From source file org.eclipse.emf.teneo.hibernate.mapping.eav.EAVTuplizer.java
/**
* Tuplizer created to work around this issue: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4078
*
* @author <a href="mtaal@elver.org">Martin Taal</a>
*/
From source file org.grails.orm.hibernate.proxy.GroovyAwarePojoEntityTuplizer.java
/**
* Ensures a Groovy aware proxy factory is registered
*
* @author Graeme Rocher
* @since 4.0
*/
From source file org.jspresso.framework.model.persistence.hibernate.entity.tuplizer.DynamicPojoEntityTuplizer.java
/** * A specialized hibernate tuplizer to handle proxy entities. * * @author Vincent Vandenschrick */ public class DynamicPojoEntityTuplizer extends PojoEntityTuplizer {
From source file org.openbravo.dal.core.OBTuplizer.java
/**
* The tuplizer for OBObjects objects. This is class used by Hibernate. It sets the object
* instantiator (the factory) used by Hibernate.
*
* @see OBInstantiator
* @author mtaal
From source file podd.model.entity.hibernate.PoddEntityTuplizerImpl.java
/**
* Podd Customized Tuplizer implementation to populate the hibernate objects with Fedora objects. This is especially important
* for lazily loaded objects
*
* @author Philip Wu
*/