Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

A

add(T) - Method in interface eu.eventstorm.sql.jdbc.Batch
 
add(T) - Method in class eu.eventstorm.sql.type.common.BlobJsonList
 
add(T) - Method in interface eu.eventstorm.sql.type.JsonList
 
addHook(Runnable) - Method in interface eu.eventstorm.sql.impl.TransactionContext
 
AggregateFunction - Interface in eu.eventstorm.sql.expression
 
AggregateFunctions - Class in eu.eventstorm.sql.expression
 
alias() - Method in class eu.eventstorm.sql.desc.SqlTable
 
and(Expression, Expression, Expression...) - Static method in class eu.eventstorm.sql.expression.Expressions
 
annotate(String) - Method in interface eu.eventstorm.sql.tracer.TransactionSpan
 
asc(SqlColumn) - Static method in class eu.eventstorm.sql.builder.Order
 
asList() - Method in class eu.eventstorm.sql.type.common.BlobJson
 
asList() - Method in interface eu.eventstorm.sql.type.Json
 
asMap() - Method in class eu.eventstorm.sql.type.common.BlobJson
 
asMap() - Method in interface eu.eventstorm.sql.type.Json
 
AssociationType - Enum in eu.eventstorm.sql.annotation
 
AutoIncrement - Annotation Type in eu.eventstorm.sql.annotation
 

B

Batch<T> - Interface in eu.eventstorm.sql.jdbc
 
batch(String, InsertMapper<E>) - Method in class eu.eventstorm.sql.Repository
 
begin(Transaction) - Method in interface eu.eventstorm.sql.tracer.TransactionTracer
 
BlobJson - Class in eu.eventstorm.sql.type.common
 
BlobJson(JsonMapper, byte[]) - Constructor for class eu.eventstorm.sql.type.common.BlobJson
 
BlobJson(JsonMapper, BlobJsonAdaptee) - Constructor for class eu.eventstorm.sql.type.common.BlobJson
 
BlobJsonList - Class in eu.eventstorm.sql.type.common
 
BlobJsonList(List<Object>) - Constructor for class eu.eventstorm.sql.type.common.BlobJsonList
 
BlobJsonMap - Class in eu.eventstorm.sql.type.common
 
BlobJsonMap(Map<String, Object>) - Constructor for class eu.eventstorm.sql.type.common.BlobJsonMap
 
BlobXml - Class in eu.eventstorm.sql.type.common
 
BlobXml(byte[]) - Constructor for class eu.eventstorm.sql.type.common.BlobXml
 
brave(Tracer) - Static method in class eu.eventstorm.sql.tracer.TransactionTracers
 
build() - Method in class eu.eventstorm.sql.builder.DeleteBuilder
 
build() - Method in class eu.eventstorm.sql.builder.InsertBuilder
 
build() - Method in class eu.eventstorm.sql.builder.SelectBuilder
 
build() - Method in class eu.eventstorm.sql.builder.UpdateBuilder
 
build(Dialect, boolean) - Method in interface eu.eventstorm.sql.expression.AggregateFunction
 
build(Dialect, boolean) - Method in interface eu.eventstorm.sql.expression.Expression
 
BusinessKey - Annotation Type in eu.eventstorm.sql.annotation
Used to generate the equals method, ...

C

catalog() - Method in class eu.eventstorm.sql.Module
 
close() - Method in interface eu.eventstorm.sql.impl.Transaction
 
close() - Method in interface eu.eventstorm.sql.impl.TransactionQueryContext
 
close() - Method in interface eu.eventstorm.sql.jdbc.Batch
 
close() - Method in interface eu.eventstorm.sql.tracer.TransactionSpan
 
Column - Annotation Type in eu.eventstorm.sql.annotation
 
column() - Method in class eu.eventstorm.sql.builder.Order
 
columns() - Method in interface eu.eventstorm.sql.Descriptor
 
commit() - Method in interface eu.eventstorm.sql.impl.Transaction
 
context() - Method in interface eu.eventstorm.sql.impl.TransactionManager
 
context() - Method in class eu.eventstorm.sql.impl.TransactionManagerImpl
 
count(SqlColumn) - Static method in class eu.eventstorm.sql.expression.AggregateFunctions
 
createJson(Map<String, Object>) - Method in interface eu.eventstorm.sql.Dialect
 
createJson(List<Object>) - Method in interface eu.eventstorm.sql.Dialect
 
createJson(byte[]) - Method in interface eu.eventstorm.sql.Dialect
 
CreateTimestamp - Annotation Type in eu.eventstorm.sql.annotation
 
createXml(FastByteArrayInputStream) - Method in interface eu.eventstorm.sql.Dialect
 
current() - Method in interface eu.eventstorm.sql.impl.TransactionManager
 
current() - Method in class eu.eventstorm.sql.impl.TransactionManagerImpl
 

D

