Skip navigation links
A C D E F G J L M O P R S T U W 

A

afterPropertiesSet() - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
AND - Static variable in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 

C

com.nurkiewicz.jdbcrepository - package com.nurkiewicz.jdbcrepository
 
com.nurkiewicz.jdbcrepository.sql - package com.nurkiewicz.jdbcrepository.sql
 
COMMA - Static variable in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
count() - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
count(TableDescription) - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
countById(TableDescription) - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
create(S) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
create(TableDescription, Map<String, Object>) - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 

D

delete(ID) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
delete(T) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
delete(Iterable<? extends T>) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
DELETE - Static variable in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
deleteAll() - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
deleteAll(TableDescription) - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
deleteById(TableDescription) - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
DerbySqlGenerator - Class in com.nurkiewicz.jdbcrepository.sql
 
DerbySqlGenerator() - Constructor for class com.nurkiewicz.jdbcrepository.sql.DerbySqlGenerator
 
DerbySqlGenerator(String) - Constructor for class com.nurkiewicz.jdbcrepository.sql.DerbySqlGenerator
 

E

exists(ID) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
existsById(TableDescription) - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 

F

findAll() - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
findAll(Iterable<ID>) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
findAll(Sort) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
findAll(Pageable) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
findOne(ID) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
FROM - Static variable in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 

G

generateSelectAllWithPagination(TableDescription, Pageable, SqlGenerator) - Static method in class com.nurkiewicz.jdbcrepository.sql.SQL99Helper
 
getAllColumnsClause() - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
getFromClause() - Method in class com.nurkiewicz.jdbcrepository.TableDescription
 
getIdColumns() - Method in class com.nurkiewicz.jdbcrepository.TableDescription
 
getName() - Method in class com.nurkiewicz.jdbcrepository.TableDescription
 
getTable() - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 

J

JdbcRepository<T extends org.springframework.data.domain.Persistable<ID>,ID extends Serializable> - Class in com.nurkiewicz.jdbcrepository
Implementation of PagingAndSortingRepository using JdbcTemplate
JdbcRepository(RowMapper<T>, RowUnmapper<T>, SqlGenerator, TableDescription) - Constructor for class com.nurkiewicz.jdbcrepository.JdbcRepository
 
JdbcRepository(RowMapper<T>, RowUnmapper<T>, TableDescription) - Constructor for class com.nurkiewicz.jdbcrepository.JdbcRepository
 
JdbcRepository(RowMapper<T>, RowUnmapper<T>, String, String) - Constructor for class com.nurkiewicz.jdbcrepository.JdbcRepository
 
JdbcRepository(RowMapper<T>, RowUnmapper<T>, String) - Constructor for class com.nurkiewicz.jdbcrepository.JdbcRepository
 
JdbcRepository(RowMapper<T>, TableDescription) - Constructor for class com.nurkiewicz.jdbcrepository.JdbcRepository
 
JdbcRepository(RowMapper<T>, String, String) - Constructor for class com.nurkiewicz.jdbcrepository.JdbcRepository
 
JdbcRepository(RowMapper<T>, String) - Constructor for class com.nurkiewicz.jdbcrepository.JdbcRepository
 

L

limitClause(Pageable) - Method in class com.nurkiewicz.jdbcrepository.sql.DerbySqlGenerator
 
limitClause(Pageable) - Method in class com.nurkiewicz.jdbcrepository.sql.OracleSqlGenerator
 
limitClause(Pageable) - Method in class com.nurkiewicz.jdbcrepository.sql.PostgreSqlGenerator
 
limitClause(Pageable) - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 

M

mapColumns(Object) - Method in class com.nurkiewicz.jdbcrepository.MissingRowUnmapper
 
mapColumns(T) - Method in interface com.nurkiewicz.jdbcrepository.RowUnmapper
 
MissingRowUnmapper<T> - Class in com.nurkiewicz.jdbcrepository
 
MissingRowUnmapper() - Constructor for class com.nurkiewicz.jdbcrepository.MissingRowUnmapper
 
Mssql2012SqlGenerator - Class in com.nurkiewicz.jdbcrepository.sql
SQLServer Pagination feature for SQLServer 2012+ -> extension of order by clause
Mssql2012SqlGenerator() - Constructor for class com.nurkiewicz.jdbcrepository.sql.Mssql2012SqlGenerator
 
