dalesbred API

Packages 
Package Description
org.dalesbred
Contains the most important classes, most notably Database.
org.dalesbred.annotation
Annotations that programs can use to customize certain aspects of Dalesbred's functionality.
org.dalesbred.connection
Contains connection-providers for different ways of establishing connections.
org.dalesbred.conversion
Conversion of database results to classes and vice versa.
org.dalesbred.datatype
Special data types.
org.dalesbred.dialect
Support for different databases.
org.dalesbred.integration.joda
Support for Joda Time.
org.dalesbred.integration.spring
Support for Spring Framework.
org.dalesbred.integration.threeten
Support for ThreeTen.
org.dalesbred.internal.instantiation
Support for instantiating objects from result-sets.
org.dalesbred.internal.jdbc
Internal JDBC-related functionality.
org.dalesbred.internal.result
Internal result-handling classes.
org.dalesbred.internal.utils
Internal utility classes.
org.dalesbred.query
Helpers for building SqlQuery-objects.
org.dalesbred.result
Handling database-results.
org.dalesbred.transaction
Transaction management.