Database - Enum in eu.eventstorm.sql.annotation
 
Database - Interface in eu.eventstorm.sql
 
database() - Method in class eu.eventstorm.sql.Repository
 
DatabaseImpl - Class in eu.eventstorm.sql.impl
 
DatabaseImpl(Dialect.Name, TransactionManager, String, Module, Module...) - Constructor for class eu.eventstorm.sql.impl.DatabaseImpl
 
DatabaseImpl(Dialect.Name, TransactionManager, JsonMapper, String, Module, Module...) - Constructor for class eu.eventstorm.sql.impl.DatabaseImpl
 
debug() - Static method in class eu.eventstorm.sql.tracer.TransactionTracers
 
decorate(PreparedStatement) - Method in interface eu.eventstorm.sql.tracer.TransactionTracer
 
DEFAULT - Static variable in class eu.eventstorm.sql.impl.TransactionManagerConfiguration
 
delete(PreparedStatement, T) - Method in interface eu.eventstorm.sql.jdbc.DeleteMapper
 
delete(SqlTable) - Method in class eu.eventstorm.sql.Repository
 
DeleteBuilder - Class in eu.eventstorm.sql.builder
 
DeleteBuilder(Database, SqlTable) - Constructor for class eu.eventstorm.sql.builder.DeleteBuilder
 
DeleteMapper<T> - Interface in eu.eventstorm.sql.jdbc
 
desc(SqlColumn) - Static method in class eu.eventstorm.sql.builder.Order
 
Descriptor - Interface in eu.eventstorm.sql
 
descriptors() - Method in class eu.eventstorm.sql.Module
 
dialect() - Method in interface eu.eventstorm.sql.Database
 
Dialect - Interface in eu.eventstorm.sql
 
dialect(Dialect.Name, Database) - Static method in class eu.eventstorm.sql.dialect.Dialects
 
dialect() - Method in class eu.eventstorm.sql.impl.DatabaseImpl
Dialect.Name - Enum in eu.eventstorm.sql
 
Dialects - Class in eu.eventstorm.sql.dialect
 
distinct(SqlColumn) - Static method in class eu.eventstorm.sql.expression.AggregateFunctions
 

E

empty() - Static method in interface eu.eventstorm.sql.domain.Page
 
EMPTY - Static variable in interface eu.eventstorm.sql.jdbc.PreparedStatementSetter
 
eq(SqlColumn) - Static method in class eu.eventstorm.sql.expression.Expressions
 
eq(SqlColumn, String) - Static method in class eu.eventstorm.sql.expression.Expressions
 
eq(SqlColumn, Number) - Static method in class eu.eventstorm.sql.expression.Expressions
 
eq(SqlColumn, boolean) - Static method in class eu.eventstorm.sql.expression.Expressions
 
equals(Object) - Method in class eu.eventstorm.sql.desc.SqlTable
eu.eventstorm.sql - package eu.eventstorm.sql
 
eu.eventstorm.sql.annotation - package eu.eventstorm.sql.annotation
 
eu.eventstorm.sql.builder - package eu.eventstorm.sql.builder
 
eu.eventstorm.sql.desc - package eu.eventstorm.sql.desc
 
eu.eventstorm.sql.dialect - package eu.eventstorm.sql.dialect
 
eu.eventstorm.sql.domain - package eu.eventstorm.sql.domain
 
eu.eventstorm.sql.expression - package eu.eventstorm.sql.expression
 
eu.eventstorm.sql.id - package eu.eventstorm.sql.id
 
eu.eventstorm.sql.impl - package eu.eventstorm.sql.impl
 
eu.eventstorm.sql.jdbc - package eu.eventstorm.sql.jdbc
 
eu.eventstorm.sql.json - package eu.eventstorm.sql.json
 
eu.eventstorm.sql.tracer - package eu.eventstorm.sql.tracer
 
eu.eventstorm.sql.type - package eu.eventstorm.sql.type
 
eu.eventstorm.sql.type.common - package eu.eventstorm.sql.type.common
 
EventstormDialectException - Exception in eu.eventstorm.sql.dialect
 
EventstormDialectException(EventstormDialectException.Type, ImmutableMap<String, Object>) - Constructor for exception eu.eventstorm.sql.dialect.EventstormDialectException
 
EventstormDialectException(EventstormDialectException.Type, ImmutableMap<String, Object>, Throwable) - Constructor for exception eu.eventstorm.sql.dialect.EventstormDialectException
 
EventstormDialectException.Type - Enum in eu.eventstorm.sql.dialect
 
EventstormRepositoryException - Exception in eu.eventstorm.sql
 
EventstormRepositoryException(EventstormRepositoryException.Type, ImmutableMap<String, Object>, SQLException) - Constructor for exception eu.eventstorm.sql.EventstormRepositoryException
 
EventstormRepositoryException(EventstormRepositoryException.Type, ImmutableMap<String, Object>) - Constructor for exception eu.eventstorm.sql.EventstormRepositoryException
 
