Module org.dalesbred
Package org.dalesbred
package org.dalesbred
Contains the most important classes, most notably
Database.- See Also:
-
ClassDescriptionThe main abstraction of the library: represents a configured connection to database and provides a way to execute callbacks in transactions.Abstract base class for database access, providing all query and update operations independently of how connections and transactions are managed.A database connection with an explicit lifetime managed by the caller.Base class for all of Dalesbred's exceptions.A factory for
DatabaseConnectioninstances, sharing a single configuration (dialect and type conversions) across all connections it creates.Wraps anSQLExceptionoriginating from database.