Class Has<E>
- java.lang.Object
-
- com.github.longdt.vertxorm.repository.query.AbstractQuery<E>
-
- com.github.longdt.vertxorm.repository.query.SingleQuery<E>
-
- com.github.longdt.vertxorm.repository.query.Has<E>
-
- All Implemented Interfaces:
Query<E>
public class Has<E> extends SingleQuery<E>
Has class.
- Version:
- $Id: $Id
- Author:
- Long Dinh
-
-
Field Summary
-
Fields inherited from class com.github.longdt.vertxorm.repository.query.SingleQuery
fieldName
-
Fields inherited from class com.github.longdt.vertxorm.repository.query.AbstractQuery
limit, offset, orders, params
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intappendQuerySql(StringBuilder sqlBuilder, int index)appendQuerySql.-
Methods inherited from class com.github.longdt.vertxorm.repository.query.SingleQuery
getFieldName
-
Methods inherited from class com.github.longdt.vertxorm.repository.query.AbstractQuery
appendQueryParams, getQueryParams, limit, limit, offset, offset, orderBy, orderBy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.longdt.vertxorm.repository.query.Query
isConditional, orderBy, orderBy
-
-
-
-
Method Detail
-
appendQuerySql
public int appendQuerySql(StringBuilder sqlBuilder, int index)
appendQuerySql.
- Parameters:
sqlBuilder- aStringBuilderobject.index- a int.- Returns:
- a int.
-
-