List of usage examples for javax.persistence Query interface-usage
From source file com.impetus.kundera.query.LuceneQuery.java
/** * The Class LuceneQuery. * * @author animesh.kumar */ public class LuceneQuery extends QueryImpl implements Query {
From source file com.impetus.kundera.query.QueryImpl.java
/** * The Class QueryImpl. * * @author animesh.kumar */ public abstract class QueryImpl extends KunderaQuery implements Query {
From source file org.batoo.jpa.core.impl.nativeQuery.NativeQuery.java
/**
* The implementation of the native query interface.
*
* @author hceylan
* @author asimarslan
* @since 2.0.0
From source file org.batoo.jpa.core.impl.criteria.QueryImpl.java
/**
* The type used to control the execution of typed queries.
*
* @param <X>
* query result type
* @author hceylan