Uses of Class
org.nervousync.database.query.core.QueryItem
Packages that use QueryItem
-
Uses of QueryItem in org.nervousync.database.query
Methods in org.nervousync.database.query with parameters of type QueryItemModifier and TypeMethodDescriptionvoidQueryInfo.Builder.queryFunction(Class<?> entityClass, String aliasName, String sqlFunction, QueryItem... functionParams) Add query function. -
Uses of QueryItem in org.nervousync.database.query.core
Subclasses of QueryItem in org.nervousync.database.query.coreModifier and TypeClassDescriptionstatic final classThe type Query column.static final classThe type Query constant.static final classThe type Query function.Methods in org.nervousync.database.query.core that return types with arguments of type QueryItemModifier and TypeMethodDescriptionQueryItem.QueryFunction.getFunctionParams()Gets the value of functionParamsQueryTable.getQueryItemList()Gets query item list.Methods in org.nervousync.database.query.core with parameters of type QueryItemModifier and TypeMethodDescriptionvoidQueryTable.QueryBuilder.addQueryFunction(Class<?> entityClass, String aliasName, String sqlFunction, QueryItem... functionParams) Add query function query builder.abstract booleanMatch boolean.booleanbooleanbooleanstatic QueryItem.QueryFunctionQueryItem.queryFunction(String aliasName, String sqlFunction, QueryItem... functionParams) Create query function.