public abstract class AbstractJPATypedQueryVisitor<T,T1,E> extends AbstractSearchConditionVisitor<T,E>
AbstractSearchConditionVisitor.ClassValue| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJPATypedQueryVisitor(EntityManager em,
Class<T> tClass) |
protected |
AbstractJPATypedQueryVisitor(EntityManager em,
Class<T> tClass,
Class<T1> queryClass) |
protected |
AbstractJPATypedQueryVisitor(EntityManager em,
Class<T> tClass,
Class<T1> queryClass,
Map<String,String> fieldMap) |
protected |
AbstractJPATypedQueryVisitor(EntityManager em,
Class<T> tClass,
Class<T1> queryClass,
Map<String,String> fieldMap,
List<String> joinProps) |
protected |
AbstractJPATypedQueryVisitor(EntityManager em,
Class<T> tClass,
List<String> joinProps) |
protected |
AbstractJPATypedQueryVisitor(EntityManager em,
Class<T> tClass,
Map<String,String> fieldMap) |
protected |
AbstractJPATypedQueryVisitor(EntityManager em,
Class<T> tClass,
Map<String,String> fieldMap,
List<String> joinProps) |
| Modifier and Type | Method and Description |
|---|---|
protected CriteriaBuilder |
getCriteriaBuilder() |
|
getCriteriaQuery() |
protected EntityManager |
getEntityManager() |
protected Class<T1> |
getQueryClass() |
|
getRoot() |
|
getTypedQuery() |
void |
visit(SearchCondition<T> sc) |
getPrimitiveFieldClass, getPrimitiveFieldClass, getPrimitiveFieldClass, getRealPropertyName, setPrimitiveFieldTypeMap, setValidator, validatePropertyValue, visitorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetQueryprotected AbstractJPATypedQueryVisitor(EntityManager em,
Class<T> tClass)
protected AbstractJPATypedQueryVisitor(EntityManager em,
Class<T> tClass,
Class<T1> queryClass)
protected AbstractJPATypedQueryVisitor(EntityManager em,
Class<T> tClass,
Map<String,String> fieldMap)
protected AbstractJPATypedQueryVisitor(EntityManager em,
Class<T> tClass,
List<String> joinProps)
protected AbstractJPATypedQueryVisitor(EntityManager em,
Class<T> tClass,
Map<String,String> fieldMap,
List<String> joinProps)
protected AbstractJPATypedQueryVisitor(EntityManager em,
Class<T> tClass,
Class<T1> queryClass,
Map<String,String> fieldMap)
protected EntityManager getEntityManager()
public void visit(SearchCondition<T> sc)
protected CriteriaBuilder getCriteriaBuilder()
publicgetRoot()
publicgetTypedQuery()
publicgetCriteriaQuery()
Apache CXF