Package eu.miltema.slimorm
-
Interface Summary Interface Description DatabaseConnectionFactory Factory class for database connectionsLoadBinder Extracts a value from ResultSet into and converts it to suitable Java typeSaveBinder A parameter binder for INSERT, UPDATE and DELETE prepared statementsTransactionStatements<T> An interface for declaring the logic, that must be run in a transaction -
Class Summary Class Description Database Database link for subsequent CRUD operationsEntityProperties Represents field-related properties, when accessing database.FieldProperties Represents field-related properties, when accessing databaseSqlQuery A convenience class for building SQL query -
Exception Summary Exception Description BindException Indicates that parameter binding or result binding has failedRecordNotFoundException Indicates that the only record being updated or deleted, was not found in the databaseSlimormInitException TransactionException UnauthorizedException -
Annotation Types Summary Annotation Type Description JSon Indicates that this field will be stored as Json in database