EventstormRepositoryException.Type - Enum in eu.eventstorm.sql
 
EventstormSqlException - Exception in eu.eventstorm.sql
 
EventstormSqlException(EventstormSqlExceptionType, ImmutableMap<String, Object>) - Constructor for exception eu.eventstorm.sql.EventstormSqlException
 
EventstormSqlException(EventstormSqlExceptionType, ImmutableMap<String, Object>, Throwable) - Constructor for exception eu.eventstorm.sql.EventstormSqlException
 
EventstormSqlException(String) - Constructor for exception eu.eventstorm.sql.EventstormSqlException
Deprecated.
EventstormSqlException(String, Throwable) - Constructor for exception eu.eventstorm.sql.EventstormSqlException
Deprecated.
EventstormSqlExceptionType - Interface in eu.eventstorm.sql
 
EventstormTransactionException - Exception in eu.eventstorm.sql.impl
 
EventstormTransactionException.Type - Enum in eu.eventstorm.sql.impl
 
exception(T) - Method in interface eu.eventstorm.sql.impl.TransactionQueryContext
 
exception(EventstormSqlException) - Method in interface eu.eventstorm.sql.tracer.TransactionSpan
 
exception(SQLException) - Method in interface eu.eventstorm.sql.tracer.TransactionSpan
 
executeDelete(String, PreparedStatementSetter) - Method in class eu.eventstorm.sql.Repository
 
executeInsert(String, InsertMapper<E>, E) - Method in class eu.eventstorm.sql.Repository
 
executeInsertAutoIncrement(String, InsertMapperWithAutoIncrement<E>, E) - Method in class eu.eventstorm.sql.Repository
 
executeSelect(String, PreparedStatementSetter, ResultSetMapper<T>) - Method in class eu.eventstorm.sql.Repository
 
executeSelectPage(String, String, ResultSetMapper<T>, Pageable) - Method in class eu.eventstorm.sql.Repository
 
executeUpdate(String, UpdateMapper<E>, E) - Method in class eu.eventstorm.sql.Repository
 
Expression - Interface in eu.eventstorm.sql.expression
 
Expressions - Class in eu.eventstorm.sql.expression
 
extractResult(ResultSet) - Method in class eu.eventstorm.sql.id.SequenceGenerator
 
extractResult(ResultSet) - Method in class eu.eventstorm.sql.id.SequenceGenerator4Integer
 
extractResult(ResultSet) - Method in class eu.eventstorm.sql.id.SequenceGenerator4Long
 

F

flush() - Method in class eu.eventstorm.sql.type.common.BlobJson
 
flush() - Method in interface eu.eventstorm.sql.type.Json
 
Flyway - Annotation Type in eu.eventstorm.sql.annotation
 
FlywayConfiguration - Annotation Type in eu.eventstorm.sql.annotation
 
ForeignKey - Annotation Type in eu.eventstorm.sql.annotation
 
forUpdate() - Method in class eu.eventstorm.sql.builder.SelectBuilder
 
from(SqlTable...) - Method in class eu.eventstorm.sql.builder.SelectBuilder
 
fromJdbcJson(ResultSet, int) - Method in interface eu.eventstorm.sql.Dialect
 
fromJdbcXml(ResultSet, int) - Method in interface eu.eventstorm.sql.Dialect
 
fromTable(SqlTable) - Method in class eu.eventstorm.sql.desc.SqlColumn
 

G

ge(SqlColumn) - Static method in class eu.eventstorm.sql.expression.Expressions
 
ge(SqlColumn, Number) - Static method in class eu.eventstorm.sql.expression.Expressions
 
get(int, Class<T>) - Method in class eu.eventstorm.sql.type.common.BlobJsonList
 
get(String, Class<T>) - Method in class eu.eventstorm.sql.type.common.BlobJsonMap
 
get(int, Class<T>) - Method in interface eu.eventstorm.sql.type.JsonList
 
get(String, Class<T>) - Method in interface eu.eventstorm.sql.type.JsonMap
 
getBinaryStream() - Method in interface eu.eventstorm.sql.type.Xml
 
getConfiguration() - Method in class eu.eventstorm.sql.impl.TransactionManagerImpl
 
getContent() - Method in interface eu.eventstorm.sql.domain.Page
Returns the page content as Stream.
getContent() - Method in class eu.eventstorm.sql.domain.PageImpl
 
getDataSource() - Method in class eu.eventstorm.sql.impl.TransactionManagerImpl
 
getModule(SqlTable) - Method in interface eu.eventstorm.sql.Database
 
getModule(SqlSequence) - Method in interface eu.eventstorm.sql.Database
 
getModule(SqlTable) - Method in class eu.eventstorm.sql.impl.DatabaseImpl
getModule(SqlSequence) - Method in class eu.eventstorm.sql.impl.DatabaseImpl
 
