List of usage examples for org.hibernate.criterion ProjectionList subclass-usage
From source file com.amalto.core.storage.hibernate.ReadOnlyProjectionList.java
class ReadOnlyProjectionList extends ProjectionList { private final ProjectionList delegate; private ReadOnlyProjectionList(ProjectionList projectionList) { delegate = projectionList;
From source file com.gisgraphy.hibernate.projection.ProjectionBean.java
/** * * @author <a href="mailto:david.masclet@gisgraphy.com">David Masclet</a> */ public class ProjectionBean extends ProjectionList {
From source file de.cosmocode.hibernate.CustomProjectionList.java
/**
* A custom {@link ProjectionList} which handles
* {@link GroupOnlyProjection}s correctly.
*
* @author Willi Schoenborn
*/