すべてのクラス
-
すべてのクラス インタフェースの概要 クラスの概要 列挙型の概要 例外の概要 注釈型の概要 クラス 説明 AbstractResultSetConverter Accessor Field accessor mapping to the column.BasicCommand BasicCommandImpl Column Value object of column.ColumnFieldMapper A mapper from column to field name.ColumnValueConverter Command An executable requestConfigurator Builder for Configuration.Configurator.MultiRowProcessorType Type of how to execute multi-row update SQL statements.ConsumerHandler<T> Interface for handling without a return value.DefaultColumnFieldMapper Default implementation ofColumnFieldMapperDefaultResultSetConverter Default implementation ofResultSetConverterDefaultSqlParametersSetter Default implementation ofSqlParametersSetterDefaultTableNameMapper Default implementation ofTableNameMapperExperimental Annotation that represents that an element is experimental and may change without further notice.FieldName Value object of feild name.FunctionHandler<T,R> Interface for handling with a return value.InsertResult<T> Represents a result from an insert operation with auto-generated keys.LazyResultSet<T> A object wrapsResultSet.NamedParameterCommand An executable request with named parameters.NamedParameterSql A SQL statement with named parameters.OrderedParameterCommand An executable request with ordered parameters.OrderedParameterSql SQL with ordered parameters.OrmColumn Defines column mapping to a field.OrmColumnAliasPrefix Defines a table name alias for join.OrmConnection Main API for object relation mapping.OrmConstructor Defines constructor for mapping.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 An transaction with object relation mapping.OrmUpdater A interface for updating database.ParameterizedSql This class represents a SQL statement with ordered parameters.ParameterizedSqlParser ParameterSetter ResultSetConverter ConvertResultSetfrom database to specified objects.ResultSetMapMapper ResultSetMapper MappingResultSetto object.RowMapper<T> Maps a row in resultSet to a object.SelectStringBuilder API of creates a select SQL statement.SelectStringBuilder.Condition Value object represents conditions of where clause or having clause.SelectStringBuilder.OrderBy Value object for order by clause.Sorm An interface of executing object-relation mapping.SormException Represents an exception thrown by Sorm4j.SormFactory Main entry point of this library.SormLogger Logger for Sorm4j.SormLogger.Category Categories ofSormLogger.SormOptions Represents options of Sorm.SqlExecutor A interface for executing SQL with parameters.SqlKeyword SqlParametersSetter A setter for givenPreparedStatement.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.TableSchema TableSchema.GrammarUtils TableSchema.IndexSchemaGrammar TableSchema.TableSchemaGrammar TableSchema.TableSchemaKeyword TransactionFunction Functions of handling transaction.Tuple2<T1,T2> Represents a tuple of objects, which typically represents joined two rows.Tuple3<T1,T2,T3> Represents a tuple of objects, which typically represents joined three rows.Tuples Represents a tuple of objects, which typically represents joined rows.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.TypedResultSetMapper<T> MappingResultSetto object.