すべてのクラス
-
すべてのクラス インタフェースの概要 クラスの概要 列挙型の概要 例外の概要 注釈型の概要 クラス 説明 Column Value object of column.ColumnFieldMapper A mapper from column to field name.ColumnsMapping<T> Holds mapping data from a given class and a table.ConnectionSource A source for jdbc connection.DataSourceConnectionSource A database connection source wrapped aDataSourceDebugPoint DebugPointFactory DebugPointFactory.Name DefaultColumnFieldMapper Default implementation ofColumnFieldMapperDefaultResultSetConverter Default implementation ofResultSetConverterDefaultSqlParameterSetter Default implementation ofSqlParameterSetterDefaultTableNameMapper Default implementation ofTableNameMapperDriverManagerConnectionSource A database connection source wrapped aDriverManagerFieldName Value object of feild name.InsertResult<T> Represents a result from an insert operation with auto-generated keys.LazyResultSet<T> A object wrapsResultSet.LoggerFactory NamedParameterQuery<T> NamedParameterQueryImpl<T> An implementation ofNamedParameterQueryNamedParameterSql NamedParameterSqlImpl SQL with named parameters.OrderedParameterQuery<T> OrderedParameterQueryImpl<T> An implementation ofOrderedParameterQueryOrderedParameterSql SQL with ordered parameters.OrderedParameterSqlImpl An implementation ofOrderedParameterSqlOrmColum Defines column mapping to a field.OrmConfigStore A configuration store of sorm4j.OrmConfigStoreBuilder Builder forOrmConfigStore.OrmConfigStoreBuilder.MultiRowProcessorType Type of how to execute multi-row query.OrmConfigStoreBuilderImpl A builder for configuration of or mapper.OrmConnection Main API for object relation mapping.OrmConnectionImpl A database connection with object-relation mapping function.OrmException Represents an exception thrown by Sorm4j.OrmGetter Defines getter method for mapping column to field.OrmIgnore Defines an ignored field to map column.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 OrmUpdater A interface for updating database.Query<T> ResultSetConverter ConvertResultSetfrom database to specified objects.SelectBuilder API of cleate a select SQL statement.SelectBuilderImpl An builder of select SQL.SelectBuilderImpl.Condition Value object represents conditions of where clause or having clause.SelectBuilderImpl.OrderBy Value object for order by clause.SelectQuery<T> This class represents a select query.Sorm An interface of executing object-relation mapping.Sorm.OrmConsumerHandler<T> Interface for object-relation handling without a return value.Sorm.OrmFunctionHandler<T,R> Interface for object-relation handling with a return value.SormFactory Main entry point of Som4j, which is factory forSormobject.SormImpl An entry point of object-relation mapping.SormImpl.OrmTransactionImpl SormImpl.TypedOrmTransactionImpl<T> SqlExecutor A interface for executing SQL with parameters.SqlParameterSetter A setter for givenPreparedStatement.SqlStatement This class represents a sql statement with ordered parameters.StringUtils TableMapping<T> Holds mapping data from a given class and a tableTableName 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.Try Try.ThrowableBiConsumer<T,S> Try.ThrowableConsumer<T> Try.ThrowableFunction<T,R> Try.ThrowableRunnable Try.ThrowableSupplier<T> TypedOrmConnection<T> Main API for typed object relation mapping.TypedOrmConnectionImpl<T> A database connection with object-relation mapping function with type.TypedOrmReader<T> The typed interface of reading functions of object-relation mapping.TypedOrmTransaction<T> TypedOrmUpdater<T> A typed interface for updating database.