すべてのクラス
-
すべてのクラス インタフェースの概要 クラスの概要 列挙型の概要 例外の概要 注釈型の概要 クラス 説明 AbstractSormLogger Accessor Field accessor mapping to the columnName.BasicCommand ColumnFieldMapper A mapper from column to field name.ColumnName Value object of column.ColumnNameWithMetaData ColumnName name and data type for message.ColumnValueConverter Command An executable requestCommandExecutor ConsumerHandler<T> Interface for handling without a return value.DefaultColumnFieldMapper Default implementation ofColumnFieldMapperDefaultResultSetConverter Default implementation ofResultSetConverterDefaultResultSetConverter.LetterCaseOfKeyInMap DefaultSqlParametersSetter Default implementation ofSqlParametersSetterDefaultTableNameMapper Default implementation ofTableNameMapperDefaultTableSqlFactory Experimental 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.JulSormLogger LazyResultSet<T> A object wrapsResultSet.Log4jSormLogger LoggerContext Logger for Sorm4j.LoggerContext.Builder LoggerContext.Category Categories ofLoggerContext.LoggerContext.LogPoint MultiRowProcessorType Type of how to execute multi-row update SQL statements.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.Orm ORM functions with an instant connection.OrmColumn Defines a column mapping to a field.OrmColumnAliasPrefix Defines a prefix for field alias.OrmConnection Main API for object relation mapping.OrmConstructor Defines a constructor for mapping.OrmGetter Defines a getter method for mapping column to field.OrmIgnore Defines an ignored field to map column.OrmRecord Defines a record for mapping.OrmSetter Defines a setter method for mapping column to field.OrmTable Defines a table mapping for a given class.OrmTransaction An transaction with object relation mapping.ParameterizedSql This class represents a SQL statement with ordered parameters.ParameterizedSqlParser ParameterSetter ResultSetConverter ConvertResultSetfrom database to specified objects.ResultSetTraverser<T> TraversesResultSetand maps to T.RowMapper<T> Maps a row in aResultSetto a object.SelectSql API of creates a select SQL statement.SelectSql.Builder SelectSql.Condition Value object represents conditions of where clause or having clause.Slf4jSormLogger Sorm An interface of executing object-relation mapping.Sorm.Builder Sorm.DefaultContext SormContext A context for sorm.SormContext.Builder SormContext.SormConfig SormException Represents an exception thrown by Sorm4j.SormLogger SormOptions Represents options of Sorm.SqlExecutor A interface for executing SQL with parameters.SqlKeyword Sql keywords wrapped with space.SqlParametersSetter A setter for givenPreparedStatement.Table<T> TableMetaData Except forTableMetaData.getColumnAliases()andTableMetaData.getColumnAliasPrefix(), this object is created from metadata.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 This class represent a table schema.TableSchema.Builder TableSchema.Keyword TableSql Sqls generated byTableMapping.TableSqlFactory Tuple Represents a tuple of objects, which typically represents joined rows.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.