Example usage for org.hibernate.criterion Criterion interface-usage

List of usage examples for org.hibernate.criterion Criterion interface-usage

Introduction

In this page you can find the example usage for org.hibernate.criterion Criterion interface-usage.

Usage

From source file com.closertag.smartmove.server.content.persistence.hibernate.ContainsRestriction.java

/**
 * An implementation of the <code>Criterion</code> interface that implements
 * distance restriction
 * 
 * @author <a href="mailto:david.masclet@gisgraphy.com">David Masclet</a>
 */

From source file com.closertag.smartmove.server.content.persistence.hibernate.DistanceRestriction.java

/**
 * An implementation of the <code>Criterion</code> interface that implements
 * distance restriction
 * 
 * @author <a href="mailto:david.masclet@gisgraphy.com">David Masclet</a>
 */

From source file com.gisgraphy.hibernate.criterion.DistanceRestriction.java

/**
 * An implementation of the <code>Criterion</code> interface that implements
 * distance restriction
 * 
 * @author <a href="mailto:david.masclet@gisgraphy.com">David Masclet</a>
 */

From source file com.gisgraphy.hibernate.criterion.FulltextRestriction.java

/**
 * An implementation of the <code>Criterion</code> interface that implements
 * 'ts_query @@ ts_vector' restriction
 * 
 * @author <a href="mailto:david.masclet@gisgraphy.com">David Masclet</a>
 */

From source file com.gisgraphy.hibernate.criterion.IntersectsRestriction.java

/**
 * An implementation of the <code>Criterion</code> interface that implements
 *  restriction for a psql intersects restriction
 * 
 * @author <a href="mailto:david.masclet@gisgraphy.com">David Masclet</a>
 */

From source file com.gisgraphy.hibernate.criterion.PartialWordSearchRestriction.java

/**
 * An implementation of the <code>Criterion</code> interface that implements
 * Partial word search, it must be coupled with the DAO to have a common format
 * =>the DAO store a special string and this criteria search 
 * for that string (the searchterms have to be transform too)
 * 

From source file com.heliosapm.aa4h.criterion.LiteralInExpression.java

/**
 * <p>Title: LiteralInExpression</p>
 * <p>Description: Cirtierion implementation for binding literals into a criteria query.
 * This serves a number of purposes, but was implemented due to issues surrounding Oracle 10g with 
 * bind variables, table partitions and the cost based optimizer.</p>
 * <p>Currently only supports <code>String[]</code> types, but scheduled to be extended.</p>

From source file com.klistret.cmdb.utility.hibernate.XPathRestriction.java

/**
 * Implements Hibernate Criterion for XPath expressions acting on a property
 * given a Step. The initial step's name is switched out with a wildcard since
 * the underlying schema type is unknown.
 * 
 * @author Matthew Young

From source file com.npower.dm.hibernate.FullTextSearchExpression.java

/**
 * @author Huang ChunPing
 * @version $Revision: 1.1 $ ${date}04:38:14$ com.npower.help.action
 *          OTAS-DM-Help FullTextSearchExpression.java
 */
public class FullTextSearchExpression implements Criterion {

From source file com.npower.dm.hibernate.StartWithLetterExpression.java

/**
 * @author Zhao wanxiang
 * @version $Revision: 1.2 $ $Date: 2008/09/16 01:55:05 $
 */

public class StartWithLetterExpression implements Criterion {