List of usage examples for org.hibernate.transform BasicTransformerAdapter subclass-usage
From source file be.shad.tsqb.selection.TypeSafeQueryResultTransformer.java
/** * Implementation to set values on nested select dtos. * Seems to be faster than the alias to bean result transformer too. */ @SuppressWarnings({ "unchecked", "rawtypes" }) public class TypeSafeQueryResultTransformer extends BasicTransformerAdapter {
From source file be.shad.tsqb.selection.WithoutAliasesQueryResultTransformer.java
/** * Support value converter when working without a selection dto. */ @SuppressWarnings({ "unchecked", "rawtypes" }) public class WithoutAliasesQueryResultTransformer extends BasicTransformerAdapter { private static final long serialVersionUID = 942223288493516089L;
From source file com.jredrain.dao.BeanResultTransFormer.java
@SuppressWarnings("unchecked") public class BeanResultTransFormer<T> extends BasicTransformerAdapter implements Serializable { private static final long serialVersionUID = 1483752531899989840L; /**
From source file com.jredrain.dao.MapResultTransFormer.java
/** * Map,key??,value,key?? * */ @SuppressWarnings("unchecked") public class MapResultTransFormer extends BasicTransformerAdapter implements Serializable {
From source file la.kosmos.app.AliasToBeanNestedMultiLevelResultTransformer.java
abstract class AliasedTupleSubsetResultTransformer extends BasicTransformerAdapter implements TupleSubsetResultTransformer { @Override public boolean[] includeInTransform(String[] aliases, int tupleLength) { if (aliases == null) {
From source file nl.b3p.viewer.util.ApplicationDetailsValueTransformer.java
/**
* Transform the clob in application details to a string. Avoid using with very
* large values.
*
* @author Mark Prins
*/
From source file ome.services.query.Hierarchy.java
/**
* transforms a hierarchy to a map by using the aliases provided to the
* constructor.
*
* @see ome.services.query.PojosCGCPathsQueryDefinition
*
From source file org.brekka.commons.persistence.support.FirstResultTransformer.java
/** * @author Andrew Taylor (andrew@brekka.org) * */ public class FirstResultTransformer extends BasicTransformerAdapter {
From source file org.jcronjob.dao.BeanResultTransFormer.java
@SuppressWarnings("unchecked") public class BeanResultTransFormer<T> extends BasicTransformerAdapter implements Serializable { private static final long serialVersionUID = 1483752531899989840L; /**
From source file org.jcronjob.dao.MapResultTransFormer.java
/** * Map,key??,value,key?? * */ @SuppressWarnings("unchecked") public class MapResultTransFormer extends BasicTransformerAdapter implements Serializable {