getPageNumber() - Method in interface eu.eventstorm.sql.domain.Pageable
 
getPageSize() - Method in interface eu.eventstorm.sql.domain.Pageable
 
getSequenceAsSql() - Method in class eu.eventstorm.sql.id.SequenceGenerator
 
getTotalElements() - Method in interface eu.eventstorm.sql.domain.Page
Returns the total amount of elements.
getTotalElements() - Method in class eu.eventstorm.sql.domain.PageImpl
 
getTotalPages() - Method in interface eu.eventstorm.sql.domain.Page
Returns the number of total pages.
getTotalPages() - Method in class eu.eventstorm.sql.domain.PageImpl
 
getTracer() - Method in class eu.eventstorm.sql.impl.TransactionManagerConfiguration
 
getTransaction(TransactionDefinition) - Method in class eu.eventstorm.sql.impl.TransactionManagerImpl
 
getType() - Method in exception eu.eventstorm.sql.EventstormSqlException
 
getUuid() - Method in interface eu.eventstorm.sql.impl.Transaction
 
getValues() - Method in exception eu.eventstorm.sql.EventstormSqlException
 
GlobalConfiguration - Annotation Type in eu.eventstorm.sql.annotation
 
groupBy(SqlColumn...) - Method in class eu.eventstorm.sql.builder.SelectBuilder
 
gt(SqlColumn) - Static method in class eu.eventstorm.sql.expression.Expressions
 
gt(SqlColumn, Number) - Static method in class eu.eventstorm.sql.expression.Expressions
 

H

h2(Database) - Static method in class eu.eventstorm.sql.dialect.Dialects
 
hasCurrent() - Method in interface eu.eventstorm.sql.impl.TransactionManager
 
hasCurrent() - Method in class eu.eventstorm.sql.impl.TransactionManagerImpl
 
hashCode() - Method in class eu.eventstorm.sql.desc.SqlTable

I

Identifier<T> - Interface in eu.eventstorm.sql.id
 
IdentifierException - Exception in eu.eventstorm.sql.id
 
IdentifierException(IdentifierException.Type, ImmutableMap<String, Object>, Exception) - Constructor for exception eu.eventstorm.sql.id.IdentifierException
 
IdentifierException(IdentifierException.Type, ImmutableMap<String, Object>) - Constructor for exception eu.eventstorm.sql.id.IdentifierException
 
IdentifierException.Type - Enum in eu.eventstorm.sql.id
 
ids() - Method in interface eu.eventstorm.sql.Descriptor
 
Index - Annotation Type in eu.eventstorm.sql.annotation
 
innerJoin(SqlTable, SqlColumn, SqlColumn) - Method in class eu.eventstorm.sql.builder.SelectBuilder
 
innerJoin(SqlTable, SqlColumn, SqlColumn, Expression) - Method in class eu.eventstorm.sql.builder.SelectBuilder
 
innerJoinAlias(SqlTable, SqlColumn, SqlTable, SqlColumn) - Method in class eu.eventstorm.sql.builder.SelectBuilder
 
innerJoinAlias(SqlTable, SqlColumn, SqlTable, SqlColumn, Expression) - Method in class eu.eventstorm.sql.builder.SelectBuilder
 
insert(PreparedStatement, T) - Method in interface eu.eventstorm.sql.jdbc.InsertMapper
 
insert(SqlTable, ImmutableList<SqlPrimaryKey>, ImmutableList<SqlSingleColumn>) - Method in class eu.eventstorm.sql.Repository
 
InsertBuilder - Class in eu.eventstorm.sql.builder
 
InsertBuilder(Database, SqlTable, SqlPrimaryKey, ImmutableList<SqlSingleColumn>) - Constructor for class eu.eventstorm.sql.builder.InsertBuilder
 
InsertBuilder(Database, SqlTable, ImmutableList<SqlPrimaryKey>, ImmutableList<SqlSingleColumn>) - Constructor for class eu.eventstorm.sql.builder.InsertBuilder
 
InsertMapper<T> - Interface in eu.eventstorm.sql.jdbc
 
InsertMapperWithAutoIncrement<T> - Interface in eu.eventstorm.sql.jdbc
 
isInsertable() - Method in class eu.eventstorm.sql.desc.SqlSingleColumn
 
isMonoSchema() - Method in interface eu.eventstorm.sql.Database
 
isMonoSchema() - Method in class eu.eventstorm.sql.impl.DatabaseImpl
isNullable() - Method in class eu.eventstorm.sql.desc.SqlSingleColumn
 
isReadOnly() - Method in interface eu.eventstorm.sql.impl.Transaction
 
isUpdatable() - Method in class eu.eventstorm.sql.desc.SqlSingleColumn
 

J

JacksonJsonMapper - Class in eu.eventstorm.sql.json
 