MssqlSqlGenerator - Class in com.nurkiewicz.jdbcrepository.sql
 
MssqlSqlGenerator() - Constructor for class com.nurkiewicz.jdbcrepository.sql.MssqlSqlGenerator
 
MssqlSqlGenerator(String) - Constructor for class com.nurkiewicz.jdbcrepository.sql.MssqlSqlGenerator
 

O

OR - Static variable in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
OracleSqlGenerator - Class in com.nurkiewicz.jdbcrepository.sql
 
OracleSqlGenerator() - Constructor for class com.nurkiewicz.jdbcrepository.sql.OracleSqlGenerator
 
OracleSqlGenerator(String) - Constructor for class com.nurkiewicz.jdbcrepository.sql.OracleSqlGenerator
 

P

PARAM - Static variable in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
pk(Object...) - Static method in class com.nurkiewicz.jdbcrepository.JdbcRepository
Deprecated.
This method will be removed in 1.0.0.
postCreate(S, Number) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
General purpose hook method that is called every time JdbcRepository.create(S) is called with a new entity.
PostgreSqlGenerator - Class in com.nurkiewicz.jdbcrepository.sql
 
PostgreSqlGenerator() - Constructor for class com.nurkiewicz.jdbcrepository.sql.PostgreSqlGenerator
 
postUpdate(S, int) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
General purpose hook method that is called every time JdbcRepository.update(S) is called.
postUpdate(S) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
preCreate(Map<String, Object>, T) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
preUpdate(T, Map<String, Object>) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 

R

ROW_NUM_COLUMN - Static variable in class com.nurkiewicz.jdbcrepository.sql.DerbySqlGenerator
 
ROW_NUM_COLUMN_CLAUSE - Static variable in class com.nurkiewicz.jdbcrepository.sql.DerbySqlGenerator
 
ROW_NUM_WRAPPER - Static variable in class com.nurkiewicz.jdbcrepository.sql.SQL99Helper
 
RowUnmapper<T> - Interface in com.nurkiewicz.jdbcrepository
 

S

save(S) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
save(Iterable<S>) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
SELECT - Static variable in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
selectAll(TableDescription, Pageable) - Method in class com.nurkiewicz.jdbcrepository.sql.DerbySqlGenerator
 
selectAll(TableDescription, Pageable) - Method in class com.nurkiewicz.jdbcrepository.sql.Mssql2012SqlGenerator
 
selectAll(TableDescription, Pageable) - Method in class com.nurkiewicz.jdbcrepository.sql.MssqlSqlGenerator
 
selectAll(TableDescription, Pageable) - Method in class com.nurkiewicz.jdbcrepository.sql.OracleSqlGenerator
 
selectAll(TableDescription) - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
selectAll(TableDescription, Pageable) - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
selectAll(TableDescription, Sort) - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
selectById(TableDescription) - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
selectByIds(TableDescription, int) - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
setBeanFactory(BeanFactory) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
setDataSource(DataSource) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
setJdbcOperations(JdbcOperations) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
setSqlGenerator(SqlGenerator) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
sortingClauseIfRequired(Sort) - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
SQL99Helper - Class in com.nurkiewicz.jdbcrepository.sql
 
SQL99Helper() - Constructor for class com.nurkiewicz.jdbcrepository.sql.SQL99Helper
 
SqlGenerator - Class in com.nurkiewicz.jdbcrepository.sql
 
SqlGenerator(String) - Constructor for class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
SqlGenerator() - Constructor for class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 

T

TableDescription - Class in com.nurkiewicz.jdbcrepository
 
TableDescription(String, String, String...) - Constructor for class com.nurkiewicz.jdbcrepository.TableDescription
 
TableDescription(String, String) - Constructor for class com.nurkiewicz.jdbcrepository.TableDescription
 

U

update(S) - Method in class com.nurkiewicz.jdbcrepository.JdbcRepository
 
update(TableDescription, Map<String, Object>) - Method in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 

W

WHERE - Static variable in class com.nurkiewicz.jdbcrepository.sql.SqlGenerator
 
A C D E F G J L M O P R S T U W 
Skip navigation links

Copyright © 2012–2016. All rights reserved.