- BetterOptions - Class in io.github.yeagy.bss
-
configuration for BSS classes.
- BetterOptions.Option - Enum in io.github.yeagy.bss
-
- BetterPreparedStatement - Interface in io.github.yeagy.bss
-
Enhanced delegate class for PreparedStatement
-- Null-safe primitive set methods
-- Forwards connection create methods
-- :named parameters
-- java 8 time set methods
- BetterResultSet - Interface in io.github.yeagy.bss
-
Enhanced delegate class for ResultSet
-- Null-safe primitive get methods
-- SQL arrays casted to their java type
-- java 8 time get methods
- BetterSqlException - Exception in io.github.yeagy.bss
-
- BetterSqlException() - Constructor for exception io.github.yeagy.bss.BetterSqlException
-
- BetterSqlException(String) - Constructor for exception io.github.yeagy.bss.BetterSqlException
-
- BetterSqlException(String, Throwable) - Constructor for exception io.github.yeagy.bss.BetterSqlException
-
- BetterSqlException(Throwable) - Constructor for exception io.github.yeagy.bss.BetterSqlException
-
- BetterSqlException(String, Throwable, boolean, boolean) - Constructor for exception io.github.yeagy.bss.BetterSqlException
-
- BetterSqlGenerator - Class in io.github.yeagy.bss
-
Use reflection to generate SQL prepared statements from POJOs
- BetterSqlMapper - Class in io.github.yeagy.bss
-
Joinless ORM.
- BetterSqlMapper.SelectBuilder<T> - Class in io.github.yeagy.bss
-
- BetterSqlSupport - Class in io.github.yeagy.bss
-
CRUD automagic
- BetterSqlSupport.BoundBuilder - Class in io.github.yeagy.bss
-
- BetterSqlSupport.BoundKeyedBuilder<K> - Class in io.github.yeagy.bss
-
- BetterSqlSupport.BoundKeyedResultBuilder<K,T> - Class in io.github.yeagy.bss
-
- BetterSqlSupport.BoundResultBuilder<T> - Class in io.github.yeagy.bss
-
- BetterSqlSupport.Builder - Class in io.github.yeagy.bss
-
- BetterSqlSupport.KeyedBuilder<K> - Class in io.github.yeagy.bss
-
- BetterSqlSupport.KeyedResultBuilder<K,T> - Class in io.github.yeagy.bss
-
- BetterSqlSupport.ResultBuilder<T> - Class in io.github.yeagy.bss
-
- BetterSqlTransaction - Class in io.github.yeagy.bss
-
Simplified Transactions
- BetterSqlTransaction.Isolation - Enum in io.github.yeagy.bss
-
- BetterSqlTransaction.ReturningTransaction<T> - Class in io.github.yeagy.bss
-
This is a transaction context.
- BetterSqlTransaction.TransactionConsumer - Interface in io.github.yeagy.bss
-
- BetterSqlTransaction.TransactionTransformer<T> - Interface in io.github.yeagy.bss
-
- BetterSqlTransaction.VoidTransaction - Class in io.github.yeagy.bss
-
This is a transaction context.
- bind(StatementBinding) - Method in class io.github.yeagy.bss.BetterSqlMapper.SelectBuilder
-
Optionally bind parameters to the PreparedStatement
- bind(StatementBinding) - Method in class io.github.yeagy.bss.BetterSqlSupport.Builder
-
- bind(StatementBinding) - Method in class io.github.yeagy.bss.BetterSqlSupport.KeyedBuilder
-
- bind(StatementBinding) - Method in class io.github.yeagy.bss.BetterSqlSupport.KeyedResultBuilder
-
- bind(StatementBinding) - Method in class io.github.yeagy.bss.BetterSqlSupport.ResultBuilder
-
- bind(BetterPreparedStatement) - Method in interface io.github.yeagy.bss.StatementBinding
-
- BoundKeyedBuilder(String, StatementBinding, ResultMapping<K>) - Constructor for class io.github.yeagy.bss.BetterSqlSupport.BoundKeyedBuilder
-
- builder(String) - Method in class io.github.yeagy.bss.BetterSqlSupport
-