Uses of Package
org.tentackle.sql
-
Packages that use org.tentackle.sql Package Description org.tentackle.sql SQL backend layer.org.tentackle.sql.backends Backend implementations.org.tentackle.sql.datatypes DataType implementations.org.tentackle.sql.metadata SQL metadata support. -
Classes in org.tentackle.sql used by org.tentackle.sql Class Description Backend A database backend.
Defines the backend specifics.
There is only one instance per database type.
Implementations must not maintain any state except for the whole of all connections to the specific kind of database.BackendFactory The backend factory.BackendInfo Configuration info for a backend.BackendPreparedStatement Just an interface to decouple dependency from PreparedStatementWrapper.DataType The data type.
Describes a type from the model perspective and maps it to one or moreSqlTypes, each corresponding to a database column.DataTypeFactory Loads all datatypes and creates singletons of each type.JoinType Join type.MigrationStrategy Defines the methods to use for migration.SqlNameType SQL name type.SqlType The sql types used when talking to the database backend. -
Classes in org.tentackle.sql used by org.tentackle.sql.backends Class Description Backend A database backend.
Defines the backend specifics.
There is only one instance per database type.
Implementations must not maintain any state except for the whole of all connections to the specific kind of database.BackendInfo Configuration info for a backend.BackendPreparedStatement Just an interface to decouple dependency from PreparedStatementWrapper.JoinType Join type.MigrationStrategy Defines the methods to use for migration.SqlNameType SQL name type.SqlType The sql types used when talking to the database backend. -
Classes in org.tentackle.sql used by org.tentackle.sql.datatypes Class Description Backend A database backend.
Defines the backend specifics.
There is only one instance per database type.
Implementations must not maintain any state except for the whole of all connections to the specific kind of database.BackendException Runtime exception thrown for database backend configuration errors.DataType The data type.
Describes a type from the model perspective and maps it to one or moreSqlTypes, each corresponding to a database column.SqlType The sql types used when talking to the database backend. -
Classes in org.tentackle.sql used by org.tentackle.sql.metadata Class Description Backend A database backend.
Defines the backend specifics.
There is only one instance per database type.
Implementations must not maintain any state except for the whole of all connections to the specific kind of database.SqlType The sql types used when talking to the database backend.