すべてのクラス
-
すべてのクラス インタフェースの概要 クラスの概要 列挙型の概要 例外の概要 注釈型の概要 クラス 説明 Column Value object of column.ColumnFieldMapper A mapper from column to field name.Configurator Builder for Configuration.Configurator.MultiRowProcessorType Type of how to execute multi-row query.ConnectionSource A source for jdbc connection.DefaultColumnFieldMapper Default implementation ofColumnFieldMapperDefaultResultSetConverter Default implementation ofResultSetConverterDefaultSqlParameterSetter Default implementation ofSqlParameterSetterDefaultTableNameMapper Default implementation ofTableNameMapperFieldName Value object of feild name.InsertResult<T> Represents a result from an insert operation with auto-generated keys.LazyResultSet<T> A object wrapsResultSet.NamedParameterQuery<T> Query with named parameters.NamedParameterSql A SQL statement with named parameters.OrderedParameterQuery<T> Query with ordered parameters.OrderedParameterSql SQL with ordered parameters.OrmColum Defines column mapping to a field.OrmConnection Main API for object relation mapping.OrmGetter Defines getter method for mapping column to field.OrmIgnore Defines an ignored field to map column.OrmLogger OrmLogger.Category Categories ofOrmLogger.OrmMapReader A interface for getting result of query asMap.OrmReader The interface of reading functions of object-relation mapping.OrmSetter Defines setter method for mapping column to field.OrmTable Defines a table mapping for a given class.OrmTransaction An transaction with object relation mapping.OrmUpdater A interface for updating database.ResultSetConverter ConvertResultSetfrom database to specified objects.SelectBuilder API of cleate a select SQL statement.SelectBuilder.Condition Value object represents conditions of where clause or having clause.SelectBuilder.OrderBy Value object for order by clause.SelectQuery<T> A query with builder for reading and mapping a relation to object.Sorm An interface of executing object-relation mapping.Sorm.ConsumerHandler<T> Interface for object-relation handling without a return value.Sorm.FunctionHandler<T,R> Interface for object-relation handling with a return value.SormException Represents an exception thrown by Sorm4j.SormFactory Main entry point of Som4j, which is factory forSormobject.SqlExecutor A interface for executing SQL with parameters.SqlParameterSetter A setter for givenPreparedStatement.SqlStatement This class represents a sql statement with ordered parameters.TableName Value object of table name.TableNameMapper A mapper from a class or candidates of table name to a valid table name exists on database.TransactionFunction Functions of handling transaction.TypedOrmConnection<T> Main API for typed object relation mapping.TypedOrmReader<T> The typed interface of reading functions of object-relation mapping.TypedOrmTransaction<T> An transaction with typed object relation mapping.TypedOrmUpdater<T> A typed interface for updating database.TypedQuery<T> A query for reading and mapping a relation to object.