JacksonJsonMapper(ObjectMapper) - Constructor for class eu.eventstorm.sql.json.JacksonJsonMapper
 
JacksonJsonMapper() - Constructor for class eu.eventstorm.sql.json.JacksonJsonMapper
 
JoinColumn - Annotation Type in eu.eventstorm.sql.annotation
 
JoinTable - Annotation Type in eu.eventstorm.sql.annotation
 
JoinType - Enum in eu.eventstorm.sql.builder
 
Json - Interface in eu.eventstorm.sql.type
 
JsonList - Interface in eu.eventstorm.sql.type
 
JsonMap - Interface in eu.eventstorm.sql.type
 
jsonMapper() - Method in interface eu.eventstorm.sql.Database
 
jsonMapper() - Method in class eu.eventstorm.sql.impl.DatabaseImpl
 
JsonMapper - Interface in eu.eventstorm.sql
 

K

keys() - Method in class eu.eventstorm.sql.type.common.BlobJsonMap
 
keys() - Method in interface eu.eventstorm.sql.type.JsonMap
 

L

le(SqlColumn) - Static method in class eu.eventstorm.sql.expression.Expressions
 
le(SqlColumn, Number) - Static method in class eu.eventstorm.sql.expression.Expressions
 
leftJoin(SqlTable, SqlColumn, SqlColumn) - Method in class eu.eventstorm.sql.builder.SelectBuilder
Used when : select * from [_from_ JOIN_targetTable_ ON ]
leftJoin(SqlTable, SqlColumn, SqlTable, SqlColumn) - Method in class eu.eventstorm.sql.builder.SelectBuilder
Used when : select * from _from_ on xxx JOIN _targetTable_ ON _otherColumn_=_targetColumn_
leftJoin(SqlTable, SqlColumn, SqlColumn, Expression) - Method in class eu.eventstorm.sql.builder.SelectBuilder
 
limit(int) - Method in class eu.eventstorm.sql.builder.SelectBuilder
 
LoggingBraveReporter - Class in eu.eventstorm.sql.tracer
 
LoggingBraveReporter() - Constructor for class eu.eventstorm.sql.tracer.LoggingBraveReporter
 
lt(SqlColumn) - Static method in class eu.eventstorm.sql.expression.Expressions
 
lt(SqlColumn, Number) - Static method in class eu.eventstorm.sql.expression.Expressions
 

M

map(Dialect, ResultSet) - Method in interface eu.eventstorm.sql.jdbc.ResultSetMapper
 
Mapper<T> - Interface in eu.eventstorm.sql.jdbc
 
MapperWithAutoIncrement<T> - Interface in eu.eventstorm.sql.jdbc
 
max(SqlColumn) - Static method in class eu.eventstorm.sql.expression.AggregateFunctions
 
Module - Class in eu.eventstorm.sql
 
Module(String, String, Descriptor...) - Constructor for class eu.eventstorm.sql.Module
 
Module(String, Descriptor...) - Constructor for class eu.eventstorm.sql.Module
 

N

name() - Method in class eu.eventstorm.sql.desc.SqlColumn
 
name() - Method in class eu.eventstorm.sql.desc.SqlSequence
 
name() - Method in class eu.eventstorm.sql.desc.SqlTable
 
name() - Method in class eu.eventstorm.sql.Module
 
newColumFromAlias(SqlTable) - Method in class eu.eventstorm.sql.desc.SqlColumn
 
newColumFromAlias(SqlTable) - Method in class eu.eventstorm.sql.desc.SqlPrimaryKey
 
newColumFromAlias(SqlTable) - Method in class eu.eventstorm.sql.desc.SqlSingleColumn
 
newTransactionIsolatedReadWrite() - Method in interface eu.eventstorm.sql.impl.TransactionManager
 
newTransactionIsolatedReadWrite() - Method in class eu.eventstorm.sql.impl.TransactionManagerImpl
 
newTransactionReadOnly() - Method in interface eu.eventstorm.sql.impl.TransactionManager
 
newTransactionReadOnly() - Method in class eu.eventstorm.sql.impl.TransactionManagerImpl
 
newTransactionReadWrite() - Method in interface eu.eventstorm.sql.impl.TransactionManager
 
newTransactionReadWrite() - Method in class eu.eventstorm.sql.impl.TransactionManagerImpl
 
next() - Method in interface eu.eventstorm.sql.domain.Page
 
next() - Method in interface eu.eventstorm.sql.domain.Pageable
 
next() - Method in class eu.eventstorm.sql.domain.PageImpl
 
next() - Method in interface eu.eventstorm.sql.id.Identifier
 
next() - Method in class eu.eventstorm.sql.id.SequenceGenerator
 
nextVal(SqlSequence) - Method in interface eu.eventstorm.sql.Dialect
 
noOp() - Static method in class eu.eventstorm.sql.tracer.TransactionTracers
 
