All Classes and Interfaces

クラス
説明
 
 
 
 
 
 
 
Defines indexes.
ColumnName name and data type for message.
Value object of column.
A mapper from column to field name.
 
Convert ResultSet from database to specified objects.
 
An executable request
Interface for handling without a return value.
Mapping a csv column to a table column.
 
Default implementation of ColumnToFieldAccessorMapper
Default implementation of ColumnValueToJavaObjectConverters
 
 
Default implementation of SqlParametersSetter
 
Default implementation of TableNameMapper
 
 
A database connection source wrapped a DriverManager
Annotation that represents that an element is experimental and may change without further notice.
Field accessor mapping to the columnName.
Interface for handling with a return value.
 
 
 
 
 
A factory of local data source with h2 database.
 
 
This class represents H2 server properties.
 
 
 
 
 
 
 
 
 
 
Defines index pair.
Represents a result from an insert operation with the auto-generated keys.
 
 
 
 
 
 
 
 
 
 
 
 
 
Logger for Sorm4j.
 
Logging Categories
 
 
 
Type of how to execute multi-row update SQL statements.
An executable request with named parameters.
SQL parser for named parameters.
 
 
An executable request with ordered parameters.
SQL parser for ordered parameters.
Main API for object relation mapping.
Defines a column mapping to a field.
Defines a prefix for field alias.
 
OrmConstructor can be associated with constructor parameters and specify the names of the column.
Defines a getter method for mapping column to field.
Defines an ignored field to map column.
 
Defines a record for mapping.
Defines a setter method for mapping column to field.
Defines a table mapping for a given class.
An transaction with object relation mapping.
This class represents a SQL statement with ordered parameters.
 
 
 
 
 
 
 
 
Traverses ResultSet and maps to T.
A instance represents a row in a table.
Maps a row in a ResultSet to a object.
API of creates a select SQL statement.
 
Value object represents conditions of where clause or having clause.
The csvread function of the H2 database skips columns based on their annotations.
An interface of executing object-relation mapping.
A context for a Sorm instance.
 
Represents an exception thrown by Sorm4j.
 
Sql keywords wrapped with space.
 
A setter for given PreparedStatement.
 
This class represent a table schema.
 
 
 
An instance of this class contains table metadata.
 
A mapper from a class or candidates of table name to a valid table name exists on database.
SQL statements generated by TableSqlFactory.
 
 
Represents a tuple of objects
 
Represents a tuple of two objects
Represents a tuple of three objects