List of usage examples for org.hibernate.tuple.component PojoComponentTuplizer subclass-usage
From source file gov.nih.nci.iso21090.hibernate.tuple.PartCollectionTuplizer.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.Bo2PojoComponentTuplizer.java
/**
* Implementation of {@link PojoComponentTuplizer} for instantiating
* pojo components. If the component 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.jspresso.framework.model.persistence.hibernate.entity.tuplizer.ProxyPojoComponentTuplizer.java
/** * A specialized hibernate tuplizer to handle proxy components. * * @author Vincent Vandenschrick */ public class ProxyPojoComponentTuplizer extends PojoComponentTuplizer {