notEq(SqlColumn) - Static method in class eu.eventstorm.sql.expression.Expressions
 
notEq(SqlColumn, String) - Static method in class eu.eventstorm.sql.expression.Expressions
 
notEq(SqlColumn, Number) - Static method in class eu.eventstorm.sql.expression.Expressions
 
notEq(SqlColumn, boolean) - Static method in class eu.eventstorm.sql.expression.Expressions
 

O

of(int, int) - Static method in interface eu.eventstorm.sql.domain.Pageable
 
offset(int) - Method in class eu.eventstorm.sql.builder.SelectBuilder
 
or(Expression, Expression, Expression...) - Static method in class eu.eventstorm.sql.expression.Expressions
 
Order - Class in eu.eventstorm.sql.builder
 
orderBy(Order...) - Method in class eu.eventstorm.sql.builder.SelectBuilder
 

P

Page<T> - Interface in eu.eventstorm.sql.domain
 
Pageable - Interface in eu.eventstorm.sql.domain
Abstract interface for pagination information.
PageImpl<T> - Class in eu.eventstorm.sql.domain
 
PageImpl(Stream<T>, long, Pageable) - Constructor for class eu.eventstorm.sql.domain.PageImpl
 
PARAM_ADAPTEE - Static variable in exception eu.eventstorm.sql.type.SqlTypeException
 
PARAM_CONTENT - Static variable in exception eu.eventstorm.sql.type.SqlTypeException
 
PARAM_CONTENT_OBJECT - Static variable in exception eu.eventstorm.sql.type.SqlTypeException
 
PARAM_POJO - Static variable in exception eu.eventstorm.sql.EventstormRepositoryException
 
PARAM_SEQUENCE - Static variable in exception eu.eventstorm.sql.id.IdentifierException
 
PARAM_SIZE - Static variable in exception eu.eventstorm.sql.EventstormRepositoryException
 
PARAM_SQL - Static variable in exception eu.eventstorm.sql.EventstormRepositoryException
 
postInit() - Method in class eu.eventstorm.sql.impl.DatabaseImpl
 
preparedStatement(PreparedStatement) - Method in class eu.eventstorm.sql.impl.TransactionManagerConfiguration
 
preparedStatement() - Method in interface eu.eventstorm.sql.impl.TransactionQueryContext
 
PreparedStatementSetter - Interface in eu.eventstorm.sql.jdbc
 
prepareTransactionalConnection(Connection, TransactionDefinition) - Method in class eu.eventstorm.sql.impl.TransactionManagerImpl
 
PrimaryKey - Annotation Type in eu.eventstorm.sql.annotation
 
put(String, Object) - Method in class eu.eventstorm.sql.type.common.BlobJsonMap
 
put(String, Object) - Method in interface eu.eventstorm.sql.type.JsonMap
 

R

range(int, int) - Method in interface eu.eventstorm.sql.Dialect
 
read(String) - Method in interface eu.eventstorm.sql.impl.TransactionContext
 
readList(byte[]) - Method in class eu.eventstorm.sql.json.JacksonJsonMapper
 
readList(byte[]) - Method in interface eu.eventstorm.sql.JsonMapper
 
readMap(byte[]) - Method in class eu.eventstorm.sql.json.JacksonJsonMapper
 
readMap(byte[]) - Method in interface eu.eventstorm.sql.JsonMapper
 
remove(int, Class<T>) - Method in class eu.eventstorm.sql.type.common.BlobJsonList
 
remove(String) - Method in class eu.eventstorm.sql.type.common.BlobJsonMap
 
remove(int, Class<T>) - Method in interface eu.eventstorm.sql.type.JsonList
 
remove(String) - Method in interface eu.eventstorm.sql.type.JsonMap
 
report(Span) - Method in class eu.eventstorm.sql.tracer.LoggingBraveReporter
 
Repository - Class in eu.eventstorm.sql
Repository pattern, subclasses will be generated by apt.
Repository(Database) - Constructor for class eu.eventstorm.sql.Repository
 
ResultSetMapper<T> - Interface in eu.eventstorm.sql.jdbc
 
ResultSetMapperException(ResultSetMappers.ResultSetMapperException.Type, ImmutableMap<String, Object>) - Constructor for exception eu.eventstorm.sql.jdbc.ResultSetMappers.ResultSetMapperException
 
ResultSetMappers - Class in eu.eventstorm.sql.jdbc
 
ResultSetMappers.ResultSetMapperException - Exception in eu.eventstorm.sql.jdbc
 
ResultSetMappers.ResultSetMapperException.Type - Enum in eu.eventstorm.sql.jdbc
 
rightJoin(SqlTable, SqlColumn, SqlColumn) - Method in class eu.eventstorm.sql.builder.SelectBuilder
 
rightJoin(SqlTable, SqlColumn, SqlColumn, Expression) - Method in class eu.eventstorm.sql.builder.SelectBuilder
 
rollback() - Method in interface eu.eventstorm.sql.impl.Transaction
 

S

select(ImmutableList<SqlColumn>) - Method in class eu.eventstorm.sql.Repository
 
select(SqlColumn...) - Method in class eu.eventstorm.sql.Repository
 
select(AggregateFunction) - Method in class eu.eventstorm.sql.Repository
 
SelectBuilder - Class in eu.eventstorm.sql.builder
 
SelectBuilder(Database, ImmutableList<SqlColumn>) - Constructor for class eu.eventstorm.sql.builder.SelectBuilder
 
SelectBuilder(Database, AggregateFunction) - Constructor for class eu.eventstorm.sql.builder.SelectBuilder
 
SelectBuilderException - Exception in eu.eventstorm.sql.builder
 
SelectBuilderException(String) - Constructor for exception eu.eventstorm.sql.builder.SelectBuilderException
 
Sequence - Annotation Type in eu.eventstorm.sql.annotation
 
sequence() - Method in class eu.eventstorm.sql.desc.SqlPrimaryKey
 
SequenceGenerator<T> - Class in eu.eventstorm.sql.id
 
SequenceGenerator(Database, SqlSequence) - Constructor for class eu.eventstorm.sql.id.SequenceGenerator
 
SequenceGenerator4Integer - Class in eu.eventstorm.sql.id
Created by jmilitello on 03/04/2017.
SequenceGenerator4Integer(Database, SqlSequence) - Constructor for class eu.eventstorm.sql.id.SequenceGenerator4Integer
 
SequenceGenerator4Long - Class in eu.eventstorm.sql.id
Created by jmilitello on 03/04/2017.
SequenceGenerator4Long(Database, SqlSequence) - Constructor for class eu.eventstorm.sql.id.SequenceGenerator4Long
 
set(PreparedStatement) - Method in interface eu.eventstorm.sql.jdbc.PreparedStatementSetter
 
setEnforceReadOnly(boolean) - Method in class eu.eventstorm.sql.impl.TransactionManagerImpl
 
setId(T, ResultSet) - Method in interface eu.eventstorm.sql.jdbc.InsertMapperWithAutoIncrement
 
SINGLE_LONG - Static variable in class eu.eventstorm.sql.jdbc.ResultSetMappers
 
size() - Method in class eu.eventstorm.sql.type.common.BlobJsonList
 
size() - Method in interface eu.eventstorm.sql.type.JsonList
 
span(String) - Method in interface eu.eventstorm.sql.tracer.TransactionTracer
 
SqlColumn - Class in eu.eventstorm.sql.desc
 
SqlColumn(SqlTable, String) - Constructor for class eu.eventstorm.sql.desc.SqlColumn
 
SqlPrimaryKey - Class in eu.eventstorm.sql.desc
 
SqlPrimaryKey(SqlTable, SqlSequence, String) - Constructor for class eu.eventstorm.sql.desc.SqlPrimaryKey
 
SqlSequence - Class in eu.eventstorm.sql.desc
 
SqlSequence(String) - Constructor for class eu.eventstorm.sql.desc.SqlSequence
 
SqlSingleColumn - Class in eu.eventstorm.sql.desc
 
SqlSingleColumn(SqlTable, String, boolean, boolean, boolean) - Constructor for class eu.eventstorm.sql.desc.SqlSingleColumn
 
SqlTable - Class in eu.eventstorm.sql.desc
 
SqlTable(String, String) - Constructor for class eu.eventstorm.sql.desc.SqlTable
 
SqlTypeException - Exception in eu.eventstorm.sql.type
 
SqlTypeException(SqlTypeException.Type, ImmutableMap<String, Object>, Exception) - Constructor for exception eu.eventstorm.sql.type.SqlTypeException
 
SqlTypeException(SqlTypeException.Type, ImmutableMap<String, Object>) - Constructor for exception eu.eventstorm.sql.type.SqlTypeException
 
SqlTypeException.Type - Enum in eu.eventstorm.sql.type
 
stream(String, PreparedStatementSetter, ResultSetMapper<T>) - Method in class eu.eventstorm.sql.Repository
 
STRING - Static variable in class eu.eventstorm.sql.jdbc.ResultSetMappers
 

T

Table - Annotation Type in eu.eventstorm.sql.annotation
 
table() - Method in class eu.eventstorm.sql.desc.SqlColumn
 
table() - Method in interface eu.eventstorm.sql.Descriptor
 
tag(String, String) - Method in interface eu.eventstorm.sql.tracer.TransactionSpan
 
toSql() - Method in class eu.eventstorm.sql.desc.SqlColumn
 
toSql() - Method in class eu.eventstorm.sql.desc.SqlSequence
 
toString() - Method in class eu.eventstorm.sql.desc.SqlColumn
toString() - Method in class eu.eventstorm.sql.desc.SqlSequence
toString() - Method in class eu.eventstorm.sql.desc.SqlTable
toString() - Method in class eu.eventstorm.sql.Module
 
Transaction - Interface in eu.eventstorm.sql.impl
 
TransactionContext - Interface in eu.eventstorm.sql.impl
 
transactionManager() - Method in interface eu.eventstorm.sql.Database
 
transactionManager() - Method in class eu.eventstorm.sql.impl.DatabaseImpl
TransactionManager - Interface in eu.eventstorm.sql.impl
 
TransactionManagerConfiguration - Class in eu.eventstorm.sql.impl
 
TransactionManagerConfiguration(TransactionTracer) - Constructor for class eu.eventstorm.sql.impl.TransactionManagerConfiguration
 
TransactionManagerImpl - Class in eu.eventstorm.sql.impl
 
TransactionManagerImpl(DataSource) - Constructor for class eu.eventstorm.sql.impl.TransactionManagerImpl
 
TransactionManagerImpl(DataSource, TransactionManagerConfiguration) - Constructor for class eu.eventstorm.sql.impl.TransactionManagerImpl
 
TransactionQueryContext - Interface in eu.eventstorm.sql.impl
 
TransactionSpan - Interface in eu.eventstorm.sql.tracer
 
TransactionTracer - Interface in eu.eventstorm.sql.tracer
 
TransactionTracers - Class in eu.eventstorm.sql.tracer
 
type() - Method in class eu.eventstorm.sql.builder.Order
 

U

unpaged() - Static method in interface eu.eventstorm.sql.domain.Pageable
 
update(PreparedStatement, T) - Method in interface eu.eventstorm.sql.jdbc.UpdateMapper
 
update(SqlTable, ImmutableList<SqlSingleColumn>, ImmutableList<SqlPrimaryKey>) - Method in class eu.eventstorm.sql.Repository
 
UpdateBuilder - Class in eu.eventstorm.sql.builder
 
UpdateBuilder(Database, SqlTable, ImmutableList<SqlSingleColumn>, ImmutableList<SqlPrimaryKey>) - Constructor for class eu.eventstorm.sql.builder.UpdateBuilder
 
UpdateMapper<T> - Interface in eu.eventstorm.sql.jdbc
 
UpdateTimestamp - Annotation Type in eu.eventstorm.sql.annotation
 

V

valueOf(String) - Static method in enum eu.eventstorm.sql.annotation.AssociationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.eventstorm.sql.annotation.Database
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.eventstorm.sql.builder.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.eventstorm.sql.dialect.EventstormDialectException.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.eventstorm.sql.Dialect.Name
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.eventstorm.sql.EventstormRepositoryException.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.eventstorm.sql.id.IdentifierException.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.eventstorm.sql.impl.EventstormTransactionException.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.eventstorm.sql.jdbc.ResultSetMappers.ResultSetMapperException.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.eventstorm.sql.type.SqlTypeException.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum eu.eventstorm.sql.annotation.AssociationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.eventstorm.sql.annotation.Database
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.eventstorm.sql.builder.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.eventstorm.sql.dialect.EventstormDialectException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.eventstorm.sql.Dialect.Name
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.eventstorm.sql.EventstormRepositoryException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.eventstorm.sql.id.IdentifierException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.eventstorm.sql.impl.EventstormTransactionException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.eventstorm.sql.jdbc.ResultSetMappers.ResultSetMapperException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.eventstorm.sql.type.SqlTypeException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Annotation Type in eu.eventstorm.sql.annotation
 

W

where(Expression) - Method in class eu.eventstorm.sql.builder.DeleteBuilder
 
where(Expression) - Method in class eu.eventstorm.sql.builder.SelectBuilder
 
where(Expression) - Method in class eu.eventstorm.sql.builder.UpdateBuilder
 
wrap(Appendable, SqlTable, boolean) - Method in interface eu.eventstorm.sql.Dialect
 
wrap(Appendable, SqlColumn, boolean) - Method in interface eu.eventstorm.sql.Dialect
 
write(String) - Method in interface eu.eventstorm.sql.impl.TransactionContext
 
write(Map<String, Object>) - Method in class eu.eventstorm.sql.json.JacksonJsonMapper
 
write(List<Object>) - Method in class eu.eventstorm.sql.json.JacksonJsonMapper
 
write(Map<String, Object>) - Method in interface eu.eventstorm.sql.JsonMapper
 
write(List<Object>) - Method in interface eu.eventstorm.sql.JsonMapper
 
write(JsonMapper) - Method in class eu.eventstorm.sql.type.common.BlobJsonList
 
write(JsonMapper) - Method in class eu.eventstorm.sql.type.common.BlobJsonMap
 
writeAutoIncrement(String) - Method in interface eu.eventstorm.sql.impl.TransactionContext
 

X

Xml - Interface in eu.eventstorm.sql.type
 
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links

Copyright © 2019. All rights reserved.