Index
All Classes and Interfaces|All Packages
A
- and(String) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery
- and(String) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- AND - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Conjunction
- asc() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery.IncludeOrderByClause
- asc() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.OrderByClause
- autoIncrementClause() - Method in interface tech.guilhermekaua.spigotboot.data.jdbc.dialect.Dialect
- autoIncrementClause() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.MySQLDialect
- autoIncrementClause() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.SQLiteDialect
B
- bind(Connection) - Static method in class tech.guilhermekaua.spigotboot.data.jdbc.transaction.TransactionContext
- bindIdParameters(PreparedStatement, Object, int) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityParameterBinder
- bindInsertParameters(PreparedStatement, Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityParameterBinder
- bindInsertParameters(PreparedStatement, Object, boolean) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityParameterBinder
- bindUpdateParameters(PreparedStatement, Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityParameterBinder
- bindUpdateParameters(PreparedStatement, Object, int) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityParameterBinder
-
Binds parameters for an UPDATE statement whose SET clause is ordered as: [non-id columns] [additionalColumnsCount FK placeholders] WHERE [id columns].
- buildCountSql(EntityMetadata, List<WhereCondition>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.QuerySqlBuilder
- buildSelectSql(EntityMetadata, List<WhereCondition>, List<OrderByEntry>, Integer, Integer) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.QuerySqlBuilder
- BuiltInConverters - Class in tech.guilhermekaua.spigotboot.data.jdbc.converter
C
- collectParameters(List<WhereCondition>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.QuerySqlBuilder
- Column - Annotation Interface in tech.guilhermekaua.spigotboot.data.jdbc.annotation
- ColumnMetadata - Class in tech.guilhermekaua.spigotboot.data.jdbc.metadata
- ColumnMetadata() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.metadata.ColumnMetadata
- columnName() - Element in annotation interface tech.guilhermekaua.spigotboot.data.jdbc.annotation.JoinColumn
- configureDataSource(HikariDataSource) - Method in interface tech.guilhermekaua.spigotboot.data.jdbc.dialect.Dialect
- configureDataSource(HikariDataSource) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.MySQLDialect
- configureDataSource(HikariDataSource) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.SQLiteDialect
- connectionProvider(DataSource, BootPlugin, JdbcSchemaOptions) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.config.DataJdbcAutoConfiguration
- ConnectionProvider - Class in tech.guilhermekaua.spigotboot.data.jdbc.connection
- ConnectionProvider(DataSource) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.connection.ConnectionProvider
- ConnectionProvider(DataSource, Logger, boolean) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.connection.ConnectionProvider
- ConverterScanner - Class in tech.guilhermekaua.spigotboot.data.jdbc.converter
- count() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- countSql(EntityMetadata) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.sql.CrudSqlGenerator
- CrudSqlGenerator - Class in tech.guilhermekaua.spigotboot.data.jdbc.repository.sql
- CrudSqlGenerator(Dialect) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.repository.sql.CrudSqlGenerator
D
- DataJdbcAutoConfiguration - Class in tech.guilhermekaua.spigotboot.data.jdbc.config
- DataJdbcAutoConfiguration() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.config.DataJdbcAutoConfiguration
- DataJdbcModule - Class in tech.guilhermekaua.spigotboot.data.jdbc
- DataJdbcModule() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.DataJdbcModule
- dataSource(PersistenceConfig, Dialect) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.config.DataJdbcAutoConfiguration
- DdlGenerator - Class in tech.guilhermekaua.spigotboot.data.jdbc.ddl
- DdlGenerator(Dialect, EntityMetadataRegistry) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.ddl.DdlGenerator
- decrementDepth() - Static method in class tech.guilhermekaua.spigotboot.data.jdbc.transaction.TransactionContext
- defaultPoolSize() - Method in interface tech.guilhermekaua.spigotboot.data.jdbc.dialect.Dialect
- defaultPoolSize() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.MySQLDialect
- defaultPoolSize() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.SQLiteDialect
- delete(Iterable<T>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- delete(T) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- deleteAll() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- deleteAllSql(EntityMetadata) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.sql.CrudSqlGenerator
- deleteById(ID) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- deleteSql(EntityMetadata) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.sql.CrudSqlGenerator
- desc() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery.IncludeOrderByClause
- desc() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.OrderByClause
- dialect(PersistenceConfig) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.config.DataJdbcAutoConfiguration
- Dialect - Interface in tech.guilhermekaua.spigotboot.data.jdbc.dialect
- DialectResolver - Class in tech.guilhermekaua.spigotboot.data.jdbc.dialect
- discoverFromPackage(String) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.registry.discovery.JdbcRepositoryDiscoveryService
- DiscoveryIndex_f19a76aca16143cf - Class in tech.guilhermekaua.spigotboot.generated
- DiscoveryIndex_f19a76aca16143cf() - Constructor for class tech.guilhermekaua.spigotboot.generated.DiscoveryIndex_f19a76aca16143cf
E
- EmbeddedId - Annotation Interface in tech.guilhermekaua.spigotboot.data.jdbc.annotation
- EntityMetadata - Class in tech.guilhermekaua.spigotboot.data.jdbc.metadata
- EntityMetadata() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.metadata.EntityMetadata
- EntityMetadataParser - Class in tech.guilhermekaua.spigotboot.data.jdbc.metadata
- EntityMetadataParser(TypeConverterRegistry) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.metadata.EntityMetadataParser
- entityMetadataRegistry(TypeConverterRegistry) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.config.DataJdbcAutoConfiguration
- EntityMetadataRegistry - Class in tech.guilhermekaua.spigotboot.data.jdbc.metadata
- EntityMetadataRegistry(EntityMetadataParser) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.metadata.EntityMetadataRegistry
- EntityParameterBinder - Class in tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper
- EntityParameterBinder(EntityMetadata) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityParameterBinder
- EntityRowMapper<T> - Class in tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper
- EntityRowMapper(EntityMetadata) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityRowMapper
- EntityRowMapper.MappedRow<E> - Class in tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper
- entries() - Method in class tech.guilhermekaua.spigotboot.generated.DiscoveryIndex_f19a76aca16143cf
- eq(Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery.IncludeWhereClause
- eq(Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereClause
- EQ - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Operator
- execute(Method, Object[], EntityMetadata, Dialect) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.methodHandler.QueryMethodHandler
- execute(TransactionCallback<T>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.transaction.JdbcTransactionManager
- execute(TransactionCallbackWithoutResult) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.transaction.JdbcTransactionManager
- executeWithoutResult(TransactionCallbackWithoutResult) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.transaction.JdbcTransactionManager
- existsById(ID) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- existsByIdSql(EntityMetadata) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.sql.CrudSqlGenerator
- ExistsSubquery - Class in tech.guilhermekaua.spigotboot.data.jdbc.query
- ExistsSubquery() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.query.ExistsSubquery
- extractId(Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityParameterBinder
F
- fetchAll() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- fetchCount() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- fetchOne() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- fetchOptional() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- fetchPage(Pageable) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- findAll() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- findAll(Pageable) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- findAll(Pageable) - Method in interface tech.guilhermekaua.spigotboot.data.jdbc.repository.JdbcRepository
- findById(ID) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
G
- generateCreateTable(EntityMetadata) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.ddl.DdlGenerator
- getColumnValues() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityRowMapper.MappedRow
- getConnection() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.connection.ConnectionProvider
- getConnectionProvider() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- getConverter(Class<?>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.converter.TypeConverterRegistry
- getCurrent() - Static method in class tech.guilhermekaua.spigotboot.data.jdbc.transaction.TransactionContext
- getDataSource() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.connection.ConnectionProvider
- getDepth() - Static method in class tech.guilhermekaua.spigotboot.data.jdbc.transaction.TransactionContext
- getDialect() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- getEntity() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityRowMapper.MappedRow
- getField() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.metadata.RelationshipMetadata
- getForeignKeyColumn() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.metadata.RelationshipMetadata
- getIdColumns() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityParameterBinder
- getJoinColumns() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.metadata.RelationshipMetadata
- getMetadata() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- getNonIdColumns() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.metadata.EntityMetadata
- getOrParse(Class<?>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.metadata.EntityMetadataRegistry
- getParameterCount() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition
- getRelationship(String) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.metadata.EntityMetadata
- getRepository(Class<T>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.registry.JdbcRepositoryRegistry
- getTargetEntityClass() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.metadata.RelationshipMetadata
- getType() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.metadata.RelationshipMetadata
- gt(Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery.IncludeWhereClause
- gt(Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereClause
- GT - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Operator
- gte(Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery.IncludeWhereClause
- gte(Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereClause
- GTE - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Operator
H
- handle(MethodHandlerContext) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.methodHandler.JdbcRepositoryMethodHandler
- handle(MethodHandlerContext) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.methodHandler.TransactionalMethodHandler
- hasConverter(Class<?>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.converter.TypeConverterRegistry
- hasSingleJoinColumn() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.metadata.RelationshipMetadata
- hasTransaction() - Static method in class tech.guilhermekaua.spigotboot.data.jdbc.transaction.TransactionContext
I
- Id - Annotation Interface in tech.guilhermekaua.spigotboot.data.jdbc.annotation
- IDENTITY - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.annotation.IdStrategy
- IdMetadata - Class in tech.guilhermekaua.spigotboot.data.jdbc.metadata
- IdMetadata() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.metadata.IdMetadata
- IdStrategy - Enum Class in tech.guilhermekaua.spigotboot.data.jdbc.annotation
- in(Collection<?>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereClause
- IN - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Operator
- include(String) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- include(String, Consumer<IncludeQuery>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- Include - Annotation Interface in tech.guilhermekaua.spigotboot.data.jdbc.annotation
- IncludeQuery - Class in tech.guilhermekaua.spigotboot.data.jdbc.query
- IncludeQuery() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery
- IncludeQuery.IncludeOrderByClause - Class in tech.guilhermekaua.spigotboot.data.jdbc.query
- IncludeQuery.IncludeWhereClause - Class in tech.guilhermekaua.spigotboot.data.jdbc.query
- Includes - Annotation Interface in tech.guilhermekaua.spigotboot.data.jdbc.annotation
- IncludeSpec - Class in tech.guilhermekaua.spigotboot.data.jdbc.query
- IncludeSpec() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeSpec
- incrementDepth() - Static method in class tech.guilhermekaua.spigotboot.data.jdbc.transaction.TransactionContext
- initialize(Context, ConnectionProvider, Dialect, EntityMetadataRegistry) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.registry.JdbcRepositoryRegistry
- insert(T) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- insert(T) - Method in interface tech.guilhermekaua.spigotboot.data.jdbc.repository.JdbcRepository
- insertDefaultValuesSql(EntityMetadata) - Method in interface tech.guilhermekaua.spigotboot.data.jdbc.dialect.Dialect
- insertSql(EntityMetadata) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.sql.CrudSqlGenerator
- insertSql(EntityMetadata, boolean) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.sql.CrudSqlGenerator
- insertSql(EntityMetadata, boolean, List<String>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.sql.CrudSqlGenerator
- IS_NOT_NULL - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Operator
- IS_NULL - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Operator
- isCollection() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.metadata.RelationshipMetadata
- isCollection() - Method in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Operator
- isNotNull() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery.IncludeWhereClause
- isNotNull() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereClause
- isNoValue() - Method in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Operator
- isNull() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery.IncludeWhereClause
- isNull() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereClause
- isRollbackOnly() - Static method in class tech.guilhermekaua.spigotboot.data.jdbc.transaction.TransactionContext
J
- JdbcRepository<T,
ID> - Interface in tech.guilhermekaua.spigotboot.data.jdbc.repository - JdbcRepositoryDiscoveryService - Class in tech.guilhermekaua.spigotboot.data.jdbc.registry.discovery
- JdbcRepositoryDiscoveryService() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.registry.discovery.JdbcRepositoryDiscoveryService
- JdbcRepositoryImpl<T,
ID> - Class in tech.guilhermekaua.spigotboot.data.jdbc.repository.impl - JdbcRepositoryImpl(ConnectionProvider, EntityMetadata, Dialect, EntityMetadataRegistry) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- JdbcRepositoryMethodHandler - Class in tech.guilhermekaua.spigotboot.data.jdbc.methodHandler
- JdbcRepositoryMethodHandler() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.methodHandler.JdbcRepositoryMethodHandler
- JdbcRepositoryRegistry - Class in tech.guilhermekaua.spigotboot.data.jdbc.registry
- JdbcRepositoryRegistry() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.registry.JdbcRepositoryRegistry
- jdbcSchemaOptions() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.config.DataJdbcAutoConfiguration
- JdbcSchemaOptions - Class in tech.guilhermekaua.spigotboot.data.jdbc.config
- JdbcSchemaOptions() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.config.JdbcSchemaOptions
- JdbcSchemaOptions(boolean, boolean) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.config.JdbcSchemaOptions
- JdbcTransactionManager - Class in tech.guilhermekaua.spigotboot.data.jdbc.transaction
- JdbcTransactionManager(DataSource) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.transaction.JdbcTransactionManager
- JdbcTypeUtils - Class in tech.guilhermekaua.spigotboot.data.jdbc.utils
- JoinColumn - Annotation Interface in tech.guilhermekaua.spigotboot.data.jdbc.annotation
- JoinColumns - Annotation Interface in tech.guilhermekaua.spigotboot.data.jdbc.annotation
L
- like(String) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery.IncludeWhereClause
- like(String) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereClause
- LIKE - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Operator
- limit(int) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- lt(Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery.IncludeWhereClause
- lt(Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereClause
- LT - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Operator
- lte(Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery.IncludeWhereClause
- lte(Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereClause
- LTE - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Operator
M
- MANY_TO_ONE - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.metadata.RelationshipMetadata.RelationshipType
- ManyToOne - Annotation Interface in tech.guilhermekaua.spigotboot.data.jdbc.annotation
- mapJavaTypeToSqlType(Class<?>) - Method in interface tech.guilhermekaua.spigotboot.data.jdbc.dialect.Dialect
- mapJavaTypeToSqlType(Class<?>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.MySQLDialect
- mapJavaTypeToSqlType(Class<?>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.SQLiteDialect
- MappedRow(E, Map<String, Object>) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityRowMapper.MappedRow
- mapRow(ResultSet) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityRowMapper
- mapRows(ResultSet) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityRowMapper
- mapRowsWithColumns(ResultSet, Collection<String>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityRowMapper
- markRollbackOnly() - Static method in class tech.guilhermekaua.spigotboot.data.jdbc.transaction.TransactionContext
- maxBindParameters() - Method in interface tech.guilhermekaua.spigotboot.data.jdbc.dialect.Dialect
- maxBindParameters() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.MySQLDialect
- maxBindParameters() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.SQLiteDialect
- MySQLDialect - Class in tech.guilhermekaua.spigotboot.data.jdbc.dialect
- MySQLDialect() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.dialect.MySQLDialect
N
- neq(Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery.IncludeWhereClause
- neq(Object) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereClause
- NEQ - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Operator
- NONE - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Conjunction
O
- offset(int) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- ONE_TO_MANY - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.metadata.RelationshipMetadata.RelationshipType
- OneToMany - Annotation Interface in tech.guilhermekaua.spigotboot.data.jdbc.annotation
- onInitialize(Context) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.DataJdbcModule
- or(String) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- OR - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Conjunction
- orderBy() - Element in annotation interface tech.guilhermekaua.spigotboot.data.jdbc.annotation.Include
- orderBy(String) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery
- orderBy(String) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- OrderByClause<T> - Class in tech.guilhermekaua.spigotboot.data.jdbc.query
- OrderByEntry - Class in tech.guilhermekaua.spigotboot.data.jdbc.query
- OrderByEntry() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.query.OrderByEntry
P
- paginationSql(String, int, int) - Method in interface tech.guilhermekaua.spigotboot.data.jdbc.dialect.Dialect
- paginationSql(String, int, int) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.MySQLDialect
- paginationSql(String, int, int) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.SQLiteDialect
- Param - Annotation Interface in tech.guilhermekaua.spigotboot.data.jdbc.annotation
- parse(Class<?>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.metadata.EntityMetadataParser
- persistenceConfig(BootPlugin, DependencyManager) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.config.DataJdbcAutoConfiguration
Q
- Query - Annotation Interface in tech.guilhermekaua.spigotboot.data.jdbc.annotation
- QueryMethodHandler - Class in tech.guilhermekaua.spigotboot.data.jdbc.methodHandler
- QueryMethodHandler(ConnectionProvider, EntityMetadataRegistry, TypeConverterRegistry) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.methodHandler.QueryMethodHandler
- QuerySqlBuilder - Class in tech.guilhermekaua.spigotboot.data.jdbc.query
- QuerySqlBuilder(Dialect) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.query.QuerySqlBuilder
- quoteIdentifier(String) - Method in interface tech.guilhermekaua.spigotboot.data.jdbc.dialect.Dialect
- quoteIdentifier(String) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.MySQLDialect
- quoteIdentifier(String) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.SQLiteDialect
R
- referencedColumnName() - Element in annotation interface tech.guilhermekaua.spigotboot.data.jdbc.annotation.JoinColumn
- register(Class<X>, AttributeConverter<X, Y>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.converter.TypeConverterRegistry
- registerAll(TypeConverterRegistry) - Static method in class tech.guilhermekaua.spigotboot.data.jdbc.converter.BuiltInConverters
- RelationshipJoinColumn - Class in tech.guilhermekaua.spigotboot.data.jdbc.metadata
- RelationshipJoinColumn() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.metadata.RelationshipJoinColumn
- RelationshipMetadata - Class in tech.guilhermekaua.spigotboot.data.jdbc.metadata
- RelationshipMetadata(Field, RelationshipMetadata.RelationshipType, List<RelationshipJoinColumn>, Class<?>, boolean) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.metadata.RelationshipMetadata
- RelationshipMetadata.RelationshipType - Enum Class in tech.guilhermekaua.spigotboot.data.jdbc.metadata
- resolve(String) - Static method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.DialectResolver
- resolveEntityType(Class<?>) - Static method in class tech.guilhermekaua.spigotboot.data.jdbc.utils.JdbcTypeUtils
- resolveIdType(Class<?>) - Static method in class tech.guilhermekaua.spigotboot.data.jdbc.utils.JdbcTypeUtils
S
- save(T) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- saveAll(Iterable<T>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- scanAndRegister(String, ClassLoader, TypeConverterRegistry) - Static method in class tech.guilhermekaua.spigotboot.data.jdbc.converter.ConverterScanner
- select() - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- select() - Method in interface tech.guilhermekaua.spigotboot.data.jdbc.repository.JdbcRepository
- selectAllSql(EntityMetadata) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.sql.CrudSqlGenerator
- selectByIdSql(EntityMetadata) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.sql.CrudSqlGenerator
- SelectQuery<T> - Class in tech.guilhermekaua.spigotboot.data.jdbc.query
- SelectQuery(EntityMetadata, Dialect, ConnectionProvider) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- SelectQuery(EntityMetadata, Dialect, ConnectionProvider, EntityMetadataRegistry) - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- SQLiteDialect - Class in tech.guilhermekaua.spigotboot.data.jdbc.dialect
- SQLiteDialect() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.dialect.SQLiteDialect
- strategy() - Element in annotation interface tech.guilhermekaua.spigotboot.data.jdbc.annotation.Id
T
- Table - Annotation Interface in tech.guilhermekaua.spigotboot.data.jdbc.annotation
- tech.guilhermekaua.spigotboot.data.jdbc - package tech.guilhermekaua.spigotboot.data.jdbc
- tech.guilhermekaua.spigotboot.data.jdbc.annotation - package tech.guilhermekaua.spigotboot.data.jdbc.annotation
- tech.guilhermekaua.spigotboot.data.jdbc.config - package tech.guilhermekaua.spigotboot.data.jdbc.config
- tech.guilhermekaua.spigotboot.data.jdbc.connection - package tech.guilhermekaua.spigotboot.data.jdbc.connection
- tech.guilhermekaua.spigotboot.data.jdbc.converter - package tech.guilhermekaua.spigotboot.data.jdbc.converter
- tech.guilhermekaua.spigotboot.data.jdbc.ddl - package tech.guilhermekaua.spigotboot.data.jdbc.ddl
- tech.guilhermekaua.spigotboot.data.jdbc.dialect - package tech.guilhermekaua.spigotboot.data.jdbc.dialect
- tech.guilhermekaua.spigotboot.data.jdbc.metadata - package tech.guilhermekaua.spigotboot.data.jdbc.metadata
- tech.guilhermekaua.spigotboot.data.jdbc.methodHandler - package tech.guilhermekaua.spigotboot.data.jdbc.methodHandler
- tech.guilhermekaua.spigotboot.data.jdbc.query - package tech.guilhermekaua.spigotboot.data.jdbc.query
- tech.guilhermekaua.spigotboot.data.jdbc.registry - package tech.guilhermekaua.spigotboot.data.jdbc.registry
- tech.guilhermekaua.spigotboot.data.jdbc.registry.discovery - package tech.guilhermekaua.spigotboot.data.jdbc.registry.discovery
- tech.guilhermekaua.spigotboot.data.jdbc.repository - package tech.guilhermekaua.spigotboot.data.jdbc.repository
- tech.guilhermekaua.spigotboot.data.jdbc.repository.impl - package tech.guilhermekaua.spigotboot.data.jdbc.repository.impl
- tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper - package tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper
- tech.guilhermekaua.spigotboot.data.jdbc.repository.sql - package tech.guilhermekaua.spigotboot.data.jdbc.repository.sql
- tech.guilhermekaua.spigotboot.data.jdbc.transaction - package tech.guilhermekaua.spigotboot.data.jdbc.transaction
- tech.guilhermekaua.spigotboot.data.jdbc.utils - package tech.guilhermekaua.spigotboot.data.jdbc.utils
- tech.guilhermekaua.spigotboot.generated - package tech.guilhermekaua.spigotboot.generated
- TransactionalMethodHandler - Class in tech.guilhermekaua.spigotboot.data.jdbc.methodHandler
- TransactionalMethodHandler() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.methodHandler.TransactionalMethodHandler
- TransactionContext - Class in tech.guilhermekaua.spigotboot.data.jdbc.transaction
- transactionManager(DataSource) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.config.DataJdbcAutoConfiguration
- typeConverterRegistry(BootPlugin) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.config.DataJdbcAutoConfiguration
- TypeConverterRegistry - Class in tech.guilhermekaua.spigotboot.data.jdbc.converter
- TypeConverterRegistry() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.converter.TypeConverterRegistry
U
- unbind() - Static method in class tech.guilhermekaua.spigotboot.data.jdbc.transaction.TransactionContext
- update(T) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl
- update(T) - Method in interface tech.guilhermekaua.spigotboot.data.jdbc.repository.JdbcRepository
- updateSql(EntityMetadata) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.sql.CrudSqlGenerator
- updateSql(EntityMetadata, List<String>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.sql.CrudSqlGenerator
- upsertSql(EntityMetadata) - Method in interface tech.guilhermekaua.spigotboot.data.jdbc.dialect.Dialect
- upsertSql(EntityMetadata) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.MySQLDialect
- upsertSql(EntityMetadata) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.dialect.SQLiteDialect
- upsertSql(EntityMetadata) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.repository.sql.CrudSqlGenerator
- UUID - Enum constant in enum class tech.guilhermekaua.spigotboot.data.jdbc.annotation.IdStrategy
V
- value() - Element in annotation interface tech.guilhermekaua.spigotboot.data.jdbc.annotation.Column
- value() - Element in annotation interface tech.guilhermekaua.spigotboot.data.jdbc.annotation.Include
- value() - Element in annotation interface tech.guilhermekaua.spigotboot.data.jdbc.annotation.Includes
- value() - Element in annotation interface tech.guilhermekaua.spigotboot.data.jdbc.annotation.JoinColumn
- value() - Element in annotation interface tech.guilhermekaua.spigotboot.data.jdbc.annotation.JoinColumns
- value() - Element in annotation interface tech.guilhermekaua.spigotboot.data.jdbc.annotation.Param
- value() - Element in annotation interface tech.guilhermekaua.spigotboot.data.jdbc.annotation.Query
- value() - Element in annotation interface tech.guilhermekaua.spigotboot.data.jdbc.annotation.Table
- valueOf(String) - Static method in enum class tech.guilhermekaua.spigotboot.data.jdbc.annotation.IdStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tech.guilhermekaua.spigotboot.data.jdbc.metadata.RelationshipMetadata.RelationshipType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Conjunction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Operator
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class tech.guilhermekaua.spigotboot.data.jdbc.annotation.IdStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tech.guilhermekaua.spigotboot.data.jdbc.metadata.RelationshipMetadata.RelationshipType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Conjunction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition.Operator
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- where() - Element in annotation interface tech.guilhermekaua.spigotboot.data.jdbc.annotation.Include
- where(String) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.IncludeQuery
- where(String) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- WhereClause<T> - Class in tech.guilhermekaua.spigotboot.data.jdbc.query
- WhereCondition - Class in tech.guilhermekaua.spigotboot.data.jdbc.query
- WhereCondition() - Constructor for class tech.guilhermekaua.spigotboot.data.jdbc.query.WhereCondition
- WhereCondition.Conjunction - Enum Class in tech.guilhermekaua.spigotboot.data.jdbc.query
- WhereCondition.Operator - Enum Class in tech.guilhermekaua.spigotboot.data.jdbc.query
- whereDoesntHave(String, Consumer<IncludeQuery>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
- whereHas(String, Consumer<IncludeQuery>) - Method in class tech.guilhermekaua.spigotboot.data.jdbc.query.SelectQuery
All Classes and Interfaces|All Packages