Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractCriteriaParameters - Class in io.github.mmm.orm.param
-
CriteriaParametersusingCriteriaParameterImpl. - AbstractCriteriaParameters(AbstractDbDialect<?>) - Constructor for class io.github.mmm.orm.param.AbstractCriteriaParameters
-
The constructor.
- AbstractDbClause - Class in io.github.mmm.orm.statement
-
Abstract base class implementing
DbClause. - AbstractDbClause() - Constructor for class io.github.mmm.orm.statement.AbstractDbClause
-
The constructor.
- AbstractDbDialect<SELF> - Class in io.github.mmm.orm.dialect
-
Abstract base implementation of
DbDialect. - AbstractDbDialect(TypeMapping) - Constructor for class io.github.mmm.orm.dialect.AbstractDbDialect
-
The constructor.
- AbstractDbDialect(Orm) - Constructor for class io.github.mmm.orm.dialect.AbstractDbDialect
-
The constructor.
- AbstractDbStatement<E> - Class in io.github.mmm.orm.statement
-
Abstract base implementation of an SQL
DbStatementthat may be executed to the database. - AbstractDbStatement() - Constructor for class io.github.mmm.orm.statement.AbstractDbStatement
- AbstractEntitiesClause<R,
E, - Class in io.github.mmm.orm.statementSELF> -
A
AbstractEntitiesClauseis aDbClauseof an SQLDbStatementthat specifies theentityand/orentity name(table) to operate on. - AbstractEntitiesClause(AliasMap, E, String) - Constructor for class io.github.mmm.orm.statement.AbstractEntitiesClause
-
The constructor.
- AbstractEntityClause<R,
E, - Class in io.github.mmm.orm.statementSELF> -
A
AbstractEntityClauseis aDbClauseof an SQLDbStatementthat specifies theentityand/orentity name(table) to operate on. - AbstractEntityClause(AliasMap, E, String) - Constructor for class io.github.mmm.orm.statement.AbstractEntityClause
-
The constructor.
- AbstractTypedClause<E,
SELF> - Class in io.github.mmm.orm.statement -
Abstract base class implementing
TypedClause. - AbstractTypedClause() - Constructor for class io.github.mmm.orm.statement.AbstractTypedClause
-
The constructor.
- ADD - Enum constant in enum class io.github.mmm.orm.ddl.operation.TableOperationType
-
Type to add an object (column or constraint).
- addBinary(String, String) - Method in class io.github.mmm.orm.typemapping.DbTypeMapping
- addClauses(Consumer<AbstractDbClause>) - Method in class io.github.mmm.orm.statement.AbstractDbStatement
- addClauses(Consumer<AbstractDbClause>) - Method in class io.github.mmm.orm.statement.create.CreateIndexStatement
- addClauses(Consumer<AbstractDbClause>) - Method in class io.github.mmm.orm.statement.create.CreateSequenceStatement
- addClauses(Consumer<AbstractDbClause>) - Method in class io.github.mmm.orm.statement.create.CreateTableStatement
- addClauses(Consumer<AbstractDbClause>) - Method in class io.github.mmm.orm.statement.delete.DeleteStatement
- addClauses(Consumer<AbstractDbClause>) - Method in class io.github.mmm.orm.statement.insert.InsertStatement
- addClauses(Consumer<AbstractDbClause>) - Method in class io.github.mmm.orm.statement.merge.MergeStatement
- addClauses(Consumer<AbstractDbClause>) - Method in class io.github.mmm.orm.statement.select.SelectStatement
- addClauses(Consumer<AbstractDbClause>) - Method in class io.github.mmm.orm.statement.update.UpdateStatement
- addClauses(Consumer<AbstractDbClause>) - Method in class io.github.mmm.orm.statement.upsert.UpsertStatement
- addString(String, String, String) - Method in class io.github.mmm.orm.typemapping.DbTypeMapping
- AliasMap - Class in io.github.mmm.orm.statement
- AliasMap() - Constructor for class io.github.mmm.orm.statement.AliasMap
-
The constructor.
- and(EntityBean) - Method in class io.github.mmm.orm.statement.AbstractEntitiesClause
- and(EntityBean, String) - Method in class io.github.mmm.orm.statement.AbstractEntitiesClause
- and(EntitySubClause<?, ?>) - Method in class io.github.mmm.orm.statement.AbstractEntitiesClause
- and(CriteriaAggregation<V>, PropertyPath<V>) - Method in class io.github.mmm.orm.statement.select.SelectProjectionClause
- and(CriteriaExpression<?>) - Method in class io.github.mmm.orm.statement.select.SelectClause
- and(CriteriaExpression<?>...) - Method in class io.github.mmm.orm.statement.select.SelectClause
- and(CriteriaOrdering) - Method in class io.github.mmm.orm.statement.select.OrderByClause
- and(CriteriaOrdering...) - Method in class io.github.mmm.orm.statement.select.OrderByClause
- and(CriteriaPredicate) - Method in class io.github.mmm.orm.statement.PredicateClause
- and(CriteriaPredicate...) - Method in class io.github.mmm.orm.statement.PredicateClause
- and(ProjectionProperty<?>) - Method in class io.github.mmm.orm.statement.select.SelectProjectionClause
- and(ProjectionProperty<?>...) - Method in class io.github.mmm.orm.statement.select.SelectProjectionClause
- and(PropertyPath<?>) - Method in class io.github.mmm.orm.statement.ConstraintClause
- and(PropertyPath<?>) - Method in class io.github.mmm.orm.statement.PropertyClause
- and(PropertyPath<?>) - Method in class io.github.mmm.orm.statement.select.SelectClause
- and(PropertyPath<?>...) - Method in class io.github.mmm.orm.statement.ConstraintClause
- and(PropertyPath<?>...) - Method in class io.github.mmm.orm.statement.PropertyClause
- and(PropertyPath<?>...) - Method in class io.github.mmm.orm.statement.select.SelectClause
- and(PropertyPath<V>, PropertyPath<V>) - Method in class io.github.mmm.orm.statement.select.SelectProjectionClause
- and(String, EntityBean, String) - Method in class io.github.mmm.orm.statement.AbstractEntitiesClause
- apply(PreparedStatement, Connection) - Method in class io.github.mmm.orm.param.AbstractCriteriaParameters
- apply(PreparedStatement, Connection) - Method in class io.github.mmm.orm.param.CriteriaParameterImpl
- as(String) - Method in class io.github.mmm.orm.statement.AbstractEntitiesClause
- as(String) - Method in class io.github.mmm.orm.statement.AbstractEntityClause
- as(String) - Method in class io.github.mmm.orm.statement.insert.InsertInto
-
Deprecated.SQL does not support ALIAS for INSERT therefore also column names shall not be prefixed with alias.
- AssignmentClause<E,
SELF> - Class in io.github.mmm.orm.statement - AssignmentClause() - Constructor for class io.github.mmm.orm.statement.AssignmentClause
-
The constructor.
- assignments - Variable in class io.github.mmm.orm.statement.AssignmentClause
-
The
ListofPropertyAssignments. - autoConfigure(Map<String, String>, DbSource) - Method in class io.github.mmm.orm.dialect.AbstractDbDialect
- autoConfigureUrl(Map<String, String>, DbSource, String) - Method in class io.github.mmm.orm.dialect.AbstractDbDialect
B
- BasicDbStatementFormatter - Class in io.github.mmm.orm.statement
-
Formatter to format a
DbClauseorDbStatementto SQL. - BasicDbStatementFormatter(AbstractDbDialect<?>, CriteriaFormatter, String) - Constructor for class io.github.mmm.orm.statement.BasicDbStatementFormatter
-
The constructor.
- BasicDbStatementFormatter(CriteriaFormatter) - Constructor for class io.github.mmm.orm.statement.BasicDbStatementFormatter
-
The constructor.
C
- CheckConstraint - Class in io.github.mmm.orm.ddl.constraint
-
Foreign key
DbConstraintuniquely identifying a differententity(row from another table). - CheckConstraint(CriteriaPredicate) - Constructor for class io.github.mmm.orm.ddl.constraint.CheckConstraint
-
The constructor.
- CheckConstraint(CriteriaPredicate, DbConstraintState) - Constructor for class io.github.mmm.orm.ddl.constraint.CheckConstraint
-
The constructor.
- CheckConstraint(String, CriteriaPredicate) - Constructor for class io.github.mmm.orm.ddl.constraint.CheckConstraint
-
The constructor.
- CheckConstraint(String, CriteriaPredicate, DbConstraintState) - Constructor for class io.github.mmm.orm.ddl.constraint.CheckConstraint
-
The constructor.
- ClauseWithGroupBy<R> - Interface in io.github.mmm.orm.statement.select
- ClauseWithHaving<R> - Interface in io.github.mmm.orm.statement.select
- ClauseWithOrderBy<R> - Interface in io.github.mmm.orm.statement.select
- column(DbColumnSpec) - Method in class io.github.mmm.orm.statement.create.CreateIndexColumns
- column(DbColumnSpec) - Method in interface io.github.mmm.orm.statement.create.CreateIndexFragment
- column(DbColumnSpec) - Method in class io.github.mmm.orm.statement.create.CreateIndexOnClause
- column(DbColumnSpec) - Method in class io.github.mmm.orm.statement.create.CreateTableClause
- column(DbColumnSpec) - Method in class io.github.mmm.orm.statement.create.CreateTableContentsClause
- column(DbColumnSpec) - Method in interface io.github.mmm.orm.statement.create.CreateTableFragment
- column(ReadableProperty<?>) - Method in interface io.github.mmm.orm.statement.create.CreateIndexFragment
- column(ReadableProperty<?>) - Method in interface io.github.mmm.orm.statement.create.CreateTableFragment
- column(ReadableProperty<?>, boolean) - Method in interface io.github.mmm.orm.statement.create.CreateTableFragment
- COLUMN - Enum constant in enum class io.github.mmm.orm.ddl.operation.TableOperationKind
-
Operation kind for
column. - columnForeignKey(FkProperty<?>) - Method in interface io.github.mmm.orm.statement.create.CreateTableFragment
- columnForeignKey(LinkProperty<?>) - Method in interface io.github.mmm.orm.statement.create.CreateTableFragment
- columnNotNull(DbColumnSpec) - Method in interface io.github.mmm.orm.statement.create.CreateTableFragment
- columns - Variable in class io.github.mmm.orm.ddl.constraint.DbConstraint
- columns() - Method in class io.github.mmm.orm.statement.create.CreateTableClause
- columns(DbColumnSpec...) - Method in class io.github.mmm.orm.statement.create.CreateIndexColumns
- columns(DbColumnSpec...) - Method in interface io.github.mmm.orm.statement.create.CreateIndexFragment
- columns(DbColumnSpec...) - Method in class io.github.mmm.orm.statement.create.CreateIndexOnClause
- columns(DbColumnSpec...) - Method in class io.github.mmm.orm.statement.create.CreateTableClause
- columns(ReadableProperty<?>...) - Method in class io.github.mmm.orm.statement.create.CreateIndexColumns
- columns(ReadableProperty<?>...) - Method in interface io.github.mmm.orm.statement.create.CreateIndexFragment
- columns(ReadableProperty<?>...) - Method in class io.github.mmm.orm.statement.create.CreateIndexOnClause
- columnUnique(DbColumnSpec) - Method in interface io.github.mmm.orm.statement.create.CreateTableFragment
- comment - Variable in class io.github.mmm.orm.metadata.impl.DbObjectWithCommentImpl
- comment() - Method in record class io.github.mmm.orm.metadata.impl.DbTableDataImpl
-
Returns the value of the
commentrecord component. - constraint(DbConstraint) - Method in class io.github.mmm.orm.statement.create.CreateTableClause
- constraint(DbConstraint) - Method in class io.github.mmm.orm.statement.create.CreateTableContentsClause
- constraint(DbConstraint) - Method in interface io.github.mmm.orm.statement.create.CreateTableFragment
- CONSTRAINT - Enum constant in enum class io.github.mmm.orm.ddl.operation.TableOperationKind
-
Operation kind for
constraint. - ConstraintClause<E,
SELF> - Class in io.github.mmm.orm.statement - ConstraintClause() - Constructor for class io.github.mmm.orm.statement.ConstraintClause
-
The constructor.
- contains(String) - Method in class io.github.mmm.orm.statement.AliasMap
- create(DbSource) - Method in interface io.github.mmm.orm.tx.DbTransactionExecutorProvider
- createAlias(AbstractEntityClause<?, ?, ?>) - Method in class io.github.mmm.orm.statement.AliasMap
- createBean(Id<E>) - Method in class io.github.mmm.orm.statement.CrudSupport
- createBeanMapper(B) - Method in interface io.github.mmm.orm.mapping.Orm
- createBeanMapper(B, Iterable<? extends ReadableProperty<?>>) - Method in interface io.github.mmm.orm.mapping.Orm
- createBeanMapperProjection(B, Iterable<? extends ProjectionProperty<?>>) - Method in interface io.github.mmm.orm.mapping.Orm
- createFormatter() - Method in class io.github.mmm.orm.dialect.AbstractDbDialect
- createFormatter() - Method in interface io.github.mmm.orm.dialect.DbDialect
- CreateIndexClause - Class in io.github.mmm.orm.statement.create
- CreateIndexClause(String) - Constructor for class io.github.mmm.orm.statement.create.CreateIndexClause
-
The constructor.
- CreateIndexColumns<E> - Class in io.github.mmm.orm.statement.create
- CreateIndexColumns(CreateIndexStatement<E>) - Constructor for class io.github.mmm.orm.statement.create.CreateIndexColumns
-
The constructor.
- CreateIndexFragment<E> - Interface in io.github.mmm.orm.statement.create
-
Interface for a fragment or clause to add
#column(DbColumnName) columnsand #constraints. - CreateIndexOnClause<E> - Class in io.github.mmm.orm.statement.create
- CreateIndexOnClause(CreateIndexClause, E) - Constructor for class io.github.mmm.orm.statement.create.CreateIndexOnClause
-
The constructor.
- CreateIndexOnClause(CreateIndexClause, E, String) - Constructor for class io.github.mmm.orm.statement.create.CreateIndexOnClause
-
The constructor.
- CreateIndexStatement<E> - Class in io.github.mmm.orm.statement.create
- CreateIndexStatement(CreateIndexClause, CreateIndexOnClause<E>) - Constructor for class io.github.mmm.orm.statement.create.CreateIndexStatement
-
The constructor.
- createMapper(SelectClause<V>) - Method in interface io.github.mmm.orm.mapping.Orm
- createName(DbNamingStrategy) - Method in class io.github.mmm.orm.ddl.constraint.DbConstraint
- createName(DbNamingStrategy) - Method in class io.github.mmm.orm.ddl.DbColumnSpec
- createName(DbNamingStrategy) - Method in class io.github.mmm.orm.ddl.DbElement
- createName(DbNamingStrategy) - Method in class io.github.mmm.orm.ddl.DbTableSpec
- createParameter(int, V, DbType<V, ?>, CriteriaExpression<?>) - Method in class io.github.mmm.orm.param.AbstractCriteriaParameters
- createParameter(int, V, DbType<V, ?>, CriteriaExpression<?>) - Method in class io.github.mmm.orm.param.CriteriaParametersIndexed
- createParameter(int, V, DbType<V, ?>, CriteriaExpression<?>) - Method in class io.github.mmm.orm.param.CriteriaParametersNamed
- CreateSequenceClause - Class in io.github.mmm.orm.statement.create
-
A
CreateSequenceClauseof an SQLCreateSequenceStatement. - CreateSequenceClause(DbName) - Constructor for class io.github.mmm.orm.statement.create.CreateSequenceClause
-
The constructor.
- CreateSequenceClause(DbQualifiedName) - Constructor for class io.github.mmm.orm.statement.create.CreateSequenceClause
-
The constructor.
- CreateSequenceClause(String) - Constructor for class io.github.mmm.orm.statement.create.CreateSequenceClause
-
The constructor.
- CreateSequenceStatement - Class in io.github.mmm.orm.statement.create
- CreateSequenceStatement(CreateSequenceClause) - Constructor for class io.github.mmm.orm.statement.create.CreateSequenceStatement
-
The constructor.
- createTable(E) - Static method in interface io.github.mmm.orm.statement.DbStatement
-
Alternative for
new CreateTable<>(entity). - CreateTableClause<E> - Class in io.github.mmm.orm.statement.create
-
A
CreateTableClauseof an SQLCreateTableStatement. - CreateTableClause(E) - Constructor for class io.github.mmm.orm.statement.create.CreateTableClause
-
The constructor.
- CreateTableClause(E, String) - Constructor for class io.github.mmm.orm.statement.create.CreateTableClause
-
The constructor.
- CreateTableContentsClause<E> - Class in io.github.mmm.orm.statement.create
- CreateTableContentsClause(CreateTableStatement<E>) - Constructor for class io.github.mmm.orm.statement.create.CreateTableContentsClause
-
The constructor.
- CreateTableFragment<E> - Interface in io.github.mmm.orm.statement.create
-
Interface for a fragment or clause to add
#column(DbColumnName) columnsand #constraints. - CreateTableStatement<E> - Class in io.github.mmm.orm.statement.create
- CreateTableStatement(CreateTableClause<E>) - Constructor for class io.github.mmm.orm.statement.create.CreateTableStatement
-
The constructor.
- CreateUniqueIndex - Class in io.github.mmm.orm.statement.create
- CreateUniqueIndex(String) - Constructor for class io.github.mmm.orm.statement.create.CreateUniqueIndex
-
The constructor.
- CriteriaParameterImpl<V> - Class in io.github.mmm.orm.param
-
Implementation of
CriteriaParameter. - CriteriaParameterImpl(int, V, DbType<V, ?>) - Constructor for class io.github.mmm.orm.param.CriteriaParameterImpl
-
The constructor.
- CriteriaParameterImpl(int, V, DbType<V, ?>, String) - Constructor for class io.github.mmm.orm.param.CriteriaParameterImpl
-
The constructor.
- CriteriaParameterIterator - Class in io.github.mmm.orm.param
-
Implementation of
IteratorforCriteriaParameterImpl. - CriteriaParameterIterator(CriteriaParameterImpl<?>) - Constructor for class io.github.mmm.orm.param.CriteriaParameterIterator
-
The constructor.
- CriteriaParametersIndexed - Class in io.github.mmm.orm.param
-
CriteriaParametersusing indexed parameters. - CriteriaParametersIndexed(AbstractDbDialect<?>) - Constructor for class io.github.mmm.orm.param.CriteriaParametersIndexed
-
The constructor.
- CriteriaParametersNamed - Class in io.github.mmm.orm.param
-
CriteriaParametersusing named parameters. - CriteriaParametersNamed(AbstractDbDialect<?>, boolean) - Constructor for class io.github.mmm.orm.param.CriteriaParametersNamed
-
The constructor.
- CrudSupport<E> - Class in io.github.mmm.orm.statement
-
This class provides support for CRUD (Create, Retrieve, Update, Delete) operations.
- CrudSupport() - Constructor for class io.github.mmm.orm.statement.CrudSupport
-
The constructor.
- cycle() - Method in class io.github.mmm.orm.statement.create.CreateSequenceClause
-
Sets
cycletoBoolean.TRUE.
D
- db2java(DbResult) - Method in interface io.github.mmm.orm.mapping.DbMapper
- DbBeanMapper<B> - Interface in io.github.mmm.orm.mapping
-
DbMapperto map aWritableBeanto the database and vice-versa. - DbClause - Interface in io.github.mmm.orm.statement
-
A
DbClauseis a top-level fragment (part) of an SQLDbStatement. - DbColumn - Interface in io.github.mmm.orm.metadata
-
Meta-information about a column of a
table. - DbColumnImpl - Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbColumn. - DbColumnImpl(DbName, String, Boolean, int, String, int, int) - Constructor for class io.github.mmm.orm.metadata.impl.DbColumnImpl
-
The constructor.
- DbColumnReference - Interface in io.github.mmm.orm.metadata
- DbColumnReferenceImpl - Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbForeignKey. - DbColumnReferenceImpl(DbName, DbQualifiedName) - Constructor for class io.github.mmm.orm.metadata.impl.DbColumnReferenceImpl
-
The constructor.
- DbColumnSpec - Class in io.github.mmm.orm.ddl
-
DbElementfor a database column. - DbColumnSpec(ReadableProperty<?>) - Constructor for class io.github.mmm.orm.ddl.DbColumnSpec
-
The constructor.
- DbColumnSpec(ReadableProperty<?>, DbTableSpec) - Constructor for class io.github.mmm.orm.ddl.DbColumnSpec
-
The constructor.
- DbColumnSpec(String, ReadableProperty<?>, DbTableSpec) - Constructor for class io.github.mmm.orm.ddl.DbColumnSpec
-
The constructor.
- DbColumnSpec(String, ReadableProperty<?>, DbTableSpec, String) - Constructor for class io.github.mmm.orm.ddl.DbColumnSpec
-
The constructor.
- DbConstraint - Class in io.github.mmm.orm.ddl.constraint
-
Represents a database constraint on one or multiple columns.
- DbConstraint(String, DbConstraintState, DbColumnSpec...) - Constructor for class io.github.mmm.orm.ddl.constraint.DbConstraint
-
The constructor.
- DbConstraintDeferrable - Enum Class in io.github.mmm.orm.ddl.constraint
-
DbConstraintstate for deferrable status. - DbConstraintInitially - Enum Class in io.github.mmm.orm.ddl.constraint
-
DbConstraintstate for initially status. - DbConstraintOnDelete - Enum Class in io.github.mmm.orm.ddl.constraint
-
DbConstraintstate for behavior ofForeignKeyConstraintin case of deletion. - DbConstraintRely - Enum Class in io.github.mmm.orm.ddl.constraint
-
DbConstraintstate for rely status. - DbConstraintState - Class in io.github.mmm.orm.ddl.constraint
-
State of a
DbConstraintas the combination ofDbConstraintDeferrable,DbConstraintInitially, andDbConstraintRely. - DbContext - Interface in io.github.mmm.orm.dialect
-
Interface for database contextual data and operations.
- DbDeleteOperations<E> - Interface in io.github.mmm.orm.repository.operation
-
Extends
EntityFindOperationswith operations forSelectStatements. - DbDialect - Interface in io.github.mmm.orm.dialect
-
Interface for an database dialect.
- DbDialectProvider - Interface in io.github.mmm.orm.dialect
-
Provider for
DbDialects. - DbDialectStatementFormatter - Class in io.github.mmm.orm.dialect
-
BasicDbStatementFormatterfor any realdatabase dialect. - DbDialectStatementFormatter(AbstractDbDialect<?>) - Constructor for class io.github.mmm.orm.dialect.DbDialectStatementFormatter
-
The constructor.
- DbDialectStatementFormatter(AbstractDbDialect<?>, CriteriaFormatter, String) - Constructor for class io.github.mmm.orm.dialect.DbDialectStatementFormatter
-
The constructor.
- DbElement - Class in io.github.mmm.orm.ddl
-
Abstract base class for a database DDL element such as a table,
columnorconstraint. - DbElement(String) - Constructor for class io.github.mmm.orm.ddl.DbElement
-
The constructor.
- DbEmptyTypeMapping - Class in io.github.mmm.orm.typemapping
-
Implementation of an empty
TypeMappingfor default database syntax. - DbFindOperations<E> - Interface in io.github.mmm.orm.repository.operation
-
Extends
EntityFindOperationswith operations forSelectStatements. - DbForeignKey - Interface in io.github.mmm.orm.metadata
-
Interface for a foreign key of a
DbTable. - DbForeignKeyImpl - Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbForeignKey. - DbForeignKeyImpl(DbName, DbObjectContainer<DbColumnReference>) - Constructor for class io.github.mmm.orm.metadata.impl.DbForeignKeyImpl
-
The constructor.
- DbIndex - Interface in io.github.mmm.orm.metadata
-
Interface for a foreign key of a
DbTable. - DbIndexImpl - Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbIndex. - DbIndexImpl(DbName, SortOrder, DbObjectContainer<DbColumn>) - Constructor for class io.github.mmm.orm.metadata.impl.DbIndexImpl
-
The constructor.
- DbMapper<J> - Interface in io.github.mmm.orm.mapping
-
Interface to map a Java object to the database and vice-versa.
- DbMetaData - Interface in io.github.mmm.orm.metadata
-
Meta-information about the database (DDL).
- DbName - Class in io.github.mmm.orm.metadata
-
Name of a database object (schema, table, column, etc.).
- DbNamingStrategy - Interface in io.github.mmm.orm.naming
-
Interface to define the naming strategy to map
EntityBeans to a database. - DbObject - Interface in io.github.mmm.orm.metadata
- DbObjectContainer<O> - Interface in io.github.mmm.orm.metadata
-
Interface for a container with
DbObjects of a specific kind. - DbObjectContainerImpl<O> - Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbObjectContainer. - DbObjectContainerImpl() - Constructor for class io.github.mmm.orm.metadata.impl.DbObjectContainerImpl
- DbObjectContainerImplEmpty<O> - Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbObjectContainer. - DbObjectContainerImplList<O> - Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbObjectContainer. - DbObjectContainerImplList(O...) - Constructor for class io.github.mmm.orm.metadata.impl.DbObjectContainerImplList
-
The constructor.
- DbObjectContainerImplMap<O> - Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbObjectContainer. - DbObjectContainerImplMap(Map<DbName, O>) - Constructor for class io.github.mmm.orm.metadata.impl.DbObjectContainerImplMap
-
The constructor.
- DbObjectContainerImplMap(O...) - Constructor for class io.github.mmm.orm.metadata.impl.DbObjectContainerImplMap
-
The constructor.
- DbObjectContainerImplSingle<O> - Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbObjectContainer. - DbObjectContainerImplSingle(O) - Constructor for class io.github.mmm.orm.metadata.impl.DbObjectContainerImplSingle
-
The constructor.
- DbObjectImpl - Class in io.github.mmm.orm.metadata.impl
-
Abstract base class for
DbObjectandDbObjectContainer. - DbObjectImpl() - Constructor for class io.github.mmm.orm.metadata.impl.DbObjectImpl
- DbObjectWithComment - Interface in io.github.mmm.orm.metadata
- DbObjectWithCommentImpl - Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbObjectWithCommentandDbObjectWithQualifiedName. - DbObjectWithCommentImpl(DbQualifiedName, String) - Constructor for class io.github.mmm.orm.metadata.impl.DbObjectWithCommentImpl
-
The constructor.
- DbObjectWithNameImpl - Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbObject. - DbObjectWithNameImpl(DbName) - Constructor for class io.github.mmm.orm.metadata.impl.DbObjectWithNameImpl
-
The constructor.
- DbObjectWithQualifiedName - Interface in io.github.mmm.orm.metadata
- DbObjectWithQualifiedNameImpl - Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbObjectWithQualifiedName. - DbObjectWithQualifiedNameImpl(DbQualifiedName) - Constructor for class io.github.mmm.orm.metadata.impl.DbObjectWithQualifiedNameImpl
-
The constructor.
- DbPrimaryKey - Interface in io.github.mmm.orm.metadata
-
Meta-information about a primary key.
- DbPrimaryKeyImpl - Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbPrimaryKey. - DbPrimaryKeyImpl(DbName, DbObjectContainer<DbColumn>) - Constructor for class io.github.mmm.orm.metadata.impl.DbPrimaryKeyImpl
-
The constructor.
- DbQualifiedName - Class in io.github.mmm.orm.metadata
- DbQualifiedName(DbName, DbName, DbName) - Constructor for class io.github.mmm.orm.metadata.DbQualifiedName
-
The constructor.
- DbRepository<E> - Interface in io.github.mmm.orm.repository
- DbResult - Interface in io.github.mmm.orm.result
-
A
DbResultrepresents a single result (row) from a database (typically of aSelectStatement). - DbResultValue<V> - Interface in io.github.mmm.orm.result
- DbSelection<V> - Class in io.github.mmm.orm.mapping
-
Container with information about the a single selected column.
- DbSelection(CriteriaObject<V>, TypeMapper<V, ?>) - Constructor for class io.github.mmm.orm.mapping.DbSelection
-
The constructor.
- DbSource - Class in io.github.mmm.orm.source
-
A
DbSourceidentifies a database to connect to as a tenant. - DbStatement<E> - Interface in io.github.mmm.orm.statement
-
A complete SQL statement that may be executed to the database.
- DbStatementFormatter - Interface in io.github.mmm.orm.statement
-
Interface for
- DbStatementMarshalling - Class in io.github.mmm.orm.statement
-
MarshallingforDbStatements. - DbStatementMarshalling() - Constructor for class io.github.mmm.orm.statement.DbStatementMarshalling
-
The constructor.
- DbStatementParser - Class in io.github.mmm.orm.statement
- DbStatementParser() - Constructor for class io.github.mmm.orm.statement.DbStatementParser
-
The constructor.
- DbStatementType - Interface in io.github.mmm.orm.statement
-
Interface for the type of a
DbStatement. - DbTable - Interface in io.github.mmm.orm.metadata
-
Meta-information about a database table.
- DbTableData - Interface in io.github.mmm.orm.metadata
-
Meta-information about a database table (or view, materialized view, etc.).
- DbTableDataImpl - Record Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbTableData. - DbTableDataImpl(DbQualifiedName, String, DbTableType) - Constructor for record class io.github.mmm.orm.metadata.impl.DbTableDataImpl
-
Creates an instance of a
DbTableDataImplrecord class. - DbTableImpl - Class in io.github.mmm.orm.metadata.impl
-
Implementation of
DbTable. - DbTableImpl(DbQualifiedName, String, DbTableType, DbObjectContainer<DbColumn>, DbPrimaryKey, DbObjectContainer<DbForeignKey>, DbObjectContainer<DbIndex>) - Constructor for class io.github.mmm.orm.metadata.impl.DbTableImpl
-
The constructor.
- DbTableImpl(DbTableData, DbObjectContainer<DbColumn>, DbPrimaryKey, DbObjectContainer<DbForeignKey>, DbObjectContainer<DbIndex>) - Constructor for class io.github.mmm.orm.metadata.impl.DbTableImpl
-
The constructor.
- DbTableSpec - Class in io.github.mmm.orm.ddl
-
DbElementfor a database table. - DbTableSpec(String, EntityBean) - Constructor for class io.github.mmm.orm.ddl.DbTableSpec
-
The constructor.
- DbTableType - Class in io.github.mmm.orm.metadata
-
Name of a database object (schema, table, column, etc.).
- DbTransaction - Interface in io.github.mmm.orm.tx
-
Interface for a transaction.
- DbTransactionExecutor - Interface in io.github.mmm.orm.tx
- DbTransactionExecutorProvider - Interface in io.github.mmm.orm.tx
-
Provider of
DbTransactionExecutor. - DbType<J,
D> - Class in io.github.mmm.orm.type -
Abstract base class for a database type.
- DbType(String, int) - Constructor for class io.github.mmm.orm.type.DbType
-
The constructor.
- DbTypeBigDecimal - Class in io.github.mmm.orm.type
-
Implementation of
DbTypeSimplefor a regularBigDecimal. - DbTypeBigDecimal() - Constructor for class io.github.mmm.orm.type.DbTypeBigDecimal
-
The constructor.
- DbTypeBigDecimal(String) - Constructor for class io.github.mmm.orm.type.DbTypeBigDecimal
-
The constructor.
- DbTypeBigDecimal(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeBigDecimal
-
The constructor.
- DbTypeBigInteger2Number - Class in io.github.mmm.orm.type
-
Implementation of
DbTypeSimplefor a regularBigInteger. - DbTypeBigInteger2Number() - Constructor for class io.github.mmm.orm.type.DbTypeBigInteger2Number
-
The constructor.
- DbTypeBigInteger2Number(String) - Constructor for class io.github.mmm.orm.type.DbTypeBigInteger2Number
-
The constructor.
- DbTypeBigInteger2Number(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeBigInteger2Number
-
The constructor.
- DbTypeBoolean - Class in io.github.mmm.orm.type
-
Implementation of
DbTypeSimplefor a regularBoolean. - DbTypeBoolean() - Constructor for class io.github.mmm.orm.type.DbTypeBoolean
-
The constructor.
- DbTypeBoolean(String) - Constructor for class io.github.mmm.orm.type.DbTypeBoolean
-
The constructor.
- DbTypeBoolean(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeBoolean
-
The constructor.
- DbTypeBoolean2Char - Class in io.github.mmm.orm.type
- DbTypeBoolean2Char() - Constructor for class io.github.mmm.orm.type.DbTypeBoolean2Char
-
The constructor.
- DbTypeBoolean2Char(String) - Constructor for class io.github.mmm.orm.type.DbTypeBoolean2Char
-
The constructor.
- DbTypeBoolean2Char(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeBoolean2Char
-
The constructor.
- DbTypeBoolean2Integer - Class in io.github.mmm.orm.type
-
Implementation of
DbTypefor aBooleanmapped asIntegerlike typically done by hibernate for older Oracle databases that do not support boolean datatype . - DbTypeBoolean2Integer() - Constructor for class io.github.mmm.orm.type.DbTypeBoolean2Integer
-
The constructor.
- DbTypeBoolean2Integer(String) - Constructor for class io.github.mmm.orm.type.DbTypeBoolean2Integer
-
The constructor.
- DbTypeBoolean2Integer(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeBoolean2Integer
-
The constructor.
- DbTypeByte - Class in io.github.mmm.orm.type
- DbTypeByte() - Constructor for class io.github.mmm.orm.type.DbTypeByte
-
The constructor.
- DbTypeByte(String) - Constructor for class io.github.mmm.orm.type.DbTypeByte
-
The constructor.
- DbTypeByte(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeByte
-
The constructor.
- DbTypeCharacter - Class in io.github.mmm.orm.type
-
Implementation of
DbTypeSimplefor a regularCharacter. - DbTypeCharacter() - Constructor for class io.github.mmm.orm.type.DbTypeCharacter
-
The constructor.
- DbTypeCharacter(String) - Constructor for class io.github.mmm.orm.type.DbTypeCharacter
-
The constructor.
- DbTypeCharacter(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeCharacter
-
The constructor.
- DbTypeCollection - Class in io.github.mmm.orm.type
-
Implementation of
DbTypeSimplefor a regularLocalDate. - DbTypeCollection(DbType<?, ?>) - Constructor for class io.github.mmm.orm.type.DbTypeCollection
-
The constructor.
- DbTypeCollection(DbType<?, ?>, String) - Constructor for class io.github.mmm.orm.type.DbTypeCollection
-
The constructor.
- DbTypeCollection(DbType<?, ?>, String, int) - Constructor for class io.github.mmm.orm.type.DbTypeCollection
-
The constructor.
- DbTypeDouble - Class in io.github.mmm.orm.type
-
Implementation of
DbTypeSimplefor a regularDouble. - DbTypeDouble() - Constructor for class io.github.mmm.orm.type.DbTypeDouble
-
The constructor.
- DbTypeDouble(String) - Constructor for class io.github.mmm.orm.type.DbTypeDouble
-
The constructor.
- DbTypeDouble(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeDouble
-
The constructor.
- DbTypeDuration - Class in io.github.mmm.orm.type
-
Implementation of
DbTypefor a regularLocalDateTime. - DbTypeDuration() - Constructor for class io.github.mmm.orm.type.DbTypeDuration
-
The constructor.
- DbTypeDuration(String) - Constructor for class io.github.mmm.orm.type.DbTypeDuration
-
The constructor.
- DbTypeDuration(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeDuration
-
The constructor.
- DbTypeFloat - Class in io.github.mmm.orm.type
-
Implementation of
DbTypeSimplefor a regularFloat. - DbTypeFloat() - Constructor for class io.github.mmm.orm.type.DbTypeFloat
-
The constructor.
- DbTypeFloat(String) - Constructor for class io.github.mmm.orm.type.DbTypeFloat
-
The constructor.
- DbTypeFloat(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeFloat
-
The constructor.
- DbTypeInstant - Class in io.github.mmm.orm.type
-
Implementation of
DbTypeSimplefor a regularInstant. - DbTypeInstant() - Constructor for class io.github.mmm.orm.type.DbTypeInstant
-
The constructor.
- DbTypeInstant(String) - Constructor for class io.github.mmm.orm.type.DbTypeInstant
-
The constructor.
- DbTypeInstant(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeInstant
-
The constructor.
- DbTypeInstant2Timestamp - Class in io.github.mmm.orm.type
- DbTypeInstant2Timestamp() - Constructor for class io.github.mmm.orm.type.DbTypeInstant2Timestamp
-
The constructor.
- DbTypeInstant2Timestamp(String) - Constructor for class io.github.mmm.orm.type.DbTypeInstant2Timestamp
-
The constructor.
- DbTypeInstant2Timestamp(String, boolean) - Constructor for class io.github.mmm.orm.type.DbTypeInstant2Timestamp
-
The constructor.
- DbTypeInstant2Timestamp(String, boolean, int) - Constructor for class io.github.mmm.orm.type.DbTypeInstant2Timestamp
-
The constructor.
- DbTypeInteger - Class in io.github.mmm.orm.type
-
Implementation of
DbTypeSimplefor a regularInteger. - DbTypeInteger() - Constructor for class io.github.mmm.orm.type.DbTypeInteger
-
The constructor.
- DbTypeInteger(String) - Constructor for class io.github.mmm.orm.type.DbTypeInteger
-
The constructor.
- DbTypeInteger(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeInteger
-
The constructor.
- DbTypeJdbcSupport<J,
D> - Class in io.github.mmm.orm.type -
DbTypewith (potential)native JDBC parameter support. - DbTypeJdbcSupport(String, int, boolean) - Constructor for class io.github.mmm.orm.type.DbTypeJdbcSupport
-
The constructor.
- DbTypeLocalDate - Class in io.github.mmm.orm.type
-
Implementation of
DbTypeSimplefor a regularLocalDate. - DbTypeLocalDate() - Constructor for class io.github.mmm.orm.type.DbTypeLocalDate
-
The constructor.
- DbTypeLocalDate(String) - Constructor for class io.github.mmm.orm.type.DbTypeLocalDate
-
The constructor.
- DbTypeLocalDate(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeLocalDate
-
The constructor.
- DbTypeLocalDate2Date - Class in io.github.mmm.orm.type
- DbTypeLocalDate2Date() - Constructor for class io.github.mmm.orm.type.DbTypeLocalDate2Date
-
The constructor.
- DbTypeLocalDate2Date(String) - Constructor for class io.github.mmm.orm.type.DbTypeLocalDate2Date
-
The constructor.
- DbTypeLocalDate2Date(String, boolean) - Constructor for class io.github.mmm.orm.type.DbTypeLocalDate2Date
-
The constructor.
- DbTypeLocalDate2Date(String, int, boolean) - Constructor for class io.github.mmm.orm.type.DbTypeLocalDate2Date
-
The constructor.
- DbTypeLocalDateTime - Class in io.github.mmm.orm.type
- DbTypeLocalDateTime() - Constructor for class io.github.mmm.orm.type.DbTypeLocalDateTime
-
The constructor.
- DbTypeLocalDateTime(String) - Constructor for class io.github.mmm.orm.type.DbTypeLocalDateTime
-
The constructor.
- DbTypeLocalDateTime(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeLocalDateTime
-
The constructor.
- DbTypeLocalDateTime2Timestamp - Class in io.github.mmm.orm.type
-
Implementation of
DbTypefor a regularLocalDateTime. - DbTypeLocalDateTime2Timestamp() - Constructor for class io.github.mmm.orm.type.DbTypeLocalDateTime2Timestamp
-
The constructor.
- DbTypeLocalDateTime2Timestamp(String) - Constructor for class io.github.mmm.orm.type.DbTypeLocalDateTime2Timestamp
-
The constructor.
- DbTypeLocalDateTime2Timestamp(String, boolean) - Constructor for class io.github.mmm.orm.type.DbTypeLocalDateTime2Timestamp
-
The constructor.
- DbTypeLocalDateTime2Timestamp(String, boolean, int) - Constructor for class io.github.mmm.orm.type.DbTypeLocalDateTime2Timestamp
-
The constructor.
- DbTypeLocalTime - Class in io.github.mmm.orm.type
- DbTypeLocalTime() - Constructor for class io.github.mmm.orm.type.DbTypeLocalTime
-
The constructor.
- DbTypeLocalTime(String) - Constructor for class io.github.mmm.orm.type.DbTypeLocalTime
-
The constructor.
- DbTypeLocalTime(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeLocalTime
-
The constructor.
- DbTypeLocalTime2Time - Class in io.github.mmm.orm.type
- DbTypeLocalTime2Time() - Constructor for class io.github.mmm.orm.type.DbTypeLocalTime2Time
-
The constructor.
- DbTypeLocalTime2Time(String) - Constructor for class io.github.mmm.orm.type.DbTypeLocalTime2Time
-
The constructor.
- DbTypeLocalTime2Time(String, boolean) - Constructor for class io.github.mmm.orm.type.DbTypeLocalTime2Time
-
The constructor.
- DbTypeLocalTime2Time(String, boolean, int) - Constructor for class io.github.mmm.orm.type.DbTypeLocalTime2Time
-
The constructor.
- DbTypeLong - Class in io.github.mmm.orm.type
-
Implementation of
DbTypeSimplefor a regularLong. - DbTypeLong() - Constructor for class io.github.mmm.orm.type.DbTypeLong
-
The constructor.
- DbTypeLong(String) - Constructor for class io.github.mmm.orm.type.DbTypeLong
-
The constructor.
- DbTypeLong(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeLong
-
The constructor.
- DbTypeMapping - Class in io.github.mmm.orm.typemapping
-
Extends
ComposedTypeMappingfordatabase dialectspecific type mappings. - DbTypeMapping() - Constructor for class io.github.mmm.orm.typemapping.DbTypeMapping
-
The constructor.
- DbTypeOffsetDateTime - Class in io.github.mmm.orm.type
-
Implementation of
DbTypefor a regularOffsetDateTime. - DbTypeOffsetDateTime() - Constructor for class io.github.mmm.orm.type.DbTypeOffsetDateTime
-
The constructor.
- DbTypeOffsetDateTime(String) - Constructor for class io.github.mmm.orm.type.DbTypeOffsetDateTime
-
The constructor.
- DbTypeOffsetDateTime(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeOffsetDateTime
-
The constructor.
- DbTypeOffsetTime - Class in io.github.mmm.orm.type
-
Implementation of
DbTypefor a regularOffsetTime. - DbTypeOffsetTime() - Constructor for class io.github.mmm.orm.type.DbTypeOffsetTime
-
The constructor.
- DbTypeOffsetTime(String) - Constructor for class io.github.mmm.orm.type.DbTypeOffsetTime
-
The constructor.
- DbTypeOffsetTime(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeOffsetTime
-
The constructor.
- DbTypeShort - Class in io.github.mmm.orm.type
- DbTypeShort() - Constructor for class io.github.mmm.orm.type.DbTypeShort
-
The constructor.
- DbTypeShort(String) - Constructor for class io.github.mmm.orm.type.DbTypeShort
-
The constructor.
- DbTypeShort(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeShort
-
The constructor.
- DbTypeSimple<V> - Class in io.github.mmm.orm.type
- DbTypeSimple(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeSimple
-
The constructor.
- DbTypeStreamable - Class in io.github.mmm.orm.type
-
Implementation of
DbTypeSimplefor a regularString. - DbTypeStreamable() - Constructor for class io.github.mmm.orm.type.DbTypeStreamable
-
The constructor.
- DbTypeStreamable(String) - Constructor for class io.github.mmm.orm.type.DbTypeStreamable
-
The constructor.
- DbTypeStreamable(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeStreamable
-
The constructor.
- DbTypeString - Class in io.github.mmm.orm.type
-
Implementation of
DbTypeSimplefor a regularString. - DbTypeString() - Constructor for class io.github.mmm.orm.type.DbTypeString
-
The constructor.
- DbTypeString(String) - Constructor for class io.github.mmm.orm.type.DbTypeString
-
The constructor.
- DbTypeString(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeString
-
The constructor.
- DbTypeUuid - Class in io.github.mmm.orm.type
-
Implementation of
DbTypeSimplefor aUUIDif directly supported by DB. - DbTypeUuid() - Constructor for class io.github.mmm.orm.type.DbTypeUuid
-
The constructor.
- DbTypeUuid(String) - Constructor for class io.github.mmm.orm.type.DbTypeUuid
-
The constructor.
- DbTypeUuid(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeUuid
-
The constructor.
- DbTypeZonedDateTime - Class in io.github.mmm.orm.type
-
Implementation of
DbTypefor a regularZonedDateTime. - DbTypeZonedDateTime() - Constructor for class io.github.mmm.orm.type.DbTypeZonedDateTime
-
The constructor.
- DbTypeZonedDateTime(String) - Constructor for class io.github.mmm.orm.type.DbTypeZonedDateTime
-
The constructor.
- DbTypeZonedDateTime(String, int) - Constructor for class io.github.mmm.orm.type.DbTypeZonedDateTime
-
The constructor.
- DbUpdateOperations<E> - Interface in io.github.mmm.orm.repository.operation
-
Extends
EntityFindOperationswith operations forSelectStatements. - DEFAULT - Enum constant in enum class io.github.mmm.orm.ddl.constraint.DbConstraintDeferrable
-
Unspecified, let the database decide (typically
not deferrable). - DEFAULT - Enum constant in enum class io.github.mmm.orm.ddl.constraint.DbConstraintInitially
-
Unspecified, let the database decide (typically
initially immediate). - DEFAULT - Enum constant in enum class io.github.mmm.orm.ddl.constraint.DbConstraintOnDelete
-
Unspecified, let the database decide (typically fail on delete if still referenced).
- DEFAULT - Enum constant in enum class io.github.mmm.orm.ddl.constraint.DbConstraintRely
-
Unspecified, let the database decide (typically
norely). - DEFAULT - Static variable in class io.github.mmm.orm.ddl.constraint.DbConstraintState
-
The default state.
- DEFERRABLE - Enum constant in enum class io.github.mmm.orm.ddl.constraint.DbConstraintDeferrable
-
Make the
DbConstraintdeferrable. - delete(E) - Method in interface io.github.mmm.orm.repository.operation.EntityDeleteOperations
- delete(E) - Static method in interface io.github.mmm.orm.statement.DbStatement
-
Alternative for
new Delete().from(entity). - delete(DeleteStatement<E>) - Method in interface io.github.mmm.orm.repository.operation.DbDeleteOperations
- deleteAll(Iterable<E>) - Method in interface io.github.mmm.orm.repository.operation.EntityDeleteOperations
- deleteAllById(Iterable<Id<E>>) - Method in interface io.github.mmm.orm.repository.operation.EntityDeleteOperations
- deleteAllByLink(Iterable<Link<E>>) - Method in interface io.github.mmm.orm.repository.operation.EntityDeleteOperations
- deleteById(Id<E>) - Method in interface io.github.mmm.orm.repository.operation.EntityDeleteOperations
- deleteById(Id<E>) - Method in class io.github.mmm.orm.statement.CrudSupport
- deleteByIds(Collection<Id<E>>) - Method in class io.github.mmm.orm.statement.CrudSupport
- deleteByLink(Link<E>) - Method in interface io.github.mmm.orm.repository.operation.EntityDeleteOperations
- DeleteClause - Class in io.github.mmm.orm.statement.delete
-
StartClauseto delete data from the database. - DeleteClause() - Constructor for class io.github.mmm.orm.statement.delete.DeleteClause
-
The constructor.
- DeleteFrom<E> - Class in io.github.mmm.orm.statement.delete
- DeleteFrom(DeleteClause, E) - Constructor for class io.github.mmm.orm.statement.delete.DeleteFrom
-
The constructor.
- DeleteFrom(DeleteClause, E, String) - Constructor for class io.github.mmm.orm.statement.delete.DeleteFrom
-
The constructor.
- DeleteStatement<E> - Class in io.github.mmm.orm.statement.delete
- DeleteStatement(DeleteClause, DeleteFrom<E>) - Constructor for class io.github.mmm.orm.statement.delete.DeleteStatement
-
The constructor.
- DeleteWhere<E> - Class in io.github.mmm.orm.statement.delete
- DeleteWhere(DeleteStatement<E>) - Constructor for class io.github.mmm.orm.statement.delete.DeleteWhere
-
The constructor.
- dialect - Variable in class io.github.mmm.orm.statement.BasicDbStatementFormatter
-
The
AbstractDbDialectornullfor generic formatter. - distinct() - Method in class io.github.mmm.orm.statement.select.SelectClause
-
Sets
DISTINCTselection (filter out duplicates). - distinct() - Method in class io.github.mmm.orm.statement.select.SelectProjectionClause
- distinct() - Method in class io.github.mmm.orm.statement.select.SelectSingleClause
- doInTx(Runnable) - Method in interface io.github.mmm.orm.tx.DbTransactionExecutor
-
Most simple variant to execute a task in a transaction when no result is needed.
- doInTx(Callable<R>) - Method in interface io.github.mmm.orm.tx.DbTransactionExecutor
-
Executes a
Callabletask in a transaction and returns the result of it. - DROP - Enum constant in enum class io.github.mmm.orm.ddl.operation.TableOperationType
-
Type to drop (remove) an object (column or constraint).
- dropTable(E) - Static method in interface io.github.mmm.orm.statement.DbStatement
-
Alternative for
new DropTable<>(entity).
E
- entity - Variable in class io.github.mmm.orm.statement.AbstractEntityClause
- EntityDeleteOperations<E> - Interface in io.github.mmm.orm.repository.operation
-
Interface for the delete operations of an
EntityRepository. - EntityFindOperations<E> - Interface in io.github.mmm.orm.repository.operation
-
Interface for the find operations of an
EntityRepository. - EntityListener<E> - Interface in io.github.mmm.orm.listener
-
Interface for a listener of changes to an
EntityBean. - EntityRepository<E> - Interface in io.github.mmm.orm.repository
- EntitySaveOperations<E> - Interface in io.github.mmm.orm.repository.operation
-
Interface for the save operations of an
EntityRepository. - EntitySubClause<R,
E> - Class in io.github.mmm.orm.statement -
A fragment for an additional
entityselection. - EntitySubClause(AliasMap, E) - Constructor for class io.github.mmm.orm.statement.EntitySubClause
-
The constructor.
- EntitySubClause(AliasMap, E, String) - Constructor for class io.github.mmm.orm.statement.EntitySubClause
-
The constructor.
- EntitySubClause(AliasMap, E, String, String) - Constructor for class io.github.mmm.orm.statement.EntitySubClause
-
The constructor.
- equals(Object) - Method in class io.github.mmm.orm.metadata.DbName
- equals(Object) - Method in class io.github.mmm.orm.metadata.DbQualifiedName
- equals(Object) - Method in class io.github.mmm.orm.metadata.DbTableType
- equals(Object) - Method in record class io.github.mmm.orm.metadata.impl.DbTableDataImpl
-
Indicates whether some other object is "equal to" this one.
F
- findAllById(Iterable<Id<E>>) - Method in interface io.github.mmm.orm.repository.operation.EntityFindOperations
- findById(Id<E>) - Method in interface io.github.mmm.orm.repository.operation.EntityFindOperations
- findByLink(Link<E>) - Method in interface io.github.mmm.orm.repository.operation.EntityFindOperations
- findByQuery(SelectStatement<E>) - Method in interface io.github.mmm.orm.repository.operation.DbFindOperations
- findOneByQuery(SelectStatement<E>) - Method in interface io.github.mmm.orm.repository.operation.DbFindOperations
- ForeignKeyConstraint - Class in io.github.mmm.orm.ddl.constraint
-
Foreign key
DbConstraintuniquely identifying a differententity(row from another table). - ForeignKeyConstraint(DbColumnSpec, DbColumnSpec) - Constructor for class io.github.mmm.orm.ddl.constraint.ForeignKeyConstraint
-
The constructor.
- ForeignKeyConstraint(String, DbColumnSpec, DbColumnSpec) - Constructor for class io.github.mmm.orm.ddl.constraint.ForeignKeyConstraint
-
The constructor.
- ForeignKeyConstraint(String, DbColumnSpec, DbColumnSpec, DbConstraintState) - Constructor for class io.github.mmm.orm.ddl.constraint.ForeignKeyConstraint
-
The constructor.
- ForeignKeyConstraint(String, DbColumnSpec, DbColumnSpec, DbConstraintState, DbConstraintOnDelete) - Constructor for class io.github.mmm.orm.ddl.constraint.ForeignKeyConstraint
-
The constructor.
- format(DbName) - Static method in class io.github.mmm.orm.metadata.DbName
- format(DbName, DbDialect) - Static method in class io.github.mmm.orm.metadata.DbName
- formatAdditionalEntity(EntitySubClause<?, ?>) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatAlias(String, DbClause) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatAlterTableClause(AlterTableClause<?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatAlterTableColumn(TableOperationType) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
-
Write "COLUMN" keyword as needed for ALTER TABLE statement of the given
type. - formatAlterTableOperation(TableOperation) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatAlterTableOperationsClause(AlterTableOperations<?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatAlterTableOperationType(TableOperationType) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatClause(DbClause, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatColumn(ReadableProperty<?>) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatColumns(Iterable<DbColumnSpec>, EntityBean, boolean, boolean) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatConstraintFkReference(DbColumnSpec) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatConstraintKeywordWithName(TableOperationType, DbConstraint) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
-
Writes "CONSTRAINT «constraint_name»".
- formatConstraintState(DbConstraintState) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatConstraintStateDeferrable(DbConstraintDeferrable) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatConstraintStateInitially(DbConstraintInitially) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatConstraintStateRely(DbConstraintRely) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatCreateIndexClause(CreateIndexClause, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatCreateIndexColumnsClause(CreateIndexColumns<?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatCreateIndexOnClause(CreateIndexOnClause<?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatCreateSequenceAttribute(String, Number) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatCreateSequenceClause(CreateSequenceClause, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatCreateSequenceCycle(boolean) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
-
Formats the explicit cycle attribute of a sequence.
- formatCreateTableClause(CreateTableClause<?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatCreateTableContentsClause(CreateTableContentsClause<?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatCriteriaExpression(CriteriaExpression<?>) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatCriteriaObject(CriteriaObject<?>) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatDeleteClause(DeleteClause, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatEntity(AbstractEntityClause<?, ?, ?>) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatEntity(AbstractEntityClause<?, ?, ?>, boolean) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatEntityName(AbstractEntityClause<?, ?, ?>) - Method in class io.github.mmm.orm.dialect.DbDialectStatementFormatter
- formatEntityName(AbstractEntityClause<?, ?, ?>) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatFromClause(FromClause<?, ?, ?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatGroupByClause(GroupByClause<?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatHavingClause(HavingClause<?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatInsertClause(InsertClause, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatIntoClause(IntoClause<?, ?, ?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatMainClause(MainDbClause<?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatMergeClause(MergeClause, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatName(String) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatOperator(CriteriaOperator) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatOrderByClause(OrderByClause<?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatOtherClause(DbClause, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatQualifiedName(DbQualifiedName) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatSelectClause(SelectClause<?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatSelections(SelectClause<?>, SelectFrom<?, ?>) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatSelectSeqNextVal(SelectSequenceNextValueClause) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatSetClause(SetClause<?, ?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatStartClause(StartClause, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatStatement(DbStatement<?>) - Method in interface io.github.mmm.orm.statement.DbStatementFormatter
- formatStatement(DbStatement<?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatStatement(DbStatement<?>, DbContext) - Method in interface io.github.mmm.orm.statement.DbStatementFormatter
- formatUnqualifiedName(DbName) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatUpdateClause(UpdateClause<?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatUpsertClause(UpsertClause, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatValuesClause(ValuesClause<?, ?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- formatWhereClause(WhereClause<?, ?>, DbContext) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- from() - Method in class io.github.mmm.orm.statement.select.SelectEntityClause
- from(E) - Method in class io.github.mmm.orm.statement.delete.DeleteClause
- from(E) - Method in class io.github.mmm.orm.statement.select.SelectClause
- from(E) - Method in class io.github.mmm.orm.statement.select.SelectProjectionClause
- from(E) - Method in class io.github.mmm.orm.statement.select.SelectResultClause
- from(E) - Method in class io.github.mmm.orm.statement.select.SelectSequenceNextValueClause
- from(E) - Method in class io.github.mmm.orm.statement.select.SelectSingleClause
- FromClause<R,
E, - Class in io.github.mmm.orm.statementSELF> - FromClause(AliasMap, E, String) - Constructor for class io.github.mmm.orm.statement.FromClause
-
The constructor.
G
- get() - Static method in interface io.github.mmm.orm.dialect.DbDialectProvider
- get() - Method in class io.github.mmm.orm.metadata.DbName
- get() - Method in class io.github.mmm.orm.metadata.DbTableType
- get() - Static method in class io.github.mmm.orm.metadata.impl.DbObjectContainerImplEmpty
- get() - Static method in class io.github.mmm.orm.source.DbSource
- get() - Method in class io.github.mmm.orm.statement.create.CreateIndexColumns
- get() - Method in class io.github.mmm.orm.statement.create.CreateSequenceClause
- get() - Method in class io.github.mmm.orm.statement.create.CreateTableContentsClause
- get() - Method in interface io.github.mmm.orm.statement.DbStatementFormatter
- get() - Static method in class io.github.mmm.orm.statement.DbStatementMarshalling
- get() - Static method in class io.github.mmm.orm.statement.DbStatementParser
- get() - Method in class io.github.mmm.orm.statement.delete.DeleteFrom
- get() - Method in class io.github.mmm.orm.statement.delete.DeleteWhere
- get() - Method in class io.github.mmm.orm.statement.insert.InsertValues
- get() - Method in interface io.github.mmm.orm.statement.MainDbClause
- get() - Method in class io.github.mmm.orm.statement.merge.MergeValues
- get() - Method in interface io.github.mmm.orm.statement.select.ClauseWithGroupBy
- get() - Method in interface io.github.mmm.orm.statement.select.ClauseWithHaving
- get() - Method in interface io.github.mmm.orm.statement.select.ClauseWithOrderBy
- get() - Method in class io.github.mmm.orm.statement.select.GroupByClause
- get() - Method in class io.github.mmm.orm.statement.select.HavingClause
- get() - Method in class io.github.mmm.orm.statement.select.OrderByClause
- get() - Method in class io.github.mmm.orm.statement.select.SelectFrom
- get() - Method in class io.github.mmm.orm.statement.select.SelectWhere
- get() - Method in class io.github.mmm.orm.statement.update.UpdateClause
- get() - Method in class io.github.mmm.orm.statement.update.UpdateSet
- get() - Method in class io.github.mmm.orm.statement.update.UpdateWhere
- get() - Method in class io.github.mmm.orm.statement.upsert.UpsertValues
- get() - Method in class io.github.mmm.orm.statement.ValuesClause
- get() - Static method in interface io.github.mmm.orm.tx.DbTransactionExecutor
- get() - Static method in class io.github.mmm.orm.typemapping.DbEmptyTypeMapping
- get(DbName) - Method in interface io.github.mmm.orm.metadata.DbObjectContainer
- get(DbName) - Method in class io.github.mmm.orm.metadata.impl.DbObjectContainerImplEmpty
- get(DbName) - Method in class io.github.mmm.orm.metadata.impl.DbObjectContainerImplList
- get(DbName) - Method in class io.github.mmm.orm.metadata.impl.DbObjectContainerImplMap
- get(DbName) - Method in class io.github.mmm.orm.metadata.impl.DbObjectContainerImplSingle
- get(DbSource) - Static method in interface io.github.mmm.orm.tx.DbTransactionExecutor
- get(String) - Method in interface io.github.mmm.orm.dialect.DbDialectProvider
- getAdditionalEntities() - Method in class io.github.mmm.orm.statement.AbstractEntitiesClause
- getAlias() - Method in class io.github.mmm.orm.statement.AbstractEntityClause
- getAliasMap() - Method in class io.github.mmm.orm.statement.AbstractDbStatement
- getAliasMap() - Method in class io.github.mmm.orm.statement.AbstractEntityClause
- getAliasMap() - Method in class io.github.mmm.orm.statement.create.CreateIndexOnClause
- getAliasMap() - Method in class io.github.mmm.orm.statement.create.CreateIndexStatement
- getAliasMap() - Method in class io.github.mmm.orm.statement.create.CreateSequenceStatement
- getAliasMap() - Method in class io.github.mmm.orm.statement.create.CreateTableClause
- getAliasMap() - Method in class io.github.mmm.orm.statement.create.CreateTableStatement
- getAliasMap() - Method in class io.github.mmm.orm.statement.delete.DeleteFrom
- getAliasMap() - Method in class io.github.mmm.orm.statement.delete.DeleteStatement
- getAliasMap() - Method in class io.github.mmm.orm.statement.insert.InsertInto
- getAliasMap() - Method in class io.github.mmm.orm.statement.insert.InsertStatement
- getAliasMap() - Method in class io.github.mmm.orm.statement.merge.MergeInto
- getAliasMap() - Method in class io.github.mmm.orm.statement.merge.MergeStatement
- getAliasMap() - Method in class io.github.mmm.orm.statement.select.SelectFrom
- getAliasMap() - Method in class io.github.mmm.orm.statement.select.SelectStatement
- getAliasMap() - Method in class io.github.mmm.orm.statement.update.UpdateClause
- getAliasMap() - Method in class io.github.mmm.orm.statement.update.UpdateStatement
- getAliasMap() - Method in class io.github.mmm.orm.statement.upsert.UpsertInto
- getAliasMap() - Method in class io.github.mmm.orm.statement.upsert.UpsertStatement
- getAssignments() - Method in class io.github.mmm.orm.statement.AssignmentClause
- getByDbUrl(String) - Method in interface io.github.mmm.orm.dialect.DbDialectProvider
- getCatalog() - Method in class io.github.mmm.orm.metadata.DbQualifiedName
- getClauses() - Method in class io.github.mmm.orm.statement.AbstractDbStatement
- getClauses() - Method in interface io.github.mmm.orm.statement.DbStatement
- getCode() - Method in exception class io.github.mmm.orm.mapping.UnmappedTypeException
- getCode() - Method in exception class io.github.mmm.orm.statement.NonUniqueResultException
- getColumn() - Method in class io.github.mmm.orm.ddl.operation.TableColumnOperation
- getColumn() - Method in class io.github.mmm.orm.statement.create.CreateIndexStatement
- getColumnName(ReadableProperty<?>) - Method in interface io.github.mmm.orm.naming.DbNamingStrategy
- getColumnName(String) - Method in interface io.github.mmm.orm.naming.DbNamingStrategy
- getColumns() - Method in interface io.github.mmm.orm.metadata.DbForeignKey
- getColumns() - Method in interface io.github.mmm.orm.metadata.DbIndex
- getColumns() - Method in interface io.github.mmm.orm.metadata.DbPrimaryKey
- getColumns() - Method in interface io.github.mmm.orm.metadata.DbTable
- getColumns() - Method in class io.github.mmm.orm.metadata.impl.DbForeignKeyImpl
- getColumns() - Method in class io.github.mmm.orm.metadata.impl.DbIndexImpl
- getColumns() - Method in class io.github.mmm.orm.metadata.impl.DbPrimaryKeyImpl
- getColumns() - Method in class io.github.mmm.orm.metadata.impl.DbTableImpl
- getColumns() - Method in class io.github.mmm.orm.statement.create.CreateIndexColumns
- getColumns() - Method in class io.github.mmm.orm.statement.create.CreateTableContentsClause
- getComment() - Method in interface io.github.mmm.orm.metadata.DbObjectWithComment
- getComment() - Method in class io.github.mmm.orm.metadata.impl.DbColumnImpl
- getComment() - Method in class io.github.mmm.orm.metadata.impl.DbObjectWithCommentImpl
- getComment() - Method in record class io.github.mmm.orm.metadata.impl.DbTableDataImpl
- getConstraint() - Method in class io.github.mmm.orm.ddl.operation.TableConstraintOperation
- getConstraints() - Method in class io.github.mmm.orm.statement.create.CreateTableContentsClause
- getContents() - Method in class io.github.mmm.orm.statement.create.CreateTableStatement
- getCreateIndex() - Method in class io.github.mmm.orm.statement.create.CreateIndexStatement
- getCreateSequence() - Method in class io.github.mmm.orm.statement.create.CreateSequenceStatement
- getCreateTable() - Method in class io.github.mmm.orm.statement.create.CreateTableStatement
- getCriteriaFormatter() - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- getCriteriaFormatter() - Method in interface io.github.mmm.orm.statement.DbStatementFormatter
- getCurrentCatalog() - Method in interface io.github.mmm.orm.metadata.DbMetaData
- getCurrentSchema() - Method in interface io.github.mmm.orm.metadata.DbMetaData
- getCycle() - Method in class io.github.mmm.orm.statement.create.CreateSequenceClause
- getDbType() - Method in class io.github.mmm.orm.param.CriteriaParameterImpl
- getDecimalDigits() - Method in interface io.github.mmm.orm.metadata.DbColumn
- getDecimalDigits() - Method in class io.github.mmm.orm.metadata.impl.DbColumnImpl
- getDecimalDigits() - Method in class io.github.mmm.orm.type.DbType
- getDeclaration() - Method in class io.github.mmm.orm.ddl.DbColumnSpec
- getDeclaration() - Method in interface io.github.mmm.orm.result.DbResultValue
- getDeclaration(int) - Method in interface io.github.mmm.orm.result.DbResult
- getDeclarationDecimal(int) - Method in class io.github.mmm.orm.typemapping.DbTypeMapping
- getDeclarationDecimal(int, int) - Method in class io.github.mmm.orm.typemapping.DbTypeMapping
- getDeclarationDecimalFormat() - Method in class io.github.mmm.orm.typemapping.DbTypeMapping
- getDefaultNamingStrategy() - Method in class io.github.mmm.orm.dialect.AbstractDbDialect
- getDeferrable() - Method in class io.github.mmm.orm.ddl.constraint.DbConstraintState
- getDelete() - Method in class io.github.mmm.orm.statement.delete.DeleteStatement
- getEntity() - Method in class io.github.mmm.orm.ddl.DbTableSpec
- getEntity() - Method in class io.github.mmm.orm.statement.AbstractEntityClause
- getEntity() - Method in class io.github.mmm.orm.statement.AssignmentClause
- getEntity() - Method in class io.github.mmm.orm.statement.insert.InsertValues
- getEntity() - Method in class io.github.mmm.orm.statement.merge.MergeValues
- getEntity() - Method in class io.github.mmm.orm.statement.update.UpdateSet
- getEntity() - Method in class io.github.mmm.orm.statement.upsert.UpsertValues
- getEntity(String) - Method in class io.github.mmm.orm.statement.AliasMap
- getEntityClass() - Method in interface io.github.mmm.orm.repository.EntityRepository
- getEntityName() - Method in class io.github.mmm.orm.statement.AbstractEntityClause
- getFirstColumn() - Method in class io.github.mmm.orm.ddl.constraint.DbConstraint
- getForeignKeys() - Method in interface io.github.mmm.orm.metadata.DbTable
- getForeignKeys() - Method in class io.github.mmm.orm.metadata.impl.DbTableImpl
- getFrom() - Method in class io.github.mmm.orm.statement.delete.DeleteStatement
- getFrom() - Method in class io.github.mmm.orm.statement.select.SelectStatement
- getGroupBy() - Method in class io.github.mmm.orm.statement.select.SelectStatement
- getHaving() - Method in class io.github.mmm.orm.statement.select.SelectStatement
- getId() - Method in interface io.github.mmm.orm.dialect.DbDialect
- getId() - Method in class io.github.mmm.orm.source.DbSource
- getIncrementBy() - Method in class io.github.mmm.orm.statement.create.CreateSequenceClause
- getIndentation() - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- getIndex() - Method in class io.github.mmm.orm.param.CriteriaParameterImpl
- getIndexes() - Method in interface io.github.mmm.orm.metadata.DbTable
- getIndexes() - Method in class io.github.mmm.orm.metadata.impl.DbTableImpl
- getInitially() - Method in class io.github.mmm.orm.ddl.constraint.DbConstraintState
- getInsert() - Method in class io.github.mmm.orm.statement.insert.InsertStatement
- getInto() - Method in class io.github.mmm.orm.statement.insert.InsertStatement
- getInto() - Method in class io.github.mmm.orm.statement.IntoValuesStatement
- getInto() - Method in class io.github.mmm.orm.statement.merge.MergeStatement
- getInto() - Method in class io.github.mmm.orm.statement.upsert.UpsertStatement
- getKind() - Method in class io.github.mmm.orm.ddl.operation.TableColumnOperation
- getKind() - Method in class io.github.mmm.orm.ddl.operation.TableConstraintOperation
- getKind() - Method in class io.github.mmm.orm.ddl.operation.TableOperation
- getMaxValue() - Method in class io.github.mmm.orm.statement.create.CreateSequenceClause
- getMerge() - Method in class io.github.mmm.orm.statement.merge.MergeStatement
- getMinValue() - Method in class io.github.mmm.orm.statement.create.CreateSequenceClause
- getName() - Method in class io.github.mmm.orm.ddl.DbElement
- getName() - Method in class io.github.mmm.orm.ddl.operation.TableConstraintOperation
- getName() - Method in interface io.github.mmm.orm.metadata.DbColumnReference
- getName() - Method in interface io.github.mmm.orm.metadata.DbObject
- getName() - Method in interface io.github.mmm.orm.metadata.DbObjectWithQualifiedName
- getName() - Method in interface io.github.mmm.orm.metadata.DbPrimaryKey
- getName() - Method in class io.github.mmm.orm.metadata.DbQualifiedName
- getName() - Method in class io.github.mmm.orm.metadata.impl.DbObjectWithNameImpl
- getName() - Method in class io.github.mmm.orm.param.CriteriaParameterImpl
- getName() - Method in interface io.github.mmm.orm.result.DbResultValue
- getName() - Method in class io.github.mmm.orm.statement.create.CreateIndexClause
- getName(int) - Method in interface io.github.mmm.orm.result.DbResult
- getName(DbName) - Static method in class io.github.mmm.orm.metadata.DbName
- getNamePrefix() - Method in class io.github.mmm.orm.ddl.constraint.CheckConstraint
- getNamePrefix() - Method in class io.github.mmm.orm.ddl.constraint.DbConstraint
- getNamePrefix() - Method in class io.github.mmm.orm.ddl.constraint.ForeignKeyConstraint
- getNamePrefix() - Method in class io.github.mmm.orm.ddl.constraint.NotNullConstraint
- getNamePrefix() - Method in class io.github.mmm.orm.ddl.constraint.PrimaryKeyConstraint
- getNamePrefix() - Method in class io.github.mmm.orm.ddl.constraint.UniqueConstraint
- getNamingStrategy() - Method in class io.github.mmm.orm.dialect.AbstractDbDialect
- getNamingStrategy() - Method in interface io.github.mmm.orm.dialect.DbDialect
- getNamingStrategy() - Method in interface io.github.mmm.orm.mapping.Orm
- getNewColumn() - Method in class io.github.mmm.orm.ddl.operation.TableRenameColumnOperation
- getNewName() - Method in class io.github.mmm.orm.ddl.operation.TableRenameConstraintOperation
- getNullable() - Method in interface io.github.mmm.orm.metadata.DbColumn
- getNullable() - Method in class io.github.mmm.orm.metadata.impl.DbColumnImpl
- getOn() - Method in class io.github.mmm.orm.statement.create.CreateIndexStatement
- getOnDelete() - Method in class io.github.mmm.orm.ddl.constraint.ForeignKeyConstraint
- getOrderBy() - Method in class io.github.mmm.orm.statement.select.SelectStatement
- getOrderings() - Method in class io.github.mmm.orm.statement.select.OrderByClause
- getOrm() - Method in class io.github.mmm.orm.dialect.AbstractDbDialect
- getOrm() - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- getParameters() - Method in class io.github.mmm.orm.param.CriteriaParametersNamed
- getPlaceholder() - Method in class io.github.mmm.orm.param.CriteriaParameterImpl
- getPredicate() - Method in class io.github.mmm.orm.ddl.constraint.CheckConstraint
- getPredicates() - Method in class io.github.mmm.orm.statement.PredicateClause
- getPrimaryKey() - Method in interface io.github.mmm.orm.metadata.DbTable
- getPrimaryKey() - Method in class io.github.mmm.orm.metadata.impl.DbTableImpl
- getProperties() - Method in class io.github.mmm.orm.statement.ConstraintClause
- getProperties() - Method in class io.github.mmm.orm.statement.PropertyClause
- getProperty() - Method in class io.github.mmm.orm.ddl.DbColumnSpec
- getPropertyKey(String) - Method in class io.github.mmm.orm.source.DbSource
- getPropertyPrefix() - Method in class io.github.mmm.orm.source.DbSource
- getQualifiedName() - Method in interface io.github.mmm.orm.metadata.DbObjectWithQualifiedName
- getQualifiedName() - Method in class io.github.mmm.orm.metadata.impl.DbObjectWithQualifiedNameImpl
- getQualifiedName() - Method in record class io.github.mmm.orm.metadata.impl.DbTableDataImpl
- getQualifierPrefix() - Method in interface io.github.mmm.orm.dialect.DbContext
- getReferenceColumn() - Method in class io.github.mmm.orm.ddl.constraint.ForeignKeyConstraint
- getRely() - Method in class io.github.mmm.orm.ddl.constraint.DbConstraintState
- getRequiredEntity(String) - Method in class io.github.mmm.orm.statement.AliasMap
- getResultBean() - Method in class io.github.mmm.orm.statement.select.SelectClause
- getResultName() - Method in class io.github.mmm.orm.statement.select.SelectClause
- getSchema() - Method in class io.github.mmm.orm.metadata.DbQualifiedName
- getSelect() - Method in class io.github.mmm.orm.statement.select.SelectStatement
- getSelection() - Method in class io.github.mmm.orm.mapping.DbSelection
- getSelection() - Method in class io.github.mmm.orm.statement.select.SelectSequenceNextValueClause
- getSelection() - Method in class io.github.mmm.orm.statement.select.SelectSingleClause
- getSelections() - Method in class io.github.mmm.orm.statement.select.SelectClause
- getSelections() - Method in class io.github.mmm.orm.statement.select.SelectProjectionClause
- getSequenceName() - Method in class io.github.mmm.orm.criteria.SequenceNextValue
- getSequenceName() - Method in class io.github.mmm.orm.statement.create.CreateSequenceClause
- getSequenceName() - Method in class io.github.mmm.orm.statement.select.SelectSequenceNextValueClause
- getSet() - Method in class io.github.mmm.orm.statement.update.UpdateStatement
- getSize() - Method in interface io.github.mmm.orm.metadata.DbColumn
- getSize() - Method in class io.github.mmm.orm.metadata.impl.DbColumnImpl
- getSize() - Method in interface io.github.mmm.orm.result.DbResult
- getSortOrder() - Method in interface io.github.mmm.orm.metadata.DbIndex
- getSortOrder() - Method in class io.github.mmm.orm.metadata.impl.DbIndexImpl
- getSource() - Method in interface io.github.mmm.orm.tx.DbTransaction
- getSourceType() - Method in class io.github.mmm.orm.type.DbType
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeBigDecimal
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeBigInteger2Number
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeBoolean
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeBoolean2Char
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeBoolean2Integer
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeByte
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeCharacter
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeCollection
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeDouble
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeDuration
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeFloat
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeInstant
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeInstant2Timestamp
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeInteger
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeLocalDate
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeLocalDate2Date
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeLocalDateTime
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeLocalDateTime2Timestamp
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeLocalTime
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeLocalTime2Time
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeLong
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeOffsetDateTime
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeOffsetTime
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeShort
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeSimple
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeStreamable
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeString
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeUuid
- getSourceType() - Method in class io.github.mmm.orm.type.DbTypeZonedDateTime
- getSqlType() - Method in class io.github.mmm.orm.type.DbType
- getStart() - Method in class io.github.mmm.orm.statement.create.CreateIndexStatement
-
Deprecated.use
CreateIndexStatement.getCreateIndex()to make it more explicit. - getStart() - Method in class io.github.mmm.orm.statement.create.CreateSequenceStatement
-
Deprecated.use
CreateSequenceStatement.getCreateSequence()to make it more explicit. - getStart() - Method in class io.github.mmm.orm.statement.create.CreateTableStatement
-
Deprecated.use
CreateTableStatement.getCreateTable()to make it more explicit. - getStart() - Method in interface io.github.mmm.orm.statement.DbStatement
- getStart() - Method in class io.github.mmm.orm.statement.delete.DeleteStatement
-
Deprecated.use
DeleteStatement.getDelete()to make it more explicit. - getStart() - Method in class io.github.mmm.orm.statement.insert.InsertStatement
-
Deprecated.use
InsertStatement.getInsert()to make it more explicit. - getStart() - Method in class io.github.mmm.orm.statement.merge.MergeStatement
-
Deprecated.use
MergeStatement.getMerge()to make it more explicit. - getStart() - Method in class io.github.mmm.orm.statement.select.SelectStatement
-
Deprecated.use
SelectStatement.getSelect()to make it more explicit. - getStart() - Method in class io.github.mmm.orm.statement.update.UpdateStatement
-
Deprecated.use
UpdateStatement.getUpdate()to make it more explicit. - getStart() - Method in class io.github.mmm.orm.statement.upsert.UpsertStatement
-
Deprecated.use
UpsertStatement.getUpsert()to make it more explicit. - getStartWith() - Method in class io.github.mmm.orm.statement.create.CreateSequenceClause
- getState() - Method in class io.github.mmm.orm.ddl.constraint.DbConstraint
- getStatement() - Method in class io.github.mmm.orm.statement.select.SelectClause
- getTable() - Method in class io.github.mmm.orm.ddl.DbColumnSpec
- getTable(DbName) - Method in interface io.github.mmm.orm.metadata.DbMetaData
- getTable(DbQualifiedName) - Method in interface io.github.mmm.orm.metadata.DbMetaData
- getTable(DbTableData) - Method in interface io.github.mmm.orm.metadata.DbMetaData
- getTableName() - Method in interface io.github.mmm.orm.metadata.DbColumnReference
- getTableName() - Method in class io.github.mmm.orm.metadata.impl.DbColumnReferenceImpl
- getTableName(EntityBean) - Method in interface io.github.mmm.orm.naming.DbNamingStrategy
- getTableName(AbstractEntityClause<?, ?, ?>) - Method in interface io.github.mmm.orm.naming.DbNamingStrategy
- getTableName(String) - Method in interface io.github.mmm.orm.naming.DbNamingStrategy
- getTables() - Method in interface io.github.mmm.orm.metadata.DbMetaData
- getTables(String) - Method in interface io.github.mmm.orm.metadata.DbMetaData
- getTables(String, String, String) - Method in interface io.github.mmm.orm.metadata.DbMetaData
- getTargetType() - Method in class io.github.mmm.orm.type.DbType
- getTargetType() - Method in class io.github.mmm.orm.type.DbTypeBigInteger2Number
- getTargetType() - Method in class io.github.mmm.orm.type.DbTypeBoolean2Char
- getTargetType() - Method in class io.github.mmm.orm.type.DbTypeBoolean2Integer
- getTargetType() - Method in class io.github.mmm.orm.type.DbTypeByte
- getTargetType() - Method in class io.github.mmm.orm.type.DbTypeInstant2Timestamp
- getTargetType() - Method in class io.github.mmm.orm.type.DbTypeLocalDate2Date
- getTargetType() - Method in class io.github.mmm.orm.type.DbTypeLocalDateTime2Timestamp
- getTargetType() - Method in class io.github.mmm.orm.type.DbTypeLocalTime2Time
- getTargetType() - Method in class io.github.mmm.orm.type.DbTypeShort
- getTargetType() - Method in class io.github.mmm.orm.type.DbTypeSimple
- getTransaction() - Method in interface io.github.mmm.orm.tx.DbTransactionExecutor
- getType() - Method in class io.github.mmm.orm.ddl.constraint.CheckConstraint
- getType() - Method in class io.github.mmm.orm.ddl.constraint.DbConstraint
- getType() - Method in class io.github.mmm.orm.ddl.constraint.ForeignKeyConstraint
- getType() - Method in class io.github.mmm.orm.ddl.constraint.NotNullConstraint
- getType() - Method in class io.github.mmm.orm.ddl.constraint.PrimaryKeyConstraint
- getType() - Method in class io.github.mmm.orm.ddl.constraint.UniqueConstraint
- getType() - Method in class io.github.mmm.orm.ddl.operation.TableAddColumnOperation
- getType() - Method in class io.github.mmm.orm.ddl.operation.TableAddConstraintOperation
- getType() - Method in class io.github.mmm.orm.ddl.operation.TableDropColumnOperation
- getType() - Method in class io.github.mmm.orm.ddl.operation.TableDropConstraintOperation
- getType() - Method in class io.github.mmm.orm.ddl.operation.TableModifyColumnOperation
- getType() - Method in class io.github.mmm.orm.ddl.operation.TableOperation
- getType() - Method in class io.github.mmm.orm.ddl.operation.TableRenameColumnOperation
- getType() - Method in class io.github.mmm.orm.ddl.operation.TableRenameConstraintOperation
- getType() - Method in interface io.github.mmm.orm.dialect.DbDialect
- getType() - Method in interface io.github.mmm.orm.metadata.DbTableData
- getType() - Method in record class io.github.mmm.orm.metadata.impl.DbTableDataImpl
- getType() - Method in class io.github.mmm.orm.metadata.impl.DbTableImpl
- getType() - Method in class io.github.mmm.orm.statement.create.CreateIndexStatement
- getType() - Method in class io.github.mmm.orm.statement.create.CreateSequenceStatement
- getType() - Method in class io.github.mmm.orm.statement.create.CreateTableStatement
- getType() - Method in interface io.github.mmm.orm.statement.DbStatement
- getType() - Method in class io.github.mmm.orm.statement.delete.DeleteStatement
- getType() - Method in class io.github.mmm.orm.statement.insert.InsertStatement
- getType() - Method in class io.github.mmm.orm.statement.merge.MergeStatement
- getType() - Method in class io.github.mmm.orm.statement.select.SelectStatement
- getType() - Method in class io.github.mmm.orm.statement.update.UpdateStatement
- getType() - Method in class io.github.mmm.orm.statement.upsert.UpsertStatement
- getTypeCode() - Method in interface io.github.mmm.orm.metadata.DbColumn
- getTypeCode() - Method in class io.github.mmm.orm.metadata.impl.DbColumnImpl
- getTypeMapper() - Method in class io.github.mmm.orm.mapping.DbSelection
- getTypeMapper() - Method in class io.github.mmm.orm.typemapping.SingleTypeMappingBinary
- getTypeMapper() - Method in class io.github.mmm.orm.typemapping.SingleTypeMappingDb
- getTypeMapper() - Method in class io.github.mmm.orm.typemapping.SingleTypeMappingString
- getTypeMapper(ReadableProperty<?>) - Method in class io.github.mmm.orm.typemapping.SingleTypeMappingBinary
- getTypeMapper(ReadableProperty<?>) - Method in class io.github.mmm.orm.typemapping.SingleTypeMappingDb
- getTypeMapper(ReadableProperty<?>) - Method in class io.github.mmm.orm.typemapping.SingleTypeMappingString
- getTypeMapper(Class<V>, ReadableProperty<?>) - Method in class io.github.mmm.orm.typemapping.DbEmptyTypeMapping
- getTypeMapper(Class<V>, ReadableProperty<?>) - Method in class io.github.mmm.orm.typemapping.DbTypeMapping
- getTypeMapping() - Method in interface io.github.mmm.orm.mapping.Orm
- getTypeName() - Method in interface io.github.mmm.orm.metadata.DbColumn
- getTypeName() - Method in class io.github.mmm.orm.metadata.impl.DbColumnImpl
- getUpdate() - Method in class io.github.mmm.orm.statement.update.UpdateStatement
- getUpsert() - Method in class io.github.mmm.orm.statement.upsert.UpsertStatement
- getValue() - Method in class io.github.mmm.orm.param.CriteriaParameterImpl
- getValue() - Method in interface io.github.mmm.orm.result.DbResultValue
- getValue(int) - Method in interface io.github.mmm.orm.result.DbResult
- getValues() - Method in class io.github.mmm.orm.statement.insert.InsertStatement
- getValues() - Method in class io.github.mmm.orm.statement.IntoValuesStatement
- getValues() - Method in class io.github.mmm.orm.statement.merge.MergeStatement
- getValues() - Method in class io.github.mmm.orm.statement.upsert.UpsertStatement
- getWhere() - Method in class io.github.mmm.orm.statement.delete.DeleteStatement
- getWhere() - Method in class io.github.mmm.orm.statement.select.SelectStatement
- getWhere() - Method in class io.github.mmm.orm.statement.update.UpdateStatement
- groupBy(PropertyPath<?>) - Method in interface io.github.mmm.orm.statement.select.ClauseWithGroupBy
- groupBy(PropertyPath<?>...) - Method in interface io.github.mmm.orm.statement.select.ClauseWithGroupBy
- GroupByClause<R> - Class in io.github.mmm.orm.statement.select
- GroupByClause(SelectStatement<R>) - Constructor for class io.github.mmm.orm.statement.select.GroupByClause
-
The constructor.
H
- has(String) - Method in interface io.github.mmm.orm.dialect.DbDialectProvider
- hasAlias() - Method in class io.github.mmm.orm.statement.AbstractEntityClause
- hashCode() - Method in class io.github.mmm.orm.metadata.DbName
- hashCode() - Method in class io.github.mmm.orm.metadata.DbQualifiedName
- hashCode() - Method in class io.github.mmm.orm.metadata.DbTableType
- hashCode() - Method in record class io.github.mmm.orm.metadata.impl.DbTableDataImpl
-
Returns a hash code value for this object.
- hasName() - Method in class io.github.mmm.orm.ddl.DbElement
- hasNext() - Method in class io.github.mmm.orm.param.CriteriaParameterIterator
- hasQualifier() - Method in class io.github.mmm.orm.metadata.DbQualifiedName
- having(CriteriaPredicate) - Method in interface io.github.mmm.orm.statement.select.ClauseWithHaving
- having(CriteriaPredicate...) - Method in interface io.github.mmm.orm.statement.select.ClauseWithHaving
- HavingClause<R> - Class in io.github.mmm.orm.statement.select
- HavingClause(SelectStatement<R>) - Constructor for class io.github.mmm.orm.statement.select.HavingClause
-
The constructor.
I
- incrementBy(int) - Method in class io.github.mmm.orm.statement.create.CreateSequenceClause
- INDENTATION - Static variable in class io.github.mmm.orm.statement.BasicDbStatementFormatter
-
Default value for
indentation. - INITIALLY_DEFERRED - Enum constant in enum class io.github.mmm.orm.ddl.constraint.DbConstraintInitially
-
Make the
DbConstraintinitially deferred. - INITIALLY_IMMEDIATE - Enum constant in enum class io.github.mmm.orm.ddl.constraint.DbConstraintInitially
-
Explicitly make the
DbConstraintinitially immediate. - insert(E) - Static method in interface io.github.mmm.orm.statement.DbStatement
-
Alternative for
new Insert().into(entity). - InsertClause - Class in io.github.mmm.orm.statement.insert
-
StartClauseto insert data into the database. - InsertClause() - Constructor for class io.github.mmm.orm.statement.insert.InsertClause
-
The constructor.
- InsertInto<E> - Class in io.github.mmm.orm.statement.insert
- InsertInto(InsertClause, E) - Constructor for class io.github.mmm.orm.statement.insert.InsertInto
-
The constructor.
- InsertInto(InsertClause, E, String) - Constructor for class io.github.mmm.orm.statement.insert.InsertInto
-
The constructor.
- InsertStatement<E> - Class in io.github.mmm.orm.statement.insert
-
DbStatementtoinsertdata into the database. - InsertStatement(InsertClause, InsertInto<E>) - Constructor for class io.github.mmm.orm.statement.insert.InsertStatement
-
The constructor.
- InsertValues<E> - Class in io.github.mmm.orm.statement.insert
- InsertValues(InsertStatement<E>) - Constructor for class io.github.mmm.orm.statement.insert.InsertValues
-
The constructor.
- into(E) - Method in class io.github.mmm.orm.statement.insert.InsertClause
- into(E) - Method in class io.github.mmm.orm.statement.merge.MergeClause
- into(E) - Method in class io.github.mmm.orm.statement.upsert.UpsertClause
- IntoClause<E,
V, - Class in io.github.mmm.orm.statementSELF> - IntoClause(AliasMap, E, String) - Constructor for class io.github.mmm.orm.statement.IntoClause
-
The constructor.
- IntoValuesStatement<E> - Class in io.github.mmm.orm.statement
-
AbstractDbStatementfor "... - IntoValuesStatement() - Constructor for class io.github.mmm.orm.statement.IntoValuesStatement
- io.github.mmm.orm - module io.github.mmm.orm
-
Provides database support for
mmm-entity-bean. - io.github.mmm.orm.criteria - package io.github.mmm.orm.criteria
- io.github.mmm.orm.ddl - package io.github.mmm.orm.ddl
- io.github.mmm.orm.ddl.constraint - package io.github.mmm.orm.ddl.constraint
- io.github.mmm.orm.ddl.operation - package io.github.mmm.orm.ddl.operation
- io.github.mmm.orm.dialect - package io.github.mmm.orm.dialect
- io.github.mmm.orm.listener - package io.github.mmm.orm.listener
- io.github.mmm.orm.mapping - package io.github.mmm.orm.mapping
- io.github.mmm.orm.metadata - package io.github.mmm.orm.metadata
- io.github.mmm.orm.metadata.impl - package io.github.mmm.orm.metadata.impl
- io.github.mmm.orm.naming - package io.github.mmm.orm.naming
- io.github.mmm.orm.param - package io.github.mmm.orm.param
- io.github.mmm.orm.repository - package io.github.mmm.orm.repository
- io.github.mmm.orm.repository.operation - package io.github.mmm.orm.repository.operation
- io.github.mmm.orm.result - package io.github.mmm.orm.result
- io.github.mmm.orm.source - package io.github.mmm.orm.source
- io.github.mmm.orm.statement - package io.github.mmm.orm.statement
- io.github.mmm.orm.statement.create - package io.github.mmm.orm.statement.create
- io.github.mmm.orm.statement.delete - package io.github.mmm.orm.statement.delete
- io.github.mmm.orm.statement.insert - package io.github.mmm.orm.statement.insert
- io.github.mmm.orm.statement.merge - package io.github.mmm.orm.statement.merge
- io.github.mmm.orm.statement.select - package io.github.mmm.orm.statement.select
- io.github.mmm.orm.statement.update - package io.github.mmm.orm.statement.update
- io.github.mmm.orm.statement.upsert - package io.github.mmm.orm.statement.upsert
- io.github.mmm.orm.tx - package io.github.mmm.orm.tx
- io.github.mmm.orm.type - package io.github.mmm.orm.type
- io.github.mmm.orm.typemapping - package io.github.mmm.orm.typemapping
- isAddColumnToName() - Method in class io.github.mmm.orm.ddl.constraint.DbConstraint
- isAddColumnToName() - Method in class io.github.mmm.orm.ddl.constraint.PrimaryKeyConstraint
- isDdl() - Method in interface io.github.mmm.orm.statement.DbStatementType
- isDistinct() - Method in class io.github.mmm.orm.statement.select.SelectClause
- isDml() - Method in interface io.github.mmm.orm.statement.DbStatementType
- isIncludeNullValues() - Method in class io.github.mmm.orm.statement.insert.InsertInto
- isIncludeNullValues() - Method in class io.github.mmm.orm.statement.IntoClause
- isJdbcSupport() - Method in class io.github.mmm.orm.type.DbType
- isJdbcSupport() - Method in class io.github.mmm.orm.type.DbTypeJdbcSupport
- isMerge() - Method in class io.github.mmm.orm.param.CriteriaParametersNamed
- isOmit() - Method in class io.github.mmm.orm.statement.ConstraintClause
- isOmit() - Method in interface io.github.mmm.orm.statement.DbClause
- isOmit() - Method in class io.github.mmm.orm.statement.PredicateClause
- isOmit() - Method in class io.github.mmm.orm.statement.PropertyClause
- isOmit() - Method in class io.github.mmm.orm.statement.select.OrderByClause
- isOpen() - Method in interface io.github.mmm.orm.tx.DbTransaction
- isQuery() - Method in interface io.github.mmm.orm.statement.DbStatementType
- isQuoted() - Method in class io.github.mmm.orm.metadata.DbName
- isSelectAllByAlias() - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- isSelectEntity() - Method in class io.github.mmm.orm.statement.select.SelectClause
- isSelectEntity() - Method in class io.github.mmm.orm.statement.select.SelectEntityClause
- isSelectEntity() - Method in class io.github.mmm.orm.statement.select.SelectProjectionClause
- isSelectEntity() - Method in class io.github.mmm.orm.statement.select.SelectResultClause
- isSelectEntity() - Method in class io.github.mmm.orm.statement.select.SelectSequenceNextValueClause
- isSelectEntity() - Method in class io.github.mmm.orm.statement.select.SelectSingleClause
- isSelectResult() - Method in class io.github.mmm.orm.statement.select.SelectClause
- isSelectResult() - Method in class io.github.mmm.orm.statement.select.SelectEntityClause
- isSelectResult() - Method in class io.github.mmm.orm.statement.select.SelectProjectionClause
- isSelectResult() - Method in class io.github.mmm.orm.statement.select.SelectResultClause
- isSelectResult() - Method in class io.github.mmm.orm.statement.select.SelectSequenceNextValueClause
- isSelectResult() - Method in class io.github.mmm.orm.statement.select.SelectSingleClause
- isSelectSingle() - Method in class io.github.mmm.orm.statement.select.SelectClause
- isSelectSingle() - Method in class io.github.mmm.orm.statement.select.SelectEntityClause
- isSelectSingle() - Method in class io.github.mmm.orm.statement.select.SelectProjectionClause
- isSelectSingle() - Method in class io.github.mmm.orm.statement.select.SelectResultClause
- isSelectSingle() - Method in class io.github.mmm.orm.statement.select.SelectSequenceNextValueClause
- isSelectSingle() - Method in class io.github.mmm.orm.statement.select.SelectSingleClause
- isSynonym() - Method in class io.github.mmm.orm.metadata.DbTableType
- isTable() - Method in class io.github.mmm.orm.metadata.DbTableType
- isUnique() - Method in class io.github.mmm.orm.statement.create.CreateIndexClause
- isUnique() - Method in class io.github.mmm.orm.statement.create.CreateUniqueIndex
- isUseAsBeforeAlias() - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- isValidDecimalPrecision(int) - Method in class io.github.mmm.orm.typemapping.DbTypeMapping
- isValidDecimalScale(int, int) - Method in class io.github.mmm.orm.typemapping.DbTypeMapping
- isView() - Method in class io.github.mmm.orm.metadata.DbTableType
- iterator() - Method in class io.github.mmm.orm.ddl.constraint.DbConstraint
- iterator() - Method in class io.github.mmm.orm.metadata.impl.DbObjectContainerImplEmpty
- iterator() - Method in class io.github.mmm.orm.metadata.impl.DbObjectContainerImplList
- iterator() - Method in class io.github.mmm.orm.metadata.impl.DbObjectContainerImplMap
- iterator() - Method in class io.github.mmm.orm.metadata.impl.DbObjectContainerImplSingle
- iterator() - Method in class io.github.mmm.orm.param.AbstractCriteriaParameters
- iterator() - Method in interface io.github.mmm.orm.result.DbResult
J
- java2db(J) - Method in interface io.github.mmm.orm.mapping.DbMapper
K
- KEY_DATABASE - Static variable in class io.github.mmm.orm.source.DbSource
-
Keyfor the database name. - KEY_DIALECT - Static variable in class io.github.mmm.orm.source.DbSource
- KEY_HOST - Static variable in class io.github.mmm.orm.source.DbSource
-
Keyfor the database host name. - KEY_KIND - Static variable in class io.github.mmm.orm.source.DbSource
-
Keyfor the kind of database connection (e.g. - KEY_PASSWORD - Static variable in class io.github.mmm.orm.source.DbSource
-
Keyfor the user password of the database connection. - KEY_POOL - Static variable in class io.github.mmm.orm.source.DbSource
-
Keyfor the ID of the connection pool to use (e.g. - KEY_PORT - Static variable in class io.github.mmm.orm.source.DbSource
-
Keyfor the database port number. - KEY_TYPE - Static variable in class io.github.mmm.orm.source.DbSource
-
Keyfor the type of database. - KEY_URL - Static variable in class io.github.mmm.orm.source.DbSource
-
Keyfor the database connection URL. - KEY_USER - Static variable in class io.github.mmm.orm.source.DbSource
-
Keyfor the user login of the database connection.
L
- loadForeignKeys() - Method in class io.github.mmm.orm.metadata.impl.DbTableImpl
- loadIndexes() - Method in class io.github.mmm.orm.metadata.impl.DbTableImpl
- loadPrimaryKey() - Method in class io.github.mmm.orm.metadata.impl.DbTableImpl
M
- MainDbClause<E> - Interface in io.github.mmm.orm.statement
-
TypedClausethat can be an endingDbClauseof an SQLDbStatementand allows togetthe resultingDbStatement. - maxValue(long) - Method in class io.github.mmm.orm.statement.create.CreateSequenceClause
- merge(E) - Static method in interface io.github.mmm.orm.statement.DbStatement
-
Alternative for
new Merge().into(entity). - MergeClause - Class in io.github.mmm.orm.statement.merge
-
MergeClause-DbClauseto merge data in the database. - MergeClause() - Constructor for class io.github.mmm.orm.statement.merge.MergeClause
-
The constructor.
- MergeInto<E> - Class in io.github.mmm.orm.statement.merge
-
A
IntoClauseof anMergeStatement. - MergeInto(MergeClause, E) - Constructor for class io.github.mmm.orm.statement.merge.MergeInto
-
The constructor.
- MergeInto(MergeClause, E, String) - Constructor for class io.github.mmm.orm.statement.merge.MergeInto
-
The constructor.
- MergeStatement<E> - Class in io.github.mmm.orm.statement.merge
-
DbStatementtoMergeClausedata into the database. - MergeStatement(MergeClause, MergeInto<E>) - Constructor for class io.github.mmm.orm.statement.merge.MergeStatement
-
The constructor.
- MergeValues<E> - Class in io.github.mmm.orm.statement.merge
-
ValuesClauseof anMergeStatement. - MergeValues(MergeStatement<E>) - Constructor for class io.github.mmm.orm.statement.merge.MergeValues
-
The constructor.
- minValue(long) - Method in class io.github.mmm.orm.statement.create.CreateSequenceClause
- MODIFY - Enum constant in enum class io.github.mmm.orm.ddl.operation.TableOperationType
-
Type to modify an object (e.g.
N
- name - Variable in class io.github.mmm.orm.ddl.DbElement
- name - Variable in class io.github.mmm.orm.metadata.impl.DbObjectWithNameImpl
- name() - Method in record class io.github.mmm.orm.metadata.impl.DbTableDataImpl
-
Returns the value of the
namerecord component. - NAME_ADDITIONAL_ENTITIES - Static variable in class io.github.mmm.orm.statement.AbstractEntitiesClause
-
Name of property
AbstractEntityClause.getEntityName()for marshalling. - NAME_ALIAS - Static variable in class io.github.mmm.orm.statement.AbstractEntityClause
-
Name of property
aliasfor marshaling. - NAME_ASSIGNMENTS - Static variable in class io.github.mmm.orm.statement.AssignmentClause
-
Name of the property
AssignmentClause.getAssignments()for marshaling. - NAME_CREATE_INDEX - Static variable in class io.github.mmm.orm.statement.create.CreateIndexClause
-
Name of
CreateIndexClausefor marshaling. - NAME_CREATE_TABLE - Static variable in class io.github.mmm.orm.statement.create.CreateSequenceClause
-
Name of
CreateSequenceClausefor marshaling. - NAME_CREATE_TABLE - Static variable in class io.github.mmm.orm.statement.create.CreateTableClause
-
Name of
CreateTableClausefor marshaling. - NAME_CREATE_UNIQUE_INDEX - Static variable in class io.github.mmm.orm.statement.create.CreateUniqueIndex
-
Name of
CreateUniqueIndexfor marshaling. - NAME_DELETE - Static variable in class io.github.mmm.orm.statement.delete.DeleteClause
-
Name of
DeleteClausefor marshaling. - NAME_DISTINCT - Static variable in class io.github.mmm.orm.statement.select.SelectClause
-
Name of property
SelectClause.isDistinct()for marshaling. - NAME_ENTITY - Static variable in class io.github.mmm.orm.statement.AbstractEntityClause
-
Name of property
AbstractEntityClause.getEntityName()for marshalling. - NAME_GROUP_BY - Static variable in class io.github.mmm.orm.statement.select.GroupByClause
-
Name of
GroupByClausefor marshaling. - NAME_HAVING - Static variable in class io.github.mmm.orm.statement.select.HavingClause
-
Name of
HavingClausefor marshaling. - NAME_INSERT - Static variable in class io.github.mmm.orm.statement.insert.InsertClause
-
Name of
InsertClausefor marshaling. - NAME_MERGE - Static variable in class io.github.mmm.orm.statement.merge.MergeClause
-
Name of
MergeClausefor marshaling. - NAME_ON - Static variable in class io.github.mmm.orm.statement.create.CreateIndexOnClause
-
Name of
CreateIndexOnClausefor marshaling. - NAME_ORDER_BY - Static variable in class io.github.mmm.orm.statement.select.OrderByClause
-
Name of
OrderByClausefor marshaling. - NAME_PREDICATES - Static variable in class io.github.mmm.orm.statement.PredicateClause
-
Name of the property
PredicateClause.getPredicates()for marshaling. - NAME_PROPERTIES - Static variable in class io.github.mmm.orm.statement.PropertyClause
-
Name of
PropertyClause.getProperties()for marshaling. - NAME_SELECT - Static variable in class io.github.mmm.orm.statement.select.SelectClause
-
Name of
SelectClausefor marshaling. - NAME_SET - Static variable in class io.github.mmm.orm.statement.SetClause
-
Name of
SetClausefor marshaling. - NAME_UPDATE - Static variable in class io.github.mmm.orm.statement.update.UpdateClause
-
Name of
UpdateClausefor marshaling. - NAME_UPSERT - Static variable in class io.github.mmm.orm.statement.upsert.UpsertClause
-
Name of
UpsertClausefor marshaling. - next() - Method in class io.github.mmm.orm.param.CriteriaParameterIterator
- NEXT_VALUE - Static variable in class io.github.mmm.orm.criteria.SequenceNextValue
-
The keyword "NEXTVAL".
- NO_COLUMNS - Static variable in class io.github.mmm.orm.ddl.DbColumnSpec
-
Empty
DbColumnSpecarray. - nocycle() - Method in class io.github.mmm.orm.statement.create.CreateSequenceClause
-
Sets
cycletoBoolean.FALSE. - NonUniqueResultException - Exception Class in io.github.mmm.orm.statement
-
ApplicationExceptionthrown if a single result was expected but multiple results have been received. - NonUniqueResultException(int) - Constructor for exception class io.github.mmm.orm.statement.NonUniqueResultException
-
The constructor.
- NonUniqueResultException(int, String) - Constructor for exception class io.github.mmm.orm.statement.NonUniqueResultException
-
The constructor.
- NORELY - Enum constant in enum class io.github.mmm.orm.ddl.constraint.DbConstraintRely
-
Explicitly make the
DbConstraintinitially immediate. - NOT_DEFERRABLE - Enum constant in enum class io.github.mmm.orm.ddl.constraint.DbConstraintDeferrable
-
Explicitly make the
DbConstraintnot deferrable. - NotNullConstraint - Class in io.github.mmm.orm.ddl.constraint
- NotNullConstraint(DbColumnSpec) - Constructor for class io.github.mmm.orm.ddl.constraint.NotNullConstraint
-
The constructor.
- NotNullConstraint(String, DbColumnSpec) - Constructor for class io.github.mmm.orm.ddl.constraint.NotNullConstraint
-
The constructor.
- NotNullConstraint(String, DbColumnSpec, DbConstraintState) - Constructor for class io.github.mmm.orm.ddl.constraint.NotNullConstraint
-
The constructor.
O
- of() - Static method in interface io.github.mmm.orm.naming.DbNamingStrategy
- of(CaseSyntax) - Static method in interface io.github.mmm.orm.naming.DbNamingStrategy
- of(EntityBean) - Static method in class io.github.mmm.orm.ddl.DbTableSpec
- of(DbConstraintDeferrable, DbConstraintInitially, DbConstraintRely) - Static method in class io.github.mmm.orm.ddl.constraint.DbConstraintState
- of(String) - Static method in class io.github.mmm.orm.metadata.DbName
- of(String) - Static method in class io.github.mmm.orm.metadata.DbTableType
- of(String) - Static method in class io.github.mmm.orm.source.DbSource
- ofRdbms() - Static method in interface io.github.mmm.orm.naming.DbNamingStrategy
- on(E) - Method in class io.github.mmm.orm.statement.create.CreateIndexClause
- on(E, String) - Method in class io.github.mmm.orm.statement.create.CreateIndexClause
- ON_DELETE_CASCASE - Enum constant in enum class io.github.mmm.orm.ddl.constraint.DbConstraintOnDelete
-
Follow the
foreign keyand delete the referenced row automatically. - ON_DELETE_SET_NULL - Enum constant in enum class io.github.mmm.orm.ddl.constraint.DbConstraintOnDelete
-
Set the
foreign keytonullautomatically to be able to delete the referenced row. - onEntities(AbstractEntitiesClause<?, ?, ?>) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- onLiteral(Literal<?>, AppendableWriter, CriteriaExpression<?>) - Method in class io.github.mmm.orm.param.AbstractCriteriaParameters
- onSelectAll(SelectFrom<?, ?>) - Method in class io.github.mmm.orm.dialect.DbDialectStatementFormatter
- onSelectAll(SelectFrom<?, ?>) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- orderBy(CriteriaOrdering) - Method in interface io.github.mmm.orm.statement.select.ClauseWithOrderBy
- orderBy(CriteriaOrdering...) - Method in interface io.github.mmm.orm.statement.select.ClauseWithOrderBy
- OrderByClause<R> - Class in io.github.mmm.orm.statement.select
- OrderByClause(SelectStatement<R>) - Constructor for class io.github.mmm.orm.statement.select.OrderByClause
-
The constructor.
- Orm - Interface in io.github.mmm.orm.mapping
-
Interface for ORM (object/relational mapping).
- out() - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
P
- parse(CharStreamScanner) - Method in class io.github.mmm.orm.statement.DbStatementParser
- parse(CharStreamScanner, String) - Method in class io.github.mmm.orm.statement.AliasMap
- postLoad(E) - Method in interface io.github.mmm.orm.listener.EntityListener
- preDelete(Id<E>) - Method in interface io.github.mmm.orm.listener.EntityListener
- preDelete(Iterable<Id<E>>) - Method in interface io.github.mmm.orm.listener.EntityListener
- PredicateClause<E,
SELF> - Class in io.github.mmm.orm.statement - PredicateClause() - Constructor for class io.github.mmm.orm.statement.PredicateClause
-
The constructor.
- PREFIX - Static variable in class io.github.mmm.orm.ddl.constraint.CheckConstraint
-
Suggested prefix for the
name: "CK_". - PREFIX - Static variable in class io.github.mmm.orm.ddl.constraint.ForeignKeyConstraint
-
Suggested prefix for the
name: "FK_". - PREFIX - Static variable in class io.github.mmm.orm.ddl.constraint.NotNullConstraint
-
Suggested prefix for the
name: "NN_". - PREFIX - Static variable in class io.github.mmm.orm.ddl.constraint.PrimaryKeyConstraint
-
Suggested prefix for the
name: "PK_". - PREFIX - Static variable in class io.github.mmm.orm.ddl.constraint.UniqueConstraint
-
Suggested prefix for the
name: "UQ_". - preInsert(E) - Method in interface io.github.mmm.orm.listener.EntityListener
-
Called before the
EntityBeanis inserted into the underlying store of theEntityRepository. - preUpdate(E) - Method in interface io.github.mmm.orm.listener.EntityListener
-
Called before the
EntityBeanis updated in the underlying store of theEntityRepository. - PrimaryKeyConstraint - Class in io.github.mmm.orm.ddl.constraint
-
Foreign key
DbConstraintuniquely identifying a differententity(row from another table). - PrimaryKeyConstraint(DbColumnSpec) - Constructor for class io.github.mmm.orm.ddl.constraint.PrimaryKeyConstraint
-
The constructor.
- PrimaryKeyConstraint(String, DbColumnSpec) - Constructor for class io.github.mmm.orm.ddl.constraint.PrimaryKeyConstraint
-
The constructor.
- PrimaryKeyConstraint(String, DbColumnSpec, DbConstraintState) - Constructor for class io.github.mmm.orm.ddl.constraint.PrimaryKeyConstraint
-
The constructor.
- properties - Variable in class io.github.mmm.orm.statement.PropertyClause
- PROPERTY_PREFIX_DB - Static variable in class io.github.mmm.orm.source.DbSource
-
The static part of the
property prefix. - PropertyClause<E,
SELF> - Class in io.github.mmm.orm.statement - PropertyClause() - Constructor for class io.github.mmm.orm.statement.PropertyClause
-
The constructor.
- put(String, EntityBean) - Method in class io.github.mmm.orm.statement.AliasMap
Q
- qualifiedName - Variable in class io.github.mmm.orm.metadata.impl.DbObjectWithQualifiedNameImpl
- quoteIdentifier(String, Appendable) - Method in interface io.github.mmm.orm.dialect.DbDialect
R
- read(StructuredReader) - Method in class io.github.mmm.orm.statement.AbstractDbStatement
- readObject(StructuredReader) - Method in class io.github.mmm.orm.statement.DbStatementMarshalling
- RELY - Enum constant in enum class io.github.mmm.orm.ddl.constraint.DbConstraintRely
-
Make the
constraintrely activate it in NOVALIDATE mode for query rewrite in an unenforced query rewrite integrity mode. - remove(String) - Method in class io.github.mmm.orm.statement.AliasMap
- RENAME - Enum constant in enum class io.github.mmm.orm.ddl.operation.TableOperationType
-
Type to rename an object (column or constraint).
- resolvePath(ReadablePath) - Method in class io.github.mmm.orm.statement.AliasMap
- result() - Static method in class io.github.mmm.orm.statement.select.SelectClause
-
Alternative for
new SelectResult().
S
- save(E) - Method in interface io.github.mmm.orm.repository.operation.EntitySaveOperations
- saveAll(E...) - Method in interface io.github.mmm.orm.repository.operation.EntitySaveOperations
- saveAll(Iterable<E>) - Method in interface io.github.mmm.orm.repository.operation.EntitySaveOperations
- select(E) - Static method in interface io.github.mmm.orm.statement.DbStatement
-
Alternative for
new SelectEntity<>(entity).from(). - select(CriteriaObject<R>) - Static method in interface io.github.mmm.orm.statement.DbStatement
-
Alternative for
new SelectSingle<>(selection). - selectById(Id<E>) - Method in class io.github.mmm.orm.statement.CrudSupport
- selectByIds(Collection<Id<E>>) - Method in class io.github.mmm.orm.statement.CrudSupport
- SelectClause<R> - Class in io.github.mmm.orm.statement.select
-
StartClauseof aSelectStatementto query data from the database. - SelectClause(R) - Constructor for class io.github.mmm.orm.statement.select.SelectClause
-
The constructor.
- SelectEntityClause<R> - Class in io.github.mmm.orm.statement.select
-
SelectClauseto query theprimary entity. - SelectEntityClause(String) - Constructor for class io.github.mmm.orm.statement.select.SelectEntityClause
-
The constructor for internal usage.
- SelectEntityClause(R) - Constructor for class io.github.mmm.orm.statement.select.SelectEntityClause
-
The constructor.
- SelectFrom<R,
E> - Class in io.github.mmm.orm.statement.select -
A
FromClauseof aSelectStatement. - SelectFrom(SelectClause<R>, E) - Constructor for class io.github.mmm.orm.statement.select.SelectFrom
-
The constructor.
- SelectFrom(SelectClause<R>, E, String) - Constructor for class io.github.mmm.orm.statement.select.SelectFrom
-
The constructor.
- selectProjection(R) - Static method in interface io.github.mmm.orm.statement.DbStatement
-
Alternative for
new SelectProjection<>(bean). - SelectProjectionClause<R> - Class in io.github.mmm.orm.statement.select
-
SelectClauseto query a projection. - SelectProjectionClause(R) - Constructor for class io.github.mmm.orm.statement.select.SelectProjectionClause
-
The constructor.
- SelectProjectionClause(R, CriteriaAggregation<V>, PropertyPath<V>) - Constructor for class io.github.mmm.orm.statement.select.SelectProjectionClause
-
The constructor.
- SelectProjectionClause(R, PropertyPath<V>, PropertyPath<V>) - Constructor for class io.github.mmm.orm.statement.select.SelectProjectionClause
-
The constructor.
- SelectResultClause - Class in io.github.mmm.orm.statement.select
- SelectResultClause() - Constructor for class io.github.mmm.orm.statement.select.SelectResultClause
-
The constructor.
- selectSeqNextVal(DbName) - Static method in interface io.github.mmm.orm.statement.DbStatement
- selectSeqNextVal(DbQualifiedName) - Static method in interface io.github.mmm.orm.statement.DbStatement
- SelectSequenceNextValueClause - Class in io.github.mmm.orm.statement.select
-
SelectClauseto get the next value of a database sequence. - SelectSequenceNextValueClause(DbQualifiedName) - Constructor for class io.github.mmm.orm.statement.select.SelectSequenceNextValueClause
-
The constructor.
- SelectSingleClause<R> - Class in io.github.mmm.orm.statement.select
-
SelectClauseto query a singleselection. - SelectSingleClause(CriteriaObject<R>) - Constructor for class io.github.mmm.orm.statement.select.SelectSingleClause
-
The constructor.
- SelectStatement<R> - Class in io.github.mmm.orm.statement.select
-
DbStatementto query data from the database using aSelectClause. - SelectStatement(SelectClause<R>, SelectFrom<R, ?>) - Constructor for class io.github.mmm.orm.statement.select.SelectStatement
-
The constructor.
- SelectWhere<R> - Class in io.github.mmm.orm.statement.select
- SelectWhere(SelectStatement<R>) - Constructor for class io.github.mmm.orm.statement.select.SelectWhere
-
The constructor.
- self() - Method in class io.github.mmm.orm.statement.AbstractTypedClause
- SequenceNextValue - Class in io.github.mmm.orm.criteria
-
CriteriaObjectrepresenting the next value of a database sequence. - SequenceNextValue(DbQualifiedName) - Constructor for class io.github.mmm.orm.criteria.SequenceNextValue
-
The constructor.
- set() - Method in class io.github.mmm.orm.statement.update.UpdateClause
-
Sets all properties of the
entityto their current values. - set(PropertyAssignment<?>) - Method in class io.github.mmm.orm.statement.SetClause
- set(PropertyAssignment<?>) - Method in interface io.github.mmm.orm.statement.SetFragment
- set(PropertyAssignment<?>) - Method in class io.github.mmm.orm.statement.update.UpdateClause
- set(PropertyPath<V>) - Method in interface io.github.mmm.orm.statement.SetFragment
-
Convenience method for
set(PropertyAssignment.ofValue(property)). - set(PropertyPath<V>, PropertyPath<V>) - Method in interface io.github.mmm.orm.statement.SetFragment
-
Convenience method for
set(PropertyAssignment.(property, valueProperty)).invalid reference
of - set(PropertyPath<V>, V) - Method in interface io.github.mmm.orm.statement.SetFragment
-
Convenience method for
set(PropertyAssignment.of(property, value)). - setAll(PropertyAssignment<?>...) - Method in class io.github.mmm.orm.statement.SetClause
- setAll(PropertyAssignment<?>...) - Method in interface io.github.mmm.orm.statement.SetFragment
- setAll(PropertyAssignment<?>...) - Method in class io.github.mmm.orm.statement.update.UpdateClause
- SetClause<E,
SELF> - Class in io.github.mmm.orm.statement - SetClause() - Constructor for class io.github.mmm.orm.statement.SetClause
-
The constructor.
- setDbParameter(PreparedStatement, int, D, Connection) - Method in class io.github.mmm.orm.type.DbType
-
This method sets the parameter at the given
indexto the givenvalue. - setDbParameter(PreparedStatement, int, Streamable, Connection) - Method in class io.github.mmm.orm.type.DbTypeStreamable
- setDbParameter(PreparedStatement, int, Boolean, Connection) - Method in class io.github.mmm.orm.type.DbTypeBoolean
- setDbParameter(PreparedStatement, int, Character, Connection) - Method in class io.github.mmm.orm.type.DbTypeBoolean2Char
- setDbParameter(PreparedStatement, int, Character, Connection) - Method in class io.github.mmm.orm.type.DbTypeCharacter
- setDbParameter(PreparedStatement, int, Double, Connection) - Method in class io.github.mmm.orm.type.DbTypeDouble
- setDbParameter(PreparedStatement, int, Float, Connection) - Method in class io.github.mmm.orm.type.DbTypeFloat
- setDbParameter(PreparedStatement, int, Integer, Connection) - Method in class io.github.mmm.orm.type.DbTypeBoolean2Integer
- setDbParameter(PreparedStatement, int, Integer, Connection) - Method in class io.github.mmm.orm.type.DbTypeInteger
- setDbParameter(PreparedStatement, int, Long, Connection) - Method in class io.github.mmm.orm.type.DbTypeLong
- setDbParameter(PreparedStatement, int, Number, Connection) - Method in class io.github.mmm.orm.type.DbTypeBigInteger2Number
- setDbParameter(PreparedStatement, int, Number, Connection) - Method in class io.github.mmm.orm.type.DbTypeByte
- setDbParameter(PreparedStatement, int, Number, Connection) - Method in class io.github.mmm.orm.type.DbTypeShort
- setDbParameter(PreparedStatement, int, String, Connection) - Method in class io.github.mmm.orm.type.DbTypeString
- setDbParameter(PreparedStatement, int, BigDecimal, Connection) - Method in class io.github.mmm.orm.type.DbTypeBigDecimal
- setDbParameter(PreparedStatement, int, Date, Connection) - Method in class io.github.mmm.orm.type.DbTypeLocalDate2Date
- setDbParameter(PreparedStatement, int, Time, Connection) - Method in class io.github.mmm.orm.type.DbTypeLocalTime2Time
- setDbParameter(PreparedStatement, int, Timestamp, Connection) - Method in class io.github.mmm.orm.type.DbTypeInstant2Timestamp
- setDbParameter(PreparedStatement, int, Timestamp, Connection) - Method in class io.github.mmm.orm.type.DbTypeLocalDateTime2Timestamp
- setDbParameter(PreparedStatement, int, Duration, Connection) - Method in class io.github.mmm.orm.type.DbTypeLocalDateTime
- setDbParameter(PreparedStatement, int, Instant, Connection) - Method in class io.github.mmm.orm.type.DbTypeInstant
- setDbParameter(PreparedStatement, int, LocalDate, Connection) - Method in class io.github.mmm.orm.type.DbTypeLocalDate
- setDbParameter(PreparedStatement, int, LocalDateTime, Connection) - Method in class io.github.mmm.orm.type.DbTypeDuration
- setDbParameter(PreparedStatement, int, LocalTime, Connection) - Method in class io.github.mmm.orm.type.DbTypeLocalTime
- setDbParameter(PreparedStatement, int, OffsetDateTime, Connection) - Method in class io.github.mmm.orm.type.DbTypeOffsetDateTime
- setDbParameter(PreparedStatement, int, OffsetTime, Connection) - Method in class io.github.mmm.orm.type.DbTypeOffsetTime
- setDbParameter(PreparedStatement, int, ZonedDateTime, Connection) - Method in class io.github.mmm.orm.type.DbTypeZonedDateTime
- setDbParameter(PreparedStatement, int, Collection, Connection) - Method in class io.github.mmm.orm.type.DbTypeCollection
- setDbParameter(PreparedStatement, int, UUID, Connection) - Method in class io.github.mmm.orm.type.DbTypeUuid
- setEntityName(String) - Method in class io.github.mmm.orm.statement.AbstractEntityClause
- SetFragment<E,
C> - Interface in io.github.mmm.orm.statement -
Interface for a fragment or clause to
setassignments. - setJavaParameter(PreparedStatement, int, LocalDate, Connection) - Method in class io.github.mmm.orm.type.DbTypeLocalDate2Date
- setJavaParameter(PreparedStatement, int, LocalDateTime, Connection) - Method in class io.github.mmm.orm.type.DbTypeLocalDateTime2Timestamp
- setJavaParameter(PreparedStatement, int, J, Connection) - Method in class io.github.mmm.orm.type.DbType
-
This method sets the parameter at the given
indexto the givenvalue. - setName(String) - Method in class io.github.mmm.orm.statement.create.CreateIndexClause
- setResultBean(R) - Method in class io.github.mmm.orm.statement.select.SelectClause
- setResultName(String) - Method in class io.github.mmm.orm.statement.select.SelectClause
- SingleTypeMappingBinary - Class in io.github.mmm.orm.typemapping
-
Implementation of
SingleTypeMappingfor aStreamable. - SingleTypeMappingBinary(String, String) - Constructor for class io.github.mmm.orm.typemapping.SingleTypeMappingBinary
-
The constructor.
- SingleTypeMappingDb<V> - Class in io.github.mmm.orm.typemapping
-
Abstract base implementation of
SingleTypeMappingbased onDbType. - SingleTypeMappingDb() - Constructor for class io.github.mmm.orm.typemapping.SingleTypeMappingDb
- SingleTypeMappingString - Class in io.github.mmm.orm.typemapping
-
Implementation of
SingleTypeMappingfor aString. - SingleTypeMappingString(String, String, String) - Constructor for class io.github.mmm.orm.typemapping.SingleTypeMappingString
-
The constructor.
- sqlType - Variable in class io.github.mmm.orm.type.DbType
- STANDARD_KEYS - Static variable in class io.github.mmm.orm.source.DbSource
-
The standard keys for the database connection.
- START - Static variable in class io.github.mmm.orm.criteria.SequenceNextValue
-
Start sequence.
- StartClause - Interface in io.github.mmm.orm.statement
-
A
StartClauseis the entryDbClausethat defines the characteristic of the operation in the database such asSelectClause, Delete. - startWith(long) - Method in class io.github.mmm.orm.statement.create.CreateSequenceClause
- state - Variable in class io.github.mmm.orm.ddl.constraint.DbConstraint
- SYNONYM - Static variable in class io.github.mmm.orm.metadata.DbTableType
-
DbTableTypefor a synonym that imports aDbTablefrom a different catalog/schema.
T
- TABLE - Static variable in class io.github.mmm.orm.metadata.DbTableType
-
DbTableTypefor a regulardatabase table. - TableAddColumnOperation - Class in io.github.mmm.orm.ddl.operation
-
TableColumnOperationto add a column. - TableAddColumnOperation(DbColumnSpec) - Constructor for class io.github.mmm.orm.ddl.operation.TableAddColumnOperation
-
The constructor.
- TableAddConstraintOperation - Class in io.github.mmm.orm.ddl.operation
-
TableConstraintOperationto add a constraint. - TableAddConstraintOperation(DbConstraint) - Constructor for class io.github.mmm.orm.ddl.operation.TableAddConstraintOperation
-
The constructor.
- TableColumnOperation - Class in io.github.mmm.orm.ddl.operation
-
TableOperationon acolumn. - TableColumnOperation(DbColumnSpec) - Constructor for class io.github.mmm.orm.ddl.operation.TableColumnOperation
-
The constructor.
- TableConstraintOperation - Class in io.github.mmm.orm.ddl.operation
-
TableOperationon aconstraint. - TableConstraintOperation(DbConstraint) - Constructor for class io.github.mmm.orm.ddl.operation.TableConstraintOperation
-
The constructor.
- TableConstraintOperation(String) - Constructor for class io.github.mmm.orm.ddl.operation.TableConstraintOperation
-
The constructor.
- TableDropColumnOperation - Class in io.github.mmm.orm.ddl.operation
-
TableColumnOperationto drop a column. - TableDropColumnOperation(DbColumnSpec) - Constructor for class io.github.mmm.orm.ddl.operation.TableDropColumnOperation
-
The constructor.
- TableDropConstraintOperation - Class in io.github.mmm.orm.ddl.operation
-
TableConstraintOperationto drop a constraint. - TableDropConstraintOperation(DbConstraint) - Constructor for class io.github.mmm.orm.ddl.operation.TableDropConstraintOperation
-
The constructor.
- TableDropConstraintOperation(String) - Constructor for class io.github.mmm.orm.ddl.operation.TableDropConstraintOperation
-
The constructor.
- TableModifyColumnOperation - Class in io.github.mmm.orm.ddl.operation
-
TableColumnOperationto modify a column (change its type). - TableModifyColumnOperation(DbColumnSpec) - Constructor for class io.github.mmm.orm.ddl.operation.TableModifyColumnOperation
-
The constructor.
- TableOperation - Class in io.github.mmm.orm.ddl.operation
-
A single
TableOperationofAlterTableOperations. - TableOperation() - Constructor for class io.github.mmm.orm.ddl.operation.TableOperation
- TableOperationKind - Enum Class in io.github.mmm.orm.ddl.operation
-
Enum with the available kinds of a
TableOperation. - TableOperationType - Enum Class in io.github.mmm.orm.ddl.operation
-
Enum with the available types of a
TableOperation. - TableRenameColumnOperation - Class in io.github.mmm.orm.ddl.operation
-
TableColumnOperationto rename a column. - TableRenameColumnOperation(DbColumnSpec, DbColumnSpec) - Constructor for class io.github.mmm.orm.ddl.operation.TableRenameColumnOperation
-
The constructor.
- TableRenameConstraintOperation - Class in io.github.mmm.orm.ddl.operation
-
TableColumnOperationto rename a constraint. - TableRenameConstraintOperation(DbConstraint, String) - Constructor for class io.github.mmm.orm.ddl.operation.TableRenameConstraintOperation
-
The constructor.
- TableRenameConstraintOperation(String, String) - Constructor for class io.github.mmm.orm.ddl.operation.TableRenameConstraintOperation
-
The constructor.
- toSource(Character) - Method in class io.github.mmm.orm.type.DbTypeBoolean2Char
- toSource(Integer) - Method in class io.github.mmm.orm.type.DbTypeBoolean2Integer
- toSource(Number) - Method in class io.github.mmm.orm.type.DbTypeBigInteger2Number
- toSource(Number) - Method in class io.github.mmm.orm.type.DbTypeByte
- toSource(Number) - Method in class io.github.mmm.orm.type.DbTypeShort
- toSource(Date) - Method in class io.github.mmm.orm.type.DbTypeLocalDate2Date
- toSource(Time) - Method in class io.github.mmm.orm.type.DbTypeLocalTime2Time
- toSource(Timestamp) - Method in class io.github.mmm.orm.type.DbTypeInstant2Timestamp
- toSource(Timestamp) - Method in class io.github.mmm.orm.type.DbTypeLocalDateTime2Timestamp
- toString() - Method in class io.github.mmm.orm.criteria.SequenceNextValue
- toString() - Method in class io.github.mmm.orm.ddl.constraint.DbConstraint
- toString() - Method in enum class io.github.mmm.orm.ddl.constraint.DbConstraintDeferrable
- toString() - Method in enum class io.github.mmm.orm.ddl.constraint.DbConstraintInitially
- toString() - Method in enum class io.github.mmm.orm.ddl.constraint.DbConstraintOnDelete
- toString() - Method in enum class io.github.mmm.orm.ddl.constraint.DbConstraintRely
- toString() - Method in class io.github.mmm.orm.ddl.constraint.DbConstraintState
- toString() - Method in class io.github.mmm.orm.ddl.operation.TableColumnOperation
- toString() - Method in class io.github.mmm.orm.ddl.operation.TableConstraintOperation
- toString() - Method in class io.github.mmm.orm.ddl.operation.TableRenameColumnOperation
- toString() - Method in class io.github.mmm.orm.ddl.operation.TableRenameConstraintOperation
- toString() - Method in class io.github.mmm.orm.dialect.AbstractDbDialect
- toString() - Method in class io.github.mmm.orm.mapping.DbSelection
- toString() - Method in class io.github.mmm.orm.metadata.DbName
- toString() - Method in class io.github.mmm.orm.metadata.DbQualifiedName
- toString() - Method in class io.github.mmm.orm.metadata.DbTableType
- toString() - Method in class io.github.mmm.orm.metadata.impl.DbObjectImpl
- toString() - Method in record class io.github.mmm.orm.metadata.impl.DbTableDataImpl
-
Returns a string representation of this record class.
- toString() - Method in class io.github.mmm.orm.statement.AbstractDbClause
- toString() - Method in class io.github.mmm.orm.statement.AbstractDbStatement
- toString() - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- toString() - Method in interface io.github.mmm.orm.statement.DbStatementFormatter
- toString(DbDialect) - Method in class io.github.mmm.orm.metadata.DbName
- toString(StringBuilder) - Method in class io.github.mmm.orm.ddl.constraint.DbConstraint
- toString(StringBuilder, boolean) - Method in class io.github.mmm.orm.metadata.impl.DbColumnImpl
- toString(StringBuilder, boolean) - Method in class io.github.mmm.orm.metadata.impl.DbColumnReferenceImpl
- toString(StringBuilder, boolean) - Method in class io.github.mmm.orm.metadata.impl.DbForeignKeyImpl
- toString(StringBuilder, boolean) - Method in class io.github.mmm.orm.metadata.impl.DbIndexImpl
- toString(StringBuilder, boolean) - Method in class io.github.mmm.orm.metadata.impl.DbObjectContainerImpl
- toString(StringBuilder, boolean) - Method in class io.github.mmm.orm.metadata.impl.DbObjectImpl
- toString(StringBuilder, boolean) - Method in class io.github.mmm.orm.metadata.impl.DbPrimaryKeyImpl
- toString(StringBuilder, boolean) - Method in class io.github.mmm.orm.metadata.impl.DbTableImpl
- toStringByType(StringBuilder) - Method in class io.github.mmm.orm.ddl.constraint.DbConstraint
-
Appends additional clauses or keywords specific for this type of constraint.
- toStringByType(StringBuilder) - Method in class io.github.mmm.orm.ddl.constraint.ForeignKeyConstraint
- toStringColumns(StringBuilder) - Method in class io.github.mmm.orm.ddl.constraint.CheckConstraint
- toStringColumns(StringBuilder) - Method in class io.github.mmm.orm.ddl.constraint.DbConstraint
- toTarget(Boolean) - Method in class io.github.mmm.orm.type.DbTypeBoolean2Char
- toTarget(Boolean) - Method in class io.github.mmm.orm.type.DbTypeBoolean2Integer
- toTarget(Byte) - Method in class io.github.mmm.orm.type.DbTypeByte
- toTarget(Short) - Method in class io.github.mmm.orm.type.DbTypeShort
- toTarget(BigInteger) - Method in class io.github.mmm.orm.type.DbTypeBigInteger2Number
- toTarget(Instant) - Method in class io.github.mmm.orm.type.DbTypeInstant2Timestamp
- toTarget(LocalDate) - Method in class io.github.mmm.orm.type.DbTypeLocalDate2Date
- toTarget(LocalDateTime) - Method in class io.github.mmm.orm.type.DbTypeLocalDateTime2Timestamp
- toTarget(LocalTime) - Method in class io.github.mmm.orm.type.DbTypeLocalTime2Time
- toTarget(V) - Method in class io.github.mmm.orm.type.DbTypeSimple
- type - Variable in class io.github.mmm.orm.metadata.impl.DbTableImpl
- type() - Method in record class io.github.mmm.orm.metadata.impl.DbTableDataImpl
-
Returns the value of the
typerecord component. - TYPE - Static variable in class io.github.mmm.orm.ddl.constraint.CheckConstraint
-
Type"CHECK". - TYPE - Static variable in class io.github.mmm.orm.ddl.constraint.ForeignKeyConstraint
-
Type"FOREIGN KEY". - TYPE - Static variable in class io.github.mmm.orm.ddl.constraint.NotNullConstraint
-
Type"NOT NULL". - TYPE - Static variable in class io.github.mmm.orm.ddl.constraint.PrimaryKeyConstraint
-
Type"PRIMARY KEY". - TYPE - Static variable in class io.github.mmm.orm.ddl.constraint.UniqueConstraint
-
Type"FOREIGN KEY". - TypedClause<E> - Interface in io.github.mmm.orm.statement
-
A
DbClausethat is typed by theEntityBean. - TypedClauseWithWhere<E> - Interface in io.github.mmm.orm.statement
U
- UniqueConstraint - Class in io.github.mmm.orm.ddl.constraint
-
Unique
DbConstraintensuring that all values in thecontainedcolumnsare different (no duplicates). - UniqueConstraint(DbColumnSpec...) - Constructor for class io.github.mmm.orm.ddl.constraint.UniqueConstraint
-
The constructor.
- UniqueConstraint(String, DbConstraintState, DbColumnSpec...) - Constructor for class io.github.mmm.orm.ddl.constraint.UniqueConstraint
-
The constructor.
- UniqueConstraint(String, DbColumnSpec...) - Constructor for class io.github.mmm.orm.ddl.constraint.UniqueConstraint
-
The constructor.
- UnmappedTypeException - Exception Class in io.github.mmm.orm.mapping
-
ApplicationExceptionthrown if aJava typeis not mapped and therefore unsupported by ORM. - UnmappedTypeException(Class<?>) - Constructor for exception class io.github.mmm.orm.mapping.UnmappedTypeException
-
The constructor.
- UnmappedTypeException(Class<?>, CriteriaObject<?>) - Constructor for exception class io.github.mmm.orm.mapping.UnmappedTypeException
-
The constructor.
- update(E) - Static method in interface io.github.mmm.orm.statement.DbStatement
-
Alternative for
new Update<>(entity). - update(UpdateStatement<E>) - Method in interface io.github.mmm.orm.repository.operation.DbUpdateOperations
- UpdateClause<E> - Class in io.github.mmm.orm.statement.update
-
StartClauseof an UpdateStatement to update data in the database. - UpdateClause(E) - Constructor for class io.github.mmm.orm.statement.update.UpdateClause
-
The constructor.
- UpdateClause(E, String) - Constructor for class io.github.mmm.orm.statement.update.UpdateClause
-
The constructor.
- UpdateSet<E> - Class in io.github.mmm.orm.statement.update
- UpdateSet(UpdateStatement<E>) - Constructor for class io.github.mmm.orm.statement.update.UpdateSet
-
The constructor.
- UpdateStatement<E> - Class in io.github.mmm.orm.statement.update
-
DbStatementtoinsertdata into the database. - UpdateStatement(UpdateClause<E>) - Constructor for class io.github.mmm.orm.statement.update.UpdateStatement
-
The constructor.
- UpdateWhere<E> - Class in io.github.mmm.orm.statement.update
- UpdateWhere(UpdateStatement<E>) - Constructor for class io.github.mmm.orm.statement.update.UpdateWhere
-
The constructor.
- UpsertClause - Class in io.github.mmm.orm.statement.upsert
-
StartClauseto insert or if already present update data in the database. - UpsertClause() - Constructor for class io.github.mmm.orm.statement.upsert.UpsertClause
-
The constructor.
- UpsertInto<E> - Class in io.github.mmm.orm.statement.upsert
-
A
IntoClauseof anUpsertStatement. - UpsertInto(UpsertClause, E) - Constructor for class io.github.mmm.orm.statement.upsert.UpsertInto
-
The constructor.
- UpsertInto(UpsertClause, E, String) - Constructor for class io.github.mmm.orm.statement.upsert.UpsertInto
-
The constructor.
- UpsertStatement<E> - Class in io.github.mmm.orm.statement.upsert
-
DbStatementtoUpsertClausedata into the database. - UpsertStatement(UpsertClause, UpsertInto<E>) - Constructor for class io.github.mmm.orm.statement.upsert.UpsertStatement
-
The constructor.
- UpsertValues<E> - Class in io.github.mmm.orm.statement.upsert
-
ValuesClauseof anUpsertStatement. - UpsertValues(UpsertStatement<E>) - Constructor for class io.github.mmm.orm.statement.upsert.UpsertValues
-
The constructor.
- upset(E) - Static method in interface io.github.mmm.orm.statement.DbStatement
-
Alternative for
new Upsert().into(entity).
V
- value(PropertyAssignment<?>) - Method in class io.github.mmm.orm.statement.insert.InsertInto
- value(PropertyAssignment<?>) - Method in class io.github.mmm.orm.statement.merge.MergeInto
- value(PropertyAssignment<?>) - Method in class io.github.mmm.orm.statement.upsert.UpsertInto
- value(PropertyAssignment<?>) - Method in class io.github.mmm.orm.statement.ValuesClause
- value(PropertyAssignment<?>) - Method in interface io.github.mmm.orm.statement.ValuesFragment
- value(PropertyPath<V>) - Method in interface io.github.mmm.orm.statement.ValuesFragment
-
Convenience method for
value(PropertyAssignment.ofValue(property)). - value(PropertyPath<V>, PropertyPath<V>) - Method in interface io.github.mmm.orm.statement.ValuesFragment
-
Convenience method for
value(PropertyAssignment.(property, valueProperty)).invalid reference
of - value(PropertyPath<V>, V) - Method in interface io.github.mmm.orm.statement.ValuesFragment
-
Convenience method for
value(PropertyAssignment.of(property, value)). - VALUE_KIND_JDBC - Static variable in class io.github.mmm.orm.source.DbSource
-
Value of
kindfor Java DataBase Connectivity (JDBC). - VALUE_RESULT_ENTITY - Static variable in class io.github.mmm.orm.statement.select.SelectClause
- VALUE_RESULT_RESULT - Static variable in class io.github.mmm.orm.statement.select.SelectClause
- VALUE_RESULT_SEQ_NEXT_VAL - Static variable in class io.github.mmm.orm.statement.select.SelectClause
- VALUE_RESULT_SINLGE - Static variable in class io.github.mmm.orm.statement.select.SelectClause
- valueOf(String) - Static method in enum class io.github.mmm.orm.ddl.constraint.DbConstraintDeferrable
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.mmm.orm.ddl.constraint.DbConstraintInitially
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.mmm.orm.ddl.constraint.DbConstraintOnDelete
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.mmm.orm.ddl.constraint.DbConstraintRely
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.mmm.orm.ddl.operation.TableOperationKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.mmm.orm.ddl.operation.TableOperationType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.github.mmm.orm.ddl.constraint.DbConstraintDeferrable
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.mmm.orm.ddl.constraint.DbConstraintInitially
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.mmm.orm.ddl.constraint.DbConstraintOnDelete
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.mmm.orm.ddl.constraint.DbConstraintRely
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.mmm.orm.ddl.operation.TableOperationKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.mmm.orm.ddl.operation.TableOperationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values(PropertyAssignment<?>...) - Method in class io.github.mmm.orm.statement.insert.InsertInto
- values(PropertyAssignment<?>...) - Method in class io.github.mmm.orm.statement.merge.MergeInto
- values(PropertyAssignment<?>...) - Method in class io.github.mmm.orm.statement.upsert.UpsertInto
- values(PropertyAssignment<?>...) - Method in class io.github.mmm.orm.statement.ValuesClause
- values(PropertyAssignment<?>...) - Method in interface io.github.mmm.orm.statement.ValuesFragment
- valuesAll() - Method in class io.github.mmm.orm.statement.IntoClause
- ValuesClause<E,
SELF> - Class in io.github.mmm.orm.statement - ValuesClause() - Constructor for class io.github.mmm.orm.statement.ValuesClause
-
The constructor.
- ValuesFragment<E,
C> - Interface in io.github.mmm.orm.statement -
Interface for a fragment or clause to
add values. - VIEW - Static variable in class io.github.mmm.orm.metadata.DbTableType
-
DbTableTypefor a view that selects from otherDbTable(s).
W
- where(CriteriaPredicate) - Method in class io.github.mmm.orm.statement.delete.DeleteFrom
- where(CriteriaPredicate) - Method in class io.github.mmm.orm.statement.select.SelectFrom
- where(CriteriaPredicate) - Method in interface io.github.mmm.orm.statement.TypedClauseWithWhere
- where(CriteriaPredicate) - Method in class io.github.mmm.orm.statement.update.UpdateSet
- where(CriteriaPredicate...) - Method in class io.github.mmm.orm.statement.delete.DeleteFrom
- where(CriteriaPredicate...) - Method in class io.github.mmm.orm.statement.select.SelectFrom
- where(CriteriaPredicate...) - Method in interface io.github.mmm.orm.statement.TypedClauseWithWhere
- where(CriteriaPredicate...) - Method in class io.github.mmm.orm.statement.update.UpdateSet
- WhereClause<E,
SELF> - Class in io.github.mmm.orm.statement - WhereClause() - Constructor for class io.github.mmm.orm.statement.WhereClause
-
The constructor.
- withNamingStrategy(DbNamingStrategy) - Method in class io.github.mmm.orm.dialect.AbstractDbDialect
- withOrm(Orm) - Method in class io.github.mmm.orm.dialect.AbstractDbDialect
- withState(DbConstraintState) - Method in class io.github.mmm.orm.ddl.constraint.CheckConstraint
- withState(DbConstraintState) - Method in class io.github.mmm.orm.ddl.constraint.DbConstraint
- withState(DbConstraintState) - Method in class io.github.mmm.orm.ddl.constraint.ForeignKeyConstraint
- withState(DbConstraintState) - Method in class io.github.mmm.orm.ddl.constraint.NotNullConstraint
- withState(DbConstraintState) - Method in class io.github.mmm.orm.ddl.constraint.PrimaryKeyConstraint
- withState(DbConstraintState) - Method in class io.github.mmm.orm.ddl.constraint.UniqueConstraint
- withValue(V) - Method in interface io.github.mmm.orm.result.DbResultValue
- write(StructuredWriter) - Method in class io.github.mmm.orm.statement.AbstractDbStatement
- write(String) - Method in class io.github.mmm.orm.statement.BasicDbStatementFormatter
- writeObject(StructuredWriter, DbStatement<?>) - Method in class io.github.mmm.orm.statement.DbStatementMarshalling
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form