A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages

A

AbstractCrudRepository<ID,​E> - Class in com.github.longdt.vertxorm.repository.postgresql
Abstract AbstractCrudRepository class.
AbstractCrudRepository() - Constructor for class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
AbstractQuery<E> - Class in com.github.longdt.vertxorm.repository.query
Abstract AbstractQuery class.
AbstractQuery(Tuple) - Constructor for class com.github.longdt.vertxorm.repository.query.AbstractQuery
Constructor for AbstractQuery.
accept(T, U, V) - Method in interface com.github.longdt.vertxorm.util.TriConsumer
Performs this operation on the given arguments.
accept(T, U, V, K) - Method in interface com.github.longdt.vertxorm.util.QuadConsumer
Performs this operation on the given arguments.
addAll(Tuple, Tuple) - Static method in class com.github.longdt.vertxorm.util.Tuples
add all element from t2 to t1
addAll(Tuple, Object[]) - Static method in class com.github.longdt.vertxorm.util.Tuples
addAll.
addAll(Tuple, Object[], int) - Static method in class com.github.longdt.vertxorm.util.Tuples
addAll.
addArrayOfBigDecimal(BigDecimal[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of BigDecimal value at the end of the tuple.
addArrayOfBoolean(Boolean[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Boolean value at the end of the tuple.
addArrayOfBuffer(Buffer[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Buffer value at the end of the tuple.
addArrayOfDouble(Double[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Double value at the end of the tuple.
addArrayOfFloat(Float[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Float value at the end of the tuple.
addArrayOfInteger(Integer[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Integer value at the end of the tuple.
addArrayOfJsonArray(JsonArray[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of JsonArray value at the end of the tuple.
addArrayOfJsonObject(JsonObject[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of JsonObject value at the end of the tuple.
addArrayOfLocalDate(LocalDate[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of LocalDate value at the end of the tuple.
addArrayOfLocalDateTime(LocalDateTime[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of LocalDateTime value at the end of the tuple.
addArrayOfLocalTime(LocalTime[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of LocalTime value at the end of the tuple.
addArrayOfLong(Long[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Long value at the end of the tuple.
addArrayOfOffsetDateTime(OffsetDateTime[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of OffsetDateTime value at the end of the tuple.
addArrayOfOffsetTime(OffsetTime[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of OffsetTime value at the end of the tuple.
addArrayOfShort(Short[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Short value at the end of the tuple.
addArrayOfString(String[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of String value at the end of the tuple.
addArrayOfTemporal(Temporal[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Temporal value at the end of the tuple.
addArrayOfUUID(UUID[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of UUID value at the end of the tuple.
addBigDecimal(BigDecimal) - Method in interface io.vertx.sqlclient.Tuple
Add a BigDecimal value at the end of the tuple.
addBoolean(Boolean) - Method in interface io.vertx.sqlclient.Tuple
Add a boolean value at the end of the tuple.
addBuffer(Buffer) - Method in interface io.vertx.sqlclient.Tuple
Add a buffer value at the end of the tuple.
addDouble(Double) - Method in interface io.vertx.sqlclient.Tuple
Add a double value at the end of the tuple.
addFloat(Float) - Method in interface io.vertx.sqlclient.Tuple
Add a float value at the end of the tuple.
addInteger(Integer) - Method in interface io.vertx.sqlclient.Tuple
Add an integer value at the end of the tuple.
addJsonArray(JsonArray) - Method in interface io.vertx.sqlclient.Tuple
Add a JsonArray value at the end of the tuple.
addJsonObject(JsonObject) - Method in interface io.vertx.sqlclient.Tuple
Add a JsonObject value at the end of the tuple.
addLocalDate(LocalDate) - Method in interface io.vertx.sqlclient.Tuple
Add a LocalDate value at the end of the tuple.
addLocalDateTime(LocalDateTime) - Method in interface io.vertx.sqlclient.Tuple
Add a LocalDateTime value at the end of the tuple.
addLocalTime(LocalTime) - Method in interface io.vertx.sqlclient.Tuple
Add a LocalTime value at the end of the tuple.
addLong(Long) - Method in interface io.vertx.sqlclient.Tuple
Add a long value at the end of the tuple.
addOffsetDateTime(OffsetDateTime) - Method in interface io.vertx.sqlclient.Tuple
Add a OffsetDateTime value at the end of the tuple.
addOffsetTime(OffsetTime) - Method in interface io.vertx.sqlclient.Tuple
Add a OffsetTime value at the end of the tuple.
addShort(Short) - Method in interface io.vertx.sqlclient.Tuple
Add a short value at the end of the tuple.
addString(String) - Method in interface io.vertx.sqlclient.Tuple
Add a string value at the end of the tuple.
addTemporal(Temporal) - Method in interface io.vertx.sqlclient.Tuple
Add a Temporal value at the end of the tuple.
addUUID(UUID) - Method in interface io.vertx.sqlclient.Tuple
Add a UUID value at the end of the tuple.
addValue(Object) - Method in class com.github.longdt.vertxorm.util.ShiftedArrayTuple
Add an object value at the end of the tuple.
addValue(Object) - Method in class com.github.longdt.vertxorm.util.SubArrayTuple
Add an object value at the end of the tuple.
addValue(Object) - Method in interface io.vertx.sqlclient.Tuple
Add an object value at the end of the tuple.
all() - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a query which matches all objects in the collection.
This is equivalent to a literal boolean 'true'.
and(Query<E>, Query<E>) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates an And query, representing a logical AND on child queries, which when evaluated yields the set intersection of the result sets from child queries.
and(Query<E>, Query<E>, Query<E>...) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates an And query, representing a logical AND on child queries, which when evaluated yields the set intersection of the result sets from child queries.
and(Query<E>, Query<E>, Collection<Query<E>>) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates an And query, representing a logical AND on child queries, which when evaluated yields the set intersection of the result sets from child queries.
And<E> - Class in com.github.longdt.vertxorm.repository.query
And class.
And(Collection<Query<E>>) - Constructor for class com.github.longdt.vertxorm.repository.query.And
Constructor for And.
appendQueryParams(Tuple) - Method in class com.github.longdt.vertxorm.repository.query.AbstractQuery
appendQueryParams.
appendQueryParams(Tuple) - Method in class com.github.longdt.vertxorm.repository.query.And
appendQueryParams.
appendQueryParams(Tuple) - Method in class com.github.longdt.vertxorm.repository.query.Not
appendQueryParams.
appendQueryParams(Tuple) - Method in class com.github.longdt.vertxorm.repository.query.Or
appendQueryParams.
appendQueryParams(Tuple) - Method in interface com.github.longdt.vertxorm.repository.query.Query
appendQueryParams.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.And
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.Between
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.Equal
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.GreaterThan
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.GreaterThanEqual
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.Has
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.ILike
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.In
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.IsNull
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.LessThan
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.LessThanEqual
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.Like
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.Not
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.NotEqual
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.Or
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in interface com.github.longdt.vertxorm.repository.query.Query
appendQuerySql.
appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.query.RawQuery
appendQuerySql.
ascending(String) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
ascending.

B

between(String, A, A) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a Between query which asserts that an attribute is between a lower and an upper bound, inclusive.
Between<O,​A extends Comparable<A>> - Class in com.github.longdt.vertxorm.repository.query
Between class.
Between(String, A, A) - Constructor for class com.github.longdt.vertxorm.repository.query.Between
Constructor for Between.

C

clear() - Method in class com.github.longdt.vertxorm.util.ShiftedArrayTuple
clear() - Method in class com.github.longdt.vertxorm.util.SubArrayTuple
clear() - Method in interface io.vertx.sqlclient.Tuple
 
collector - Variable in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
com.github.longdt.vertxorm.repository - package com.github.longdt.vertxorm.repository
 
com.github.longdt.vertxorm.repository.postgresql - package com.github.longdt.vertxorm.repository.postgresql
 
com.github.longdt.vertxorm.repository.query - package com.github.longdt.vertxorm.repository.query
 
com.github.longdt.vertxorm.util - package com.github.longdt.vertxorm.util
 
Configuration<ID,​E> - Class in com.github.longdt.vertxorm.repository
Configuration class.
Configuration() - Constructor for class com.github.longdt.vertxorm.repository.Configuration
 
contains(String, String) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a Like query which asserts that an attribute contains with a certain string fragment.
count(Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
count.
count(SqlConnection, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
count.
count(SqlConnection, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
count.
CrudRepository<ID,​E> - Interface in com.github.longdt.vertxorm.repository
CrudRepository interface.

D

db2IdValue(Object) - Method in interface com.github.longdt.vertxorm.repository.IdAccessor
db2IdValue.
deepToString() - Method in interface io.vertx.sqlclient.Tuple
 
delete(ID) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
delete.
delete(SqlConnection, ID) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
delete.
delete(SqlConnection, ID) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
delete.
deleteAll() - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
deleteAll(SqlConnection) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
deleteAll(SqlConnection) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
deleteAll(SqlConnection, Collection<ID>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
deleteAll(SqlConnection, Collection<ID>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
deleteAll(Collection<ID>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
descending(String) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
descending.

E

EMPTY_PARAMS - Static variable in class com.github.longdt.vertxorm.repository.query.QueryFactory
Constant EMPTY_PARAMS
emptyParams() - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
emptyParams.
emptyQuery() - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
emptyQuery.
endsWith(String, String) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a Like query which asserts that an attribute ends with a certain string fragment.
EntityNotFoundException - Exception in com.github.longdt.vertxorm.repository
EntityNotFoundException class.
EntityNotFoundException(String) - Constructor for exception com.github.longdt.vertxorm.repository.EntityNotFoundException
Constructor for EntityNotFoundException.
EntityNotFoundException(String, Throwable) - Constructor for exception com.github.longdt.vertxorm.repository.EntityNotFoundException
Constructor for EntityNotFoundException.
EntityNotFoundException(Throwable) - Constructor for exception com.github.longdt.vertxorm.repository.EntityNotFoundException
Constructor for EntityNotFoundException.
equal(String, Object) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
equal.
Equal<E> - Class in com.github.longdt.vertxorm.repository.query
Equal class.
Equal(String, Object) - Constructor for class com.github.longdt.vertxorm.repository.query.Equal
Constructor for Equal.
exists(Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
exists.
exists(ID) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
exists.
exists(SqlConnection, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
exists.
exists(SqlConnection, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
exists.
exists(SqlConnection, ID) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
exists.
exists(SqlConnection, ID) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
exists.

F

fieldName - Variable in class com.github.longdt.vertxorm.repository.query.SingleQuery
 
find(Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
find.
find(ID) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
find.
find(SqlConnection, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
find.
find(SqlConnection, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
find.
find(SqlConnection, ID) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
find.
find(SqlConnection, ID) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
find.
findAll() - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
findAll.
findAll(PageRequest) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
findAll.
findAll(Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
findAll.
findAll(Query<E>, PageRequest) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
findAll.
findAll(SqlConnection) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
findAll.
findAll(SqlConnection) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
findAll.
findAll(SqlConnection, PageRequest) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
findAll.
findAll(SqlConnection, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
findAll.
findAll(SqlConnection, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
findAll.
findAll(SqlConnection, Query<E>, PageRequest) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
findAll.
findAll(SqlConnection, Query<E>, PageRequest) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
findAll.
from(Object[]) - Static method in interface io.vertx.sqlclient.Tuple
Wrap the provided array with a tuple.
from(List<T>) - Static method in interface io.vertx.sqlclient.Tuple
Wrap the provided list with a tuple.
Futures - Class in com.github.longdt.vertxorm.util
Futures class.

G

get(Class<T>, int) - Method in interface io.vertx.sqlclient.Tuple
Get the the at the specified position and the specified type.
getArrayOfBigDecimals(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of BigDecimal value at pos.
getArrayOfBooleans(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Boolean value at pos.
getArrayOfBuffers(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Buffer value at pos.
getArrayOfDoubles(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Double value at pos.
getArrayOfFloats(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Float value at pos.
getArrayOfIntegers(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Integer value at pos.
getArrayOfJsonArrays(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of JsonArray value at pos.
getArrayOfJsonObjects(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of JsonObject value at pos.
getArrayOfJsons(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of JSON elements at pos, the element might be null or one of the following types: String Number JsonObject JsonArray Boolean
getArrayOfLocalDates(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of LocalDate value at pos.
getArrayOfLocalDateTimes(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of LocalDateTime value at pos.
getArrayOfLocalTimes(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of LocalTime value at pos.
getArrayOfLongs(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Long value at pos.
getArrayOfNumerics(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Numeric value at pos.
getArrayOfOffsetDateTimes(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of OffsetDateTime value at pos.
getArrayOfOffsetTimes(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of OffsetTime value at pos.
getArrayOfShorts(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Short value at pos.
getArrayOfStrings(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of String value at pos.
getArrayOfTemporals(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Temporal value at pos.
getArrayOfUUIDs(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of UUID value at pos.
getAutoIdInsertSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
getAutoIdInsertSql.
getAutoIdInsertSql() - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
getAutoIdInsertSql.
getBigDecimal(int) - Method in interface io.vertx.sqlclient.Tuple
Get BigDecimal value at pos.
getBoolean(int) - Method in interface io.vertx.sqlclient.Tuple
Get a boolean value at pos.
getBuffer(int) - Method in interface io.vertx.sqlclient.Tuple
Get a buffer value at pos.
getChildQueries() - Method in class com.github.longdt.vertxorm.repository.query.And
Getter for the field childQueries.
getChildQueries() - Method in class com.github.longdt.vertxorm.repository.query.Or
Getter for the field childQueries.
getColumnNames() - Method in class com.github.longdt.vertxorm.repository.Configuration
Getter for the field columnNames.
getColumnNames() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
 
getColumnNames() - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
 
getContent() - Method in class com.github.longdt.vertxorm.repository.Page
Getter for the field content.
getCountSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
getCountSql.
getCountSql() - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
getCountSql.
getCurrentPage() - Method in class com.github.longdt.vertxorm.repository.Page
Getter for the field currentPage.
getDeleteByIdSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
getDeleteByIdSql.
getDeleteByIdSql() - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
getDeleteByIdSql.
getDeleteSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
getDeleteSql.
getDeleteSql() - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
getDeleteSql.
getDouble(int) - Method in interface io.vertx.sqlclient.Tuple
Get a double value at pos.
getExistByIdSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
getExistByIdSql.
getExistByIdSql() - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
getExistByIdSql.
getExistSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
getExistSql.
getExistSql() - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
getExistSql.
getFieldName() - Method in class com.github.longdt.vertxorm.repository.query.Order
Getter for the field fieldName.
getFieldName() - Method in class com.github.longdt.vertxorm.repository.query.SingleQuery
Getter for the field fieldName.
getFloat(int) - Method in interface io.vertx.sqlclient.Tuple
Get a float value at pos.
getId(E) - Method in interface com.github.longdt.vertxorm.repository.IdAccessor
getId.
getIdAccessor() - Method in class com.github.longdt.vertxorm.repository.Configuration
Getter for the field idAccessor.
getIndex() - Method in class com.github.longdt.vertxorm.repository.PageRequest
Getter for the field index.
getInsertSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
getInsertSql.
getInsertSql() - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
getInsertSql.
getInteger(int) - Method in interface io.vertx.sqlclient.Tuple
Get an integer value at pos.
getJson(int) - Method in interface io.vertx.sqlclient.Tuple
Get a JSON element at pos, the element might be null or one of the following types: String Number JsonObject JsonArray Boolean
getJsonArray(int) - Method in interface io.vertx.sqlclient.Tuple
Get a JsonArray value at pos.
getJsonObject(int) - Method in interface io.vertx.sqlclient.Tuple
Get a JsonObject value at pos.
getLocalDate(int) - Method in interface io.vertx.sqlclient.Tuple
Get LocalDate value at pos.
getLocalDateTime(int) - Method in interface io.vertx.sqlclient.Tuple
Get LocalDateTime value at pos.
getLocalTime(int) - Method in interface io.vertx.sqlclient.Tuple
Get LocalTime value at pos.
getLong(int) - Method in interface io.vertx.sqlclient.Tuple
Get a long value at pos.
getNegatedQuery() - Method in class com.github.longdt.vertxorm.repository.query.Not
Getter for the field negatedQuery.
getNumeric(int) - Method in interface io.vertx.sqlclient.Tuple
Get Numeric value at pos.
getOffset() - Method in class com.github.longdt.vertxorm.repository.PageRequest
getOffset.
getOffsetDateTime(int) - Method in interface io.vertx.sqlclient.Tuple
Get OffsetDateTime value at pos.
getOffsetTime(int) - Method in interface io.vertx.sqlclient.Tuple
Get OffsetTime value at pos.
getPageSize() - Method in class com.github.longdt.vertxorm.repository.Page
Getter for the field pageSize.
getParametersMapper() - Method in class com.github.longdt.vertxorm.repository.Configuration
Getter for the field parametersMapper.
getPool() - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
getPool.
getPool() - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
getPool.
getQueryByIdSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
getQueryByIdSql.
getQueryByIdSql() - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
getQueryByIdSql.
getQueryParams() - Method in class com.github.longdt.vertxorm.repository.query.AbstractQuery
getQueryParams.
getQueryParams() - Method in class com.github.longdt.vertxorm.repository.query.And
getQueryParams.
getQueryParams() - Method in class com.github.longdt.vertxorm.repository.query.Not
getQueryParams.
getQueryParams() - Method in class com.github.longdt.vertxorm.repository.query.Or
getQueryParams.
getQueryParams() - Method in interface com.github.longdt.vertxorm.repository.query.Query
getQueryParams.
getQuerySql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
getQuerySql.
getQuerySql() - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
getQuerySql.
getQuerySql(String, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
getQuerySql.
getReturningAllSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
 
getRowMapper() - Method in class com.github.longdt.vertxorm.repository.Configuration
Getter for the field rowMapper.
getShort(int) - Method in interface io.vertx.sqlclient.Tuple
Get a short value at pos.
getSize() - Method in class com.github.longdt.vertxorm.repository.PageRequest
Getter for the field size.
getSql(String, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
getSql.
getSql(String, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
getSql.
getSqlParams(Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
getSqlParams.
getString(int) - Method in interface io.vertx.sqlclient.Tuple
Get a string value at pos.
getTableName() - Method in class com.github.longdt.vertxorm.repository.Configuration
Getter for the field tableName.
getTemporal(int) - Method in interface io.vertx.sqlclient.Tuple
Get a Temporal value at pos.
getTotalElements() - Method in class com.github.longdt.vertxorm.repository.Page
Getter for the field totalElements.
getTotalPage() - Method in class com.github.longdt.vertxorm.repository.Page
Getter for the field totalPage.
getUpdateDynamicAllSql(StringBuilder, Object[]) - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
 
getUpdateDynamicAllSql(StringBuilder, Object[]) - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
 
getUpdateDynamicAllSql(StringBuilder, Object[], Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
 
getUpdateDynamicAllSql(StringBuilder, Object[], Query<E>) - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
 
getUpdateDynamicSql(StringBuilder, Object[]) - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
 
getUpdateDynamicSql(StringBuilder, Object[]) - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
 
getUpdateDynamicSql(StringBuilder, Object[], Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
 
getUpdateDynamicSql(StringBuilder, Object[], Query<E>) - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
 
getUpdateSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
getUpdateSql.
getUpdateSql() - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
getUpdateSql.
getUpdateSql(StringBuilder, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
 
getUpdateSql(StringBuilder, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
 
getUpsertSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
getUpsertSql.
getUpsertSql() - Method in interface com.github.longdt.vertxorm.repository.SqlSupport
getUpsertSql.
getUUID(int) - Method in interface io.vertx.sqlclient.Tuple
Get UUID value at pos.
getValue(int) - Method in interface io.vertx.sqlclient.Tuple
Get an object value at pos.
getValueInternal(int) - Method in class com.github.longdt.vertxorm.util.ShiftedArrayTuple
getValueInternal(int) - Method in class com.github.longdt.vertxorm.util.SubArrayTuple
greaterThan(String, A) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a LessThan query which asserts that an attribute is greater than (but not equal to) a lower bound (i.e.
GreaterThan<O,​A extends Comparable<A>> - Class in com.github.longdt.vertxorm.repository.query
GreaterThan class.
GreaterThan(String, A) - Constructor for class com.github.longdt.vertxorm.repository.query.GreaterThan
Constructor for GreaterThan.
GreaterThanEqual<O,​A extends Comparable<A>> - Class in com.github.longdt.vertxorm.repository.query
GreaterThanEqual class.
GreaterThanEqual(String, A) - Constructor for class com.github.longdt.vertxorm.repository.query.GreaterThanEqual
Constructor for GreaterThanEqual.
greaterThanOrEqualTo(String, A) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a GreaterThan query which asserts that an attribute is greater than or equal to a lower bound (i.e.

H

has(String) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
has.
Has<E> - Class in com.github.longdt.vertxorm.repository.query
Has class.
Has(String) - Constructor for class com.github.longdt.vertxorm.repository.query.Has
Constructor for Has.

I

id2DbValue(ID) - Method in interface com.github.longdt.vertxorm.repository.IdAccessor
id2DbValue.
IdAccessor<ID,​E> - Interface in com.github.longdt.vertxorm.repository
IdAccessor interface.
ilike(String, String) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a ILike query which asserts that an attribute contains with a certain string fragment.
ILike<E> - Class in com.github.longdt.vertxorm.repository.query
ILike class.
ILike(String, String) - Constructor for class com.github.longdt.vertxorm.repository.query.ILike
Constructor for ILike.
in(String, A...) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a In query which asserts that an attribute has at least one value matching any value in a set of values.
in(String, List<A>) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a In query which asserts that an attribute has at least one value matching any value in a set of values.
In<E,​V> - Class in com.github.longdt.vertxorm.repository.query
In class.
In(String, List<V>) - Constructor for class com.github.longdt.vertxorm.repository.query.In
 
init(Pool, Configuration<ID, E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
init.
insert(E) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
insert.
insert(SqlConnection, E) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
insert.
insert(SqlConnection, E) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
insert.
insertAll(SqlConnection, Collection<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
insertAll(SqlConnection, Collection<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
insertAll(Collection<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
io.vertx.pgclient.impl.codec - package io.vertx.pgclient.impl.codec
 
io.vertx.sqlclient - package io.vertx.sqlclient
 
isAscending() - Method in class com.github.longdt.vertxorm.repository.query.Order
Returns whether sorting for this property shall be ascending.
isConditional() - Method in class com.github.longdt.vertxorm.repository.query.Not
isConditional.
isConditional() - Method in interface com.github.longdt.vertxorm.repository.query.Query
isConditional.
isConditional() - Method in class com.github.longdt.vertxorm.repository.query.RawQuery
isConditional.
isContainedIn(String, String) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a Query query which asserts that an attribute is contained in a certain string fragment.
isDescending() - Method in class com.github.longdt.vertxorm.repository.query.Order
Returns whether sorting for this property shall be descending.
isNull(String) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
isNull.
IsNull<E> - Class in com.github.longdt.vertxorm.repository.query
IsNull class.
IsNull(String) - Constructor for class com.github.longdt.vertxorm.repository.query.IsNull
Constructor for IsNull.

J

join(Future<T>) - Static method in class com.github.longdt.vertxorm.util.Futures
join.
join(Future<T>, long, TimeUnit) - Static method in class com.github.longdt.vertxorm.util.Futures
join.
joinNow(Future<T>) - Static method in class com.github.longdt.vertxorm.util.Futures
joinNow.
JSON_NULL - Static variable in interface io.vertx.sqlclient.Tuple
The JSON null literal value.

L

lessThan(String, A) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a LessThan query which asserts that an attribute is less than (but not equal to) an upper bound (i.e.
LessThan<O,​A extends Comparable<A>> - Class in com.github.longdt.vertxorm.repository.query
LessThan class.
LessThan(String, A) - Constructor for class com.github.longdt.vertxorm.repository.query.LessThan
Constructor for LessThan.
LessThanEqual<O,​A extends Comparable<A>> - Class in com.github.longdt.vertxorm.repository.query
LessThanEqual class.
LessThanEqual(String, A) - Constructor for class com.github.longdt.vertxorm.repository.query.LessThanEqual
Constructor for LessThanEqual.
lessThanOrEqualTo(String, A) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a LessThanEqual query which asserts that an attribute is less than or equal to an upper bound (i.e.
like(String, String) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a Like query which asserts that an attribute contains with a certain string fragment.
Like<E> - Class in com.github.longdt.vertxorm.repository.query
Like class.
Like(String, String) - Constructor for class com.github.longdt.vertxorm.repository.query.Like
Constructor for Like.
limit - Variable in class com.github.longdt.vertxorm.repository.query.AbstractQuery
 
limit() - Method in class com.github.longdt.vertxorm.repository.query.AbstractQuery
limit.
limit() - Method in interface com.github.longdt.vertxorm.repository.query.Query
limit.
limit(int) - Method in class com.github.longdt.vertxorm.repository.query.AbstractQuery
limit.
limit(int) - Method in interface com.github.longdt.vertxorm.repository.query.Query
limit.

M

map(Function<E, R>) - Method in class com.github.longdt.vertxorm.repository.Page
map.
merge(E) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
merge(E, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
merge(SqlConnection, E) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
merge(SqlConnection, E) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
merge(SqlConnection, E, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
merge(SqlConnection, E, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
mergeAll(E, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
mergeAll(SqlConnection, E, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
mergeAll(SqlConnection, E, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
mergeAll(SqlConnection, Collection<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
mergeAll(SqlConnection, Collection<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
mergeAll(Collection<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
MYSQL - com.github.longdt.vertxorm.repository.SqlDialect
 

N

none() - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a query which matches no objects in the collection.
This is equivalent to a literal boolean 'false'.
not(Query<O>) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a Not query, representing a logical negation of a child query, which when evaluated yields the set complement of the result set from the child query.
Not<E> - Class in com.github.longdt.vertxorm.repository.query
Not class.
Not(Query<E>) - Constructor for class com.github.longdt.vertxorm.repository.query.Not
Constructor for Not.
notEqual(String, Object) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
notEqual.
NotEqual<E> - Class in com.github.longdt.vertxorm.repository.query
NotEqual class.
NotEqual(String, Object) - Constructor for class com.github.longdt.vertxorm.repository.query.NotEqual
Constructor for NotEqual.

O

of(Object) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple of one element.
of(Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple of two elements.
of(Object, Object...) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple of an arbitrary number of elements.
of(Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple of three elements.
of(Object, Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple of four elements.
of(Object, Object, Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple of five elements.
of(Object, Object, Object, Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple of six elements.
offset - Variable in class com.github.longdt.vertxorm.repository.query.AbstractQuery
 
offset() - Method in class com.github.longdt.vertxorm.repository.query.AbstractQuery
offset.
offset() - Method in interface com.github.longdt.vertxorm.repository.query.Query
offset.
offset(long) - Method in class com.github.longdt.vertxorm.repository.query.AbstractQuery
offset.
offset(long) - Method in interface com.github.longdt.vertxorm.repository.query.Query
offset.
or(Query<O>, Query<O>) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates an Or query, representing a logical OR on child queries, which when evaluated yields the set union of the result sets from child queries.
or(Query<O>, Query<O>, Query<O>...) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates an Or query, representing a logical OR on child queries, which when evaluated yields the set union of the result sets from child queries.
or(Query<O>, Query<O>, Collection<Query<O>>) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates an Or query, representing a logical OR on child queries, which when evaluated yields the set union of the result sets from child queries.
Or<E> - Class in com.github.longdt.vertxorm.repository.query
Or class.
Or(Collection<Query<E>>) - Constructor for class com.github.longdt.vertxorm.repository.query.Or
Constructor for Or.
Order<E> - Class in com.github.longdt.vertxorm.repository.query
Order class.
Order(String) - Constructor for class com.github.longdt.vertxorm.repository.query.Order
Constructor for Order.
Order(String, boolean) - Constructor for class com.github.longdt.vertxorm.repository.query.Order
Constructor for Order.
orderBy() - Method in class com.github.longdt.vertxorm.repository.query.AbstractQuery
orderBy.
orderBy() - Method in interface com.github.longdt.vertxorm.repository.query.Query
orderBy.
orderBy(Order<E>) - Method in interface com.github.longdt.vertxorm.repository.query.Query
orderBy.
orderBy(Order<E>...) - Method in interface com.github.longdt.vertxorm.repository.query.Query
orderBy.
orderBy(List<Order<E>>) - Method in class com.github.longdt.vertxorm.repository.query.AbstractQuery
orderBy.
orderBy(List<Order<E>>) - Method in interface com.github.longdt.vertxorm.repository.query.Query
orderBy.
orders - Variable in class com.github.longdt.vertxorm.repository.query.AbstractQuery
 

P

Page<E> - Class in com.github.longdt.vertxorm.repository
Page class.
Page(int, int, long, List<E>) - Constructor for class com.github.longdt.vertxorm.repository.Page
Constructor for Page.
Page(PageRequest, long, List<E>) - Constructor for class com.github.longdt.vertxorm.repository.Page
Constructor for Page.
Page(JsonObject) - Constructor for class com.github.longdt.vertxorm.repository.Page
Constructor for Page.
PageRequest - Class in com.github.longdt.vertxorm.repository
index start 1
PageRequest(int, int) - Constructor for class com.github.longdt.vertxorm.repository.PageRequest
Constructor for PageRequest.
PageRequest(JsonObject) - Constructor for class com.github.longdt.vertxorm.repository.PageRequest
Constructor for PageRequest.
parametersMapper - Variable in class com.github.longdt.vertxorm.repository.Configuration
 
parametersMapper - Variable in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
params - Variable in class com.github.longdt.vertxorm.repository.query.AbstractQuery
 
pool - Variable in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
POSTGRES - com.github.longdt.vertxorm.repository.SqlDialect
 

Q

QuadConsumer<T,​U,​V,​K> - Interface in com.github.longdt.vertxorm.util
QuadConsumer interface.
Query<E> - Interface in com.github.longdt.vertxorm.repository.query
Query interface.
QueryFactory - Class in com.github.longdt.vertxorm.repository.query
QueryFactory class.
QueryFactory() - Constructor for class com.github.longdt.vertxorm.repository.query.QueryFactory
 
querySql - Variable in class com.github.longdt.vertxorm.repository.query.RawQuery
 

R

raw(String) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
raw.
raw(String, Object...) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
raw.
RawQuery<E> - Class in com.github.longdt.vertxorm.repository.query
RawQuery class.
RawQuery(String) - Constructor for class com.github.longdt.vertxorm.repository.query.RawQuery
Constructor for RawQuery.
RawQuery(String, Tuple) - Constructor for class com.github.longdt.vertxorm.repository.query.RawQuery
Constructor for RawQuery.
RawQuery(String, Object...) - Constructor for class com.github.longdt.vertxorm.repository.query.RawQuery
Constructor for RawQuery.
rowMapper - Variable in class com.github.longdt.vertxorm.repository.Configuration
 
rowMapper - Variable in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 

S

save(E) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
save.
save(SqlConnection, E) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
save.
save(SqlConnection, E) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
save.
saveAll(SqlConnection, Collection<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
saveAll(SqlConnection, Collection<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
saveAll(Collection<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
setColumnNames(List<String>) - Method in class com.github.longdt.vertxorm.repository.Configuration
Setter for the field columnNames.
setId(E, ID) - Method in interface com.github.longdt.vertxorm.repository.IdAccessor
setId.
setIdAccessor(IdAccessor<ID, E>) - Method in class com.github.longdt.vertxorm.repository.Configuration
Setter for the field idAccessor.
setParametersMapper(Function<E, Object[]>) - Method in class com.github.longdt.vertxorm.repository.Configuration
Setter for the field parametersMapper.
setRowMapper(Function<Row, E>) - Method in class com.github.longdt.vertxorm.repository.Configuration
Setter for the field rowMapper.
setTableName(String) - Method in class com.github.longdt.vertxorm.repository.Configuration
Setter for the field tableName.
setValue(int, Object) - Method in class com.github.longdt.vertxorm.util.ShiftedArrayTuple
setValue(int, Object) - Method in class com.github.longdt.vertxorm.util.SubArrayTuple
shift(Object[], int) - Static method in class com.github.longdt.vertxorm.util.Tuples
shift.
ShiftedArrayTuple - Class in com.github.longdt.vertxorm.util
ShiftedArrayTuple class.
ShiftedArrayTuple(Object[], int) - Constructor for class com.github.longdt.vertxorm.util.ShiftedArrayTuple
Constructor for ShiftedArrayTuple.
SingleQuery<E> - Class in com.github.longdt.vertxorm.repository.query
Abstract SingleQuery class.
SingleQuery(String, Tuple) - Constructor for class com.github.longdt.vertxorm.repository.query.SingleQuery
Constructor for SingleQuery.
SingleQuery(String, Object) - Constructor for class com.github.longdt.vertxorm.repository.query.SingleQuery
Constructor for SingleQuery.
SingleQuery(String, Object...) - Constructor for class com.github.longdt.vertxorm.repository.query.SingleQuery
Constructor for SingleQuery.
SingleQuery(String, List<Object>) - Constructor for class com.github.longdt.vertxorm.repository.query.SingleQuery
Constructor for SingleQuery.
size() - Method in class com.github.longdt.vertxorm.util.ShiftedArrayTuple
size() - Method in class com.github.longdt.vertxorm.util.SubArrayTuple
size() - Method in interface io.vertx.sqlclient.Tuple
 
SqlDialect - Enum in com.github.longdt.vertxorm.repository
SqlDialect class.
SQLHelper - Class in com.github.longdt.vertxorm.util
SQLHelper class.
SQLHelper() - Constructor for class com.github.longdt.vertxorm.util.SQLHelper
 
sqlSupport - Variable in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
SqlSupport - Interface in com.github.longdt.vertxorm.repository
SqlSupport interface.
SqlSupportImpl - Class in com.github.longdt.vertxorm.repository.postgresql
SqlSupportImpl class.
SqlSupportImpl(String, List<String>) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
Constructor for SqlSupportImpl.
startsWith(String, String) - Static method in class com.github.longdt.vertxorm.repository.query.QueryFactory
Creates a Like query which asserts that an attribute starts with a certain string fragment.
sub(Object[], int, int) - Static method in class com.github.longdt.vertxorm.util.Tuples
 
SubArrayTuple - Class in com.github.longdt.vertxorm.util
 
SubArrayTuple(Object[], int, int) - Constructor for class com.github.longdt.vertxorm.util.SubArrayTuple
Constructor for SubArrayTuple.
sync(QuadConsumer<T, V, S, Handler<AsyncResult<R>>>, T, V, S) - Static method in class com.github.longdt.vertxorm.util.Futures
sync.
sync(TriConsumer<T, V, Handler<AsyncResult<R>>>, T, V) - Static method in class com.github.longdt.vertxorm.util.Futures
sync.
sync(BiConsumer<T, Handler<AsyncResult<R>>>, T) - Static method in class com.github.longdt.vertxorm.util.Futures
sync.
sync(Consumer<Handler<AsyncResult<R>>>) - Static method in class com.github.longdt.vertxorm.util.Futures
sync.

T

toBatch(Collection<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
toBatch(Collection<E>, Function<Object[], Tuple>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
toEntity(RowSet<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
toEntity.
toFuture(QuadConsumer<T, V, U, Handler<AsyncResult<R>>>, T, V, U) - Static method in class com.github.longdt.vertxorm.util.Futures
toFuture.
toFuture(TriConsumer<T, V, Handler<AsyncResult<R>>>, T, V) - Static method in class com.github.longdt.vertxorm.util.Futures
toFuture.
toFuture(BiConsumer<T, Handler<AsyncResult<R>>>, T) - Static method in class com.github.longdt.vertxorm.util.Futures
toFuture.
toFuture(Consumer<Handler<AsyncResult<R>>>) - Static method in class com.github.longdt.vertxorm.util.Futures
toFuture.
toJson() - Method in class com.github.longdt.vertxorm.repository.Page
toJson.
toJson() - Method in class com.github.longdt.vertxorm.repository.PageRequest
toJson.
TriConsumer<T,​U,​V> - Interface in com.github.longdt.vertxorm.util
TriConsumer interface.
tuple() - Static method in interface io.vertx.sqlclient.Tuple
 
tuple(int) - Static method in class com.github.longdt.vertxorm.util.Tuples
tuple.
tuple(Tuple) - Static method in class com.github.longdt.vertxorm.util.Tuples
tuple.
tuple(List<Object>) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple with the provided elements list.
Tuple - Interface in io.vertx.sqlclient
A general purpose tuple.
Tuples - Class in com.github.longdt.vertxorm.util
Tuples class.
Tuples() - Constructor for class com.github.longdt.vertxorm.util.Tuples
 
types() - Method in interface io.vertx.sqlclient.Tuple
 

U

update(E) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
update.
update(E, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
update(SqlConnection, E) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
update.
update(SqlConnection, E) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
update.
update(SqlConnection, E, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
update(SqlConnection, E, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
updateAll(SqlConnection, Collection<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
updateAll(SqlConnection, Collection<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
updateAll(Collection<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
updateDynamic(E) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
updateDynamic(E, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
updateDynamic(SqlConnection, E) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
updateDynamic(SqlConnection, E) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
updateDynamic(SqlConnection, E, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
updateDynamic(SqlConnection, E, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
updateDynamicAll(E, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
updateDynamicAll(SqlConnection, E, Query<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
updateDynamicAll(SqlConnection, E, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
updateDynamicAll(SqlConnection, Collection<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 
updateDynamicAll(SqlConnection, Collection<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
 
updateDynamicAll(Collection<E>) - Method in interface com.github.longdt.vertxorm.repository.CrudRepository
 

V

valueOf(String) - Static method in enum com.github.longdt.vertxorm.repository.SqlDialect
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.longdt.vertxorm.repository.SqlDialect
Returns an array containing the constants of this enum type, in the order they are declared.

W

withTransaction(Pool, BiFunction<SqlConnection, Transaction, Future<T>>) - Static method in class com.github.longdt.vertxorm.util.SQLHelper
withTransaction.
wrap(Object[]) - Static method in interface io.vertx.sqlclient.Tuple
Wrap the provided array with a tuple.
wrap(List<T>) - Static method in interface io.vertx.sqlclient.Tuple
Wrap the provided list with a tuple.
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages