Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W Y 

A

AbstractManager<ENTITY> - Class in com.speedment.runtime.core.manager
An abstract base implementation of all Managers.
AbstractManager() - Constructor for class com.speedment.runtime.core.manager.AbstractManager
 
AbstractViewManager<ENTITY> - Class in com.speedment.runtime.core.manager
Abstract base class for VIEW Tables.
AbstractViewManager() - Constructor for class com.speedment.runtime.core.manager.AbstractViewManager
 
accept(T) - Method in interface com.speedment.runtime.core.db.SqlConsumer
Performs this operation on the given argument.
accept(ENTITY) - Method in interface com.speedment.runtime.core.manager.Persister
Persists the entity in the data store.
accept(ENTITY) - Method in interface com.speedment.runtime.core.manager.Remover
Removes the entity from the data store.
accept(ENTITY) - Method in interface com.speedment.runtime.core.manager.Updater
Updates the entity in the data store.
Action<T extends BaseStream<?,T>,R extends BaseStream<?,R>> - Class in com.speedment.runtime.core.stream.action
 
Action(Function<T, R>, Class<? extends BaseStream>, BasicAction) - Constructor for class com.speedment.runtime.core.stream.action.Action
 
add(Object) - Method in interface com.speedment.runtime.core.db.SqlPredicateFragment
 
add(Action<?, ?>) - Method in interface com.speedment.runtime.core.stream.Pipeline
 
add(int, Action<?, ?>) - Method in interface com.speedment.runtime.core.stream.Pipeline
 
addAll(Collection<?>) - Method in interface com.speedment.runtime.core.db.SqlPredicateFragment
 
addFirst(Action<?, ?>) - Method in interface com.speedment.runtime.core.stream.Pipeline
 
addLast(Action<?, ?>) - Method in interface com.speedment.runtime.core.stream.Pipeline
 
addListener(Consumer<ProgressMeasure>) - Method in interface com.speedment.runtime.core.util.ProgressMeasure
Adds a listener that will be called each time a value changes.
addNewColumn() - Method in class com.speedment.runtime.config.mutator.TableMutator
 
addNewDbms() - Method in class com.speedment.runtime.config.mutator.ProjectMutator
 
addNewForeignKey() - Method in class com.speedment.runtime.config.mutator.TableMutator
 
addNewForeignKeyColumn() - Method in class com.speedment.runtime.config.mutator.ForeignKeyMutator
 
addNewIndex() - Method in class com.speedment.runtime.config.mutator.TableMutator
 
addNewIndexColumn() - Method in class com.speedment.runtime.config.mutator.IndexMutator
 
addNewPrimaryKeyColumn() - Method in class com.speedment.runtime.config.mutator.TableMutator
 
addNewSchema() - Method in class com.speedment.runtime.config.mutator.DbmsMutator
 
addNewTable() - Method in class com.speedment.runtime.config.mutator.SchemaMutator
 
addRule(JavaTypeMap.Rule) - Method in interface com.speedment.runtime.core.db.JavaTypeMap
Adds the specified rule to the rule engine.
ALIAS - Static variable in interface com.speedment.runtime.config.trait.HasAlias
The key of the alias property.
alive() - Method in interface com.speedment.runtime.core.component.StatisticsReporterComponent
 
AllMatchTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
ancestor(Document, Class<E>) - Static method in class com.speedment.runtime.config.util.DocumentUtil
Returns the first ancestor found of the specified type to the specified document when walking up the tree.
ancestors() - Method in interface com.speedment.runtime.config.Document
Returns a Stream of every ancestor to this Document, beginning with the first ancestor (the root) and ending with the parent of this Document.
and(SqlPredicate<? super T>) - Method in interface com.speedment.runtime.core.db.SqlPredicate
 
and(Predicate<? super ENTITY>) - Method in interface com.speedment.runtime.field.predicate.CombinedPredicate
 
and(Predicate<ENTITY>, Predicate<? super ENTITY>) - Static method in interface com.speedment.runtime.field.predicate.CombinedPredicate
Creates and returns a new CombinedPredicate that is the logical AND combination of the given predicates.
andThen(SqlFunction<? super R, ? extends V>) - Method in interface com.speedment.runtime.core.db.SqlFunction
 
AnyMatchTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
APP_ID - Static variable in interface com.speedment.runtime.config.Project
 
ApplicationBuilder<APP extends Speedment,BUILDER extends ApplicationBuilder<APP,BUILDER>> - Interface in com.speedment.runtime.core
Builder class for producing new Speedment instances.
ApplicationBuilder.HasLogglerName - Interface in com.speedment.runtime.core
Interface used for getting logger names.
ApplicationBuilder.LogType - Enum in com.speedment.runtime.core
The type of logging to change the settings for.
ApplicationMetadata - Interface in com.speedment.runtime.core
This interface defines how a Speedment application can obtain its configuration meta data.
apply(DbmsType, Class<T>) - Method in interface com.speedment.runtime.core.component.resultset.ResultSetMapperComponent
Gets the mapping from the javaClass to the ResultSetMapping.
apply(Class<T>) - Method in interface com.speedment.runtime.core.component.resultset.ResultSetMapperComponent
Gets the mapping from the javaClass to the ResultSetMapping.
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, DoublePipeline) - Method in interface com.speedment.runtime.core.component.sql.override.doubles.DoubleCountTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, IntPipeline) - Method in interface com.speedment.runtime.core.component.sql.override.ints.IntCountTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, LongPipeline) - Method in interface com.speedment.runtime.core.component.sql.override.longs.LongCountTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>, Predicate<? super T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.AllMatchTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>, Predicate<? super T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.AnyMatchTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>, Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.CollectSupplierAccumulatorCombinerTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>, Collector<? super T, A, R>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.CollectTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.CountTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.FindAnyTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.FindFirstTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>, Consumer<? super T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ForEachOrderedTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>, Consumer<? super T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ForEachTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.IteratorTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>, Comparator<? super T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.MaxTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>, Comparator<? super T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.MinTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>, Predicate<? super T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.NoneMatchTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>, U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReduceIdentityCombinerTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>, T, BinaryOperator<T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReduceIdentityTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>, BinaryOperator<T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReduceTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.SpliteratorTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>, IntFunction<A[]>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ToArrayGeneratorTerminator
 
apply(SqlStreamOptimizerInfo<ENTITY>, SqlStreamTerminator<ENTITY>, ReferencePipeline<T>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ToArrayTerminator
 
apply(DB_TYPE) - Method in interface com.speedment.runtime.core.component.sql.SqlTypeMapperHelper
Converts the specified value in JDBC form to the appropriate java type by using the TypeMapper contained in this helper.
apply(T) - Method in interface com.speedment.runtime.core.db.SqlFunction
 
apply(ENTITY) - Method in interface com.speedment.runtime.core.manager.Persister
Persists the entity in the data store, returning the same or a different entity with any auto-generated fields updated.
apply(ENTITY) - Method in interface com.speedment.runtime.core.manager.Remover
Removes the entity from the data store, returning the same or a different entity with any auto-generated fields updated.
apply(ENTITY) - Method in interface com.speedment.runtime.core.manager.Updater
Updates the entity in the data store, returning the same or a different entity with any auto-generated fields updated.
apply(ENTITY) - Method in interface com.speedment.runtime.field.method.BooleanGetter
 
apply(ENTITY) - Method in interface com.speedment.runtime.field.method.ByteGetter
 
apply(ENTITY) - Method in interface com.speedment.runtime.field.method.CharGetter
 
apply(ENTITY) - Method in interface com.speedment.runtime.field.method.DoubleGetter
 
apply(ENTITY) - Method in interface com.speedment.runtime.field.method.FindFromNullable
Applies this method, locating the referenced entity and returning it as a singleton stream if found.
apply(ENTITY) - Method in interface com.speedment.runtime.field.method.FloatGetter
 
apply(ENTITY) - Method in interface com.speedment.runtime.field.method.Getter
A generic (untyped) get method.
apply(ENTITY) - Method in interface com.speedment.runtime.field.method.IntGetter
 
apply(ENTITY) - Method in interface com.speedment.runtime.field.method.LongGetter
 
apply(ENTITY) - Method in interface com.speedment.runtime.field.method.ShortGetter
 
applyAsBoolean(ENTITY) - Method in interface com.speedment.runtime.field.method.BooleanGetter
Returns the member represented by this getter in the specified instance.
applyAsByte(ENTITY) - Method in interface com.speedment.runtime.field.method.ByteGetter
Returns the member represented by this getter in the specified instance.
applyAsChar(ENTITY) - Method in interface com.speedment.runtime.field.method.CharGetter
Returns the member represented by this getter in the specified instance.
applyAsDouble(ENTITY) - Method in interface com.speedment.runtime.field.method.DoubleGetter
Returns the member represented by this getter in the specified instance.
applyAsFloat(ENTITY) - Method in interface com.speedment.runtime.field.method.FloatGetter
Returns the member represented by this getter in the specified instance.
applyAsInt(ENTITY) - Method in interface com.speedment.runtime.field.method.IntGetter
Returns the member represented by this getter in the specified instance.
applyAsLong(ENTITY) - Method in interface com.speedment.runtime.field.method.LongGetter
Returns the member represented by this getter in the specified instance.
applyAsShort(ENTITY) - Method in interface com.speedment.runtime.field.method.ShortGetter
Returns the member represented by this getter in the specified instance.
applyOrThrow(ENTITY) - Method in interface com.speedment.runtime.field.method.FindFromNullable
Applies this method, returning the referenced entity.
applySkipLimit(String, List<Object>, long, long) - Method in interface com.speedment.runtime.core.db.DbmsType
Returns a new String and modifies the provided parameter list (side effect) so that the original SQL query will reflect a query that has an offset (skip) and a limit.
aquireSet(Verb) - Method in class com.speedment.runtime.core.stream.action.Action
 
asColumnIdentifier(String) - Method in interface com.speedment.runtime.config.identifier.TableIdentifier
Returns a ColumnIdentifier that represents a particular column in this table.
asDbmsIdentifier() - Method in interface com.speedment.runtime.config.identifier.SchemaIdentifier
 
asFunction() - Method in interface com.speedment.runtime.field.method.BooleanGetter
 
asFunction() - Method in interface com.speedment.runtime.field.method.ByteGetter
 
asFunction() - Method in interface com.speedment.runtime.field.method.CharGetter
 
asFunction() - Method in interface com.speedment.runtime.field.method.DoubleGetter
 
asFunction() - Method in interface com.speedment.runtime.field.method.FloatGetter
 
asFunction() - Method in interface com.speedment.runtime.field.method.Getter
Returns this object, typed as a Function method.
asFunction() - Method in interface com.speedment.runtime.field.method.IntGetter
 
asFunction() - Method in interface com.speedment.runtime.field.method.LongGetter
 
asFunction() - Method in interface com.speedment.runtime.field.method.ReferenceGetter
 
asFunction() - Method in interface com.speedment.runtime.field.method.ShortGetter
 
asSchemaIdentifier() - Method in interface com.speedment.runtime.config.identifier.TableIdentifier
Returns a SchemaIdentifier that represents the schema that this table resides in.
asTableIdentifier() - Method in interface com.speedment.runtime.config.identifier.ColumnIdentifier
Returns a TableIdentifier that has the same dbmsName, schemaName and tableName as this ColumnIdentifier.
AsynchronousQueryResult<T> - Interface in com.speedment.runtime.core.db
 
AUTO_INCREMENT - Static variable in interface com.speedment.runtime.config.Column
 

B

BackwardFinder<ENTITY,FK_ENTITY> - Interface in com.speedment.runtime.field.method
An operation that can produce a Stream of foreign entities given a single entity.
backwardFinder(TableIdentifier<ENTITY>, Supplier<Stream<ENTITY>>) - Method in interface com.speedment.runtime.field.trait.HasFinder
Returns a function that can be used to find a stream of entities referencing this entity using the specified manager.
BasicAction - Interface in com.speedment.runtime.core.stream.action
 
between(String, String) - Method in interface com.speedment.runtime.field.EnumField
Returns a new predicate that evaluates if entities has a enum value for this field with a value that is between the two specified values.
between(String, String, Inclusion) - Method in interface com.speedment.runtime.field.EnumField
Returns a new predicate that evaluates if entities has a enum value for this field with a value that is between the two specified values.
between(V, V) - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is between the given values (inclusive the start value but exclusive the end value).
between(V, V, Inclusion) - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is between the given values and taking the Inclusion parameter into account when determining if either of the end points shall be included in the Field range or not.
BigDecimalToDouble - Class in com.speedment.runtime.typemapper.bigdecimal
 
BigDecimalToDouble() - Constructor for class com.speedment.runtime.typemapper.bigdecimal.BigDecimalToDouble
 
BinaryToByteArrayMapper - Class in com.speedment.runtime.typemapper.other
Converts between a database type that is known to be a byte[] masked as an java.lang.Object and a properly typed byte[].
BinaryToByteArrayMapper() - Constructor for class com.speedment.runtime.typemapper.other.BinaryToByteArrayMapper
 
BinaryToUuidMapper - Class in com.speedment.runtime.typemapper.other
Speedment TypeMapper that maps from a MySQL BINARY type to a regular java java.util.UUID.
BinaryToUuidMapper() - Constructor for class com.speedment.runtime.typemapper.other.BinaryToUuidMapper
 
BlobToByteArrayMapper - Class in com.speedment.runtime.typemapper.largeobject
 
BlobToByteArrayMapper() - Constructor for class com.speedment.runtime.typemapper.largeobject.BlobToByteArrayMapper
 
BooleanField<ENTITY,D> - Interface in com.speedment.runtime.field
A field that represents a primitive boolean value.
BooleanGetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
BooleanSetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the setXXX(value) method for a particular field in an entity.
build() - Method in interface com.speedment.runtime.core.ApplicationBuilder
Builds this application.
build() - Method in interface com.speedment.runtime.core.manager.ManagerConfigurator
Builds a new manager that might delegate some methods to the pre-existing manager, but where the specified settings will be applied upon execution.
ByteField<ENTITY,D> - Interface in com.speedment.runtime.field
A field that represents a primitive byte value.
ByteForeignKeyField<ENTITY,D,FK_ENTITY> - Interface in com.speedment.runtime.field
A field that represents a primitive byte value that references another column using a foreign key.
ByteGetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
ByteSetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the setXXX(value) method for a particular field in an entity.

C

castToDocumentList(Object) - Static method in class com.speedment.runtime.config.util.DocumentUtil
Casts the specified object to a List<Map<String, Object>>.
CharField<ENTITY,D> - Interface in com.speedment.runtime.field
A field that represents a primitive char value.
CharForeignKeyField<ENTITY,D,FK_ENTITY> - Interface in com.speedment.runtime.field
A field that represents a primitive char value that references another column using a foreign key.
CharGetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
CharSetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the setXXX(value) method for a particular field in an entity.
children(String, BiFunction<P, Map<String, Object>, T>) - Method in interface com.speedment.runtime.config.Document
Returns the children on the specified key, instantiated using the specified constructor.
children() - Method in interface com.speedment.runtime.config.Document
Returns a Stream of child documents, instantiated using the default document implementation.
childrenOf(Document, BiFunction<Document, Map<String, Object>, E>) - Static method in class com.speedment.runtime.config.util.DocumentUtil
Returns a stream of child documents to a specified document by using the supplied constructor.
ClassMapper<V> - Interface in com.speedment.runtime.core.util
A generic Class mapper interface.
clear() - Method in interface com.speedment.runtime.core.stream.Pipeline
 
ClobToStringMapper - Class in com.speedment.runtime.typemapper.largeobject
 
ClobToStringMapper() - Constructor for class com.speedment.runtime.typemapper.largeobject.ClobToStringMapper
 
close() - Method in interface com.speedment.runtime.core.db.AsynchronousQueryResult
 
CollectorUtil - Class in com.speedment.runtime.core.util
Utility methods for collecting Speedment streams in various ways.
CollectSupplierAccumulatorCombinerTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
CollectTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
Column - Interface in com.speedment.runtime.config
A typed Document that represents a column in the database.
COLUMN_SIZE - Static variable in interface com.speedment.runtime.config.trait.HasColumnSize
The key of the columnSize property.
ColumnIdentifier<ENTITY> - Interface in com.speedment.runtime.config.identifier
Identifies a particular Column.
ColumnIdentifier.Hidden - Class in com.speedment.runtime.config.identifier
Internal class only used to hide a map of interned instances.
ColumnMetaData - Interface in com.speedment.runtime.core.db.metadata
 
ColumnMutator<DOC extends Column> - Class in com.speedment.runtime.config.mutator
 
ColumnMutator(DOC) - Constructor for class com.speedment.runtime.config.mutator.ColumnMutator
 
COLUMNS - Static variable in interface com.speedment.runtime.config.Table
 
columns() - Method in interface com.speedment.runtime.config.Table
Creates a stream of columns located in this document.
com.speedment.runtime.config - package com.speedment.runtime.config
The configuration system is located in this package.
com.speedment.runtime.config.exception - package com.speedment.runtime.config.exception
Exception thrown by classes in the Runtime Config module.
com.speedment.runtime.config.identifier - package com.speedment.runtime.config.identifier
Composite identifiers for database configuration objects such as tables and columns.
com.speedment.runtime.config.identifier.trait - package com.speedment.runtime.config.identifier.trait
Traits used by configuration identifiers.
com.speedment.runtime.config.mutator - package com.speedment.runtime.config.mutator
Implementations of the DocumentMutator interface that help modify a Document in a type-safe manner are located in this package.
com.speedment.runtime.config.mutator.trait - package com.speedment.runtime.config.mutator.trait
Common traits used by the DocumentMutator implementations are located in this package.
com.speedment.runtime.config.parameter - package com.speedment.runtime.config.parameter
Classes that are used as parameters in the configuration model are located in this package.
com.speedment.runtime.config.trait - package com.speedment.runtime.config.trait
Common traits used in the typed configuration documents are located in this package.
com.speedment.runtime.config.util - package com.speedment.runtime.config.util
Utility methods for this module.
com.speedment.runtime.core - package com.speedment.runtime.core
The base package of Speedment.
com.speedment.runtime.core.annotation - package com.speedment.runtime.core.annotation
This package contains annotations
com.speedment.runtime.core.component - package com.speedment.runtime.core.component
The standard components of the Speedment platform.
com.speedment.runtime.core.component.connectionpool - package com.speedment.runtime.core.component.connectionpool
The ConnectionPoolComponent and related classes are located in this package.
com.speedment.runtime.core.component.resultset - package com.speedment.runtime.core.component.resultset
The ResultSetMapperComponent and related classes are located in this package.
com.speedment.runtime.core.component.sql - package com.speedment.runtime.core.component.sql
The SqlPersistenceComponent, SqlPersistenceComponent and related classes are located in this package.
com.speedment.runtime.core.component.sql.override - package com.speedment.runtime.core.component.sql.override
Pluggable terminating operation interfaces are located in this package.
com.speedment.runtime.core.component.sql.override.doubles - package com.speedment.runtime.core.component.sql.override.doubles
Pluggable terminating operation interfaces of double type are located in this package.
com.speedment.runtime.core.component.sql.override.ints - package com.speedment.runtime.core.component.sql.override.ints
Pluggable terminating operation interfaces of int type are located in this package.
com.speedment.runtime.core.component.sql.override.longs - package com.speedment.runtime.core.component.sql.override.longs
Pluggable terminating operation interfaces of long type are located in this package.
com.speedment.runtime.core.component.sql.override.reference - package com.speedment.runtime.core.component.sql.override.reference
Pluggable terminating operation interfaces of reference type are located in this package.
com.speedment.runtime.core.db - package com.speedment.runtime.core.db
Establishing and maintaining the database connection is handled by the classes in this package.
com.speedment.runtime.core.db.metadata - package com.speedment.runtime.core.db.metadata
Utility classes expecially used by the SQL mapping system are located in this package.
com.speedment.runtime.core.exception - package com.speedment.runtime.core.exception
Custom Exceptions thrown by Speedment is located in this package.
com.speedment.runtime.core.manager - package com.speedment.runtime.core.manager
The Manager interface and its related classes are located in this package.
com.speedment.runtime.core.stream - package com.speedment.runtime.core.stream
Classes concerning the custom Stream implementation used in Speedment is located in this package.
com.speedment.runtime.core.stream.action - package com.speedment.runtime.core.stream.action
The basic building blocks of the custom Stream implementation are located in this package.
com.speedment.runtime.core.stream.parallel - package com.speedment.runtime.core.stream.parallel
Classes concerning parallel configuration of the Stream implementation used in Speedment is located in this package.
com.speedment.runtime.core.util - package com.speedment.runtime.core.util
Utility classes used both internally and in generated code is located in this package.
com.speedment.runtime.field - package com.speedment.runtime.field
Fields expose handlers for accessing columns in generated classes and are located in this package.
com.speedment.runtime.field.collector - package com.speedment.runtime.field.collector
Collectors provided by the Runtime Field module.
com.speedment.runtime.field.comparator - package com.speedment.runtime.field.comparator
Comparators provided by the Runtime Field module.
com.speedment.runtime.field.exception - package com.speedment.runtime.field.exception
Exception thrown by classes in the Runtime Field module.
com.speedment.runtime.field.method - package com.speedment.runtime.field.method
Functional interfaces used by Fields are located in this package.
com.speedment.runtime.field.predicate - package com.speedment.runtime.field.predicate
The different types of predicates generated by Fields are located in this package.
com.speedment.runtime.field.predicate.trait - package com.speedment.runtime.field.predicate.trait
Traits used in Speedment predicates are located in this package.
com.speedment.runtime.field.trait - package com.speedment.runtime.field.trait
Traits used in Speedment fields are located in this package.
com.speedment.runtime.field.util - package com.speedment.runtime.field.util
 
com.speedment.runtime.typemapper - package com.speedment.runtime.typemapper
Interfaces used by the database specific document types to describe mappers should be located in this package.
com.speedment.runtime.typemapper.bigdecimal - package com.speedment.runtime.typemapper.bigdecimal
Implementations of the TypeMapper interface that map from BigDecimal to other types are located in this package.
com.speedment.runtime.typemapper.doubles - package com.speedment.runtime.typemapper.doubles
Implementations of the TypeMapper interface that map from Double to other types are located in this package.
com.speedment.runtime.typemapper.exception - package com.speedment.runtime.typemapper.exception
Exception thrown by classes in the Runtime Typemapper module.
com.speedment.runtime.typemapper.integer - package com.speedment.runtime.typemapper.integer
Implementations of the TypeMapper interface that map from Integer to other types are located in this package.
com.speedment.runtime.typemapper.largeobject - package com.speedment.runtime.typemapper.largeobject
Implementations of the TypeMapper interface that map from Clob to other types are located in this package.
com.speedment.runtime.typemapper.longs - package com.speedment.runtime.typemapper.longs
Implementations of the TypeMapper interface that map from Long to other types are located in this package.
com.speedment.runtime.typemapper.other - package com.speedment.runtime.typemapper.other
Implementations of the TypeMapper interface that map from types that doesn't belong in any other package are located in this package.
com.speedment.runtime.typemapper.primitive - package com.speedment.runtime.typemapper.primitive
Implementations of the TypeMapper interface that map from wrapper to primitive types are located in this package.
com.speedment.runtime.typemapper.shorts - package com.speedment.runtime.typemapper.shorts
Implementations of the TypeMapper interface that map from Short to other types are located in this package.
com.speedment.runtime.typemapper.string - package com.speedment.runtime.typemapper.string
Implementations of the TypeMapper interface that map from String to other types are located in this package.
com.speedment.runtime.typemapper.time - package com.speedment.runtime.typemapper.time
Implementations of the TypeMapper interface that map from temporal types to other types are located in this package.
CombinedComparator<ENTITY> - Interface in com.speedment.runtime.field.comparator
A combined Comparator that compares a number of FieldComparators in sequence.
CombinedPredicate<ENTITY> - Interface in com.speedment.runtime.field.predicate
Aggregation of a number of Predicates of the same type (e.g.
CombinedPredicate.Type - Enum in com.speedment.runtime.field.predicate
This enum list all the different types of combinations
COMPANY_NAME - Static variable in interface com.speedment.runtime.config.Project
 
ComparableField<ENTITY,D,V extends Comparable<? super V>> - Interface in com.speedment.runtime.field
A field that represents an object value that implements Comparable.
ComparableForeignKeyField<ENTITY,D,V extends Comparable<? super V>,FK> - Interface in com.speedment.runtime.field
A field that represents an object value that implements Comparable and that references another field using a foreign key.
COMPARATOR - Static variable in interface com.speedment.runtime.config.trait.HasOrdinalPosition
The default Comparator used for documents that implement the HasOrdinalPosition trait.
COMPARATOR - Static variable in interface com.speedment.runtime.core.db.DbmsType
 
comparator() - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Comparator that will compare to this field using this fields natural order.
COMPARATOR - Static variable in interface com.speedment.runtime.typemapper.TypeMapper
The standard comparator to use for instances of the TypeMapper interface.
comparatorNullFieldsFirst() - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Comparator that will compare to this field using this fields natural order, null fields are sorted first.
comparatorNullFieldsLast() - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Deprecated.
This method is the same as comparator(). Use that method instead. This method will be removed in coming API versions.
compose(SqlFunction<? super V, ? extends T>) - Method in interface com.speedment.runtime.core.db.SqlFunction
 
computeIntensityDefault() - Static method in interface com.speedment.runtime.core.stream.parallel.ParallelStrategy
A Parallel Strategy that is Java's default Iterator to Spliterator converter.
computeIntensityExtreme() - Static method in interface com.speedment.runtime.core.stream.parallel.ParallelStrategy
A Parallel Strategy that favors small sets with extremely high computational overhead.
computeIntensityHigh() - Static method in interface com.speedment.runtime.core.stream.parallel.ParallelStrategy
A Parallel Strategy that favors relatively small to medium sets with high computational overhead.
computeIntensityMedium() - Static method in interface com.speedment.runtime.core.stream.parallel.ParallelStrategy
A Parallel Strategy that favors relatively small to medium sets with medium computational overhead.
concat(Stream<T>...) - Static method in class com.speedment.runtime.core.util.StreamComposition
Creates a concatenated Stream whose elements are are all the elements of the streams in sequential order.
concatAndAutoClose(Stream<T>...) - Static method in class com.speedment.runtime.core.util.StreamComposition
Creates a lazily concatenated Stream whose elements are are all the elements of the streams in sequential order.
concatAndAutoClose(IntStream...) - Static method in class com.speedment.runtime.core.util.StreamComposition
 
concatAndAutoClose(LongStream...) - Static method in class com.speedment.runtime.core.util.StreamComposition
 
concatAndAutoClose(DoubleStream...) - Static method in class com.speedment.runtime.core.util.StreamComposition
 
CONFIG_PATH - Static variable in interface com.speedment.runtime.config.Project
 
ConfigurableIteratorSpliterator<T> - Interface in com.speedment.runtime.core.stream.parallel
 
configure(Class<? extends Manager<ENTITY>>) - Method in interface com.speedment.runtime.core.Speedment
Creates and Returns a manager configurator that can be used to configure an existing manager.
configureSelect(PreparedStatement) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
Configures a select statement for optimum read performance.
configureSelect(ResultSet) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
Configures a ResultSet for optimum read performance.
CONNECTION_URL - Static variable in interface com.speedment.runtime.config.Dbms
 
ConnectionPoolComponent - Interface in com.speedment.runtime.core.component.connectionpool
This Component interface is used for holding the connection pool that is being used by Speedment.
ConnectionUrlGenerator - Interface in com.speedment.runtime.core.db
A functional interface that given a certain Dbms instance can produce a connection URL.
constants() - Method in interface com.speedment.runtime.field.EnumField
Returns the set of possible values for this enum.
contains(String) - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field contains the given value.
containsIgnoreCase(String) - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field contains the given value while ignoring the case of the Strings that are compared.
CountTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
create(Document, Map<String, Object>, Class<? extends Document>) - Method in interface com.speedment.runtime.config.util.TraitUtil.TraitViewConstructor
 
create(Class<? extends ApplicationMetadata>) - Static method in interface com.speedment.runtime.core.ApplicationBuilder
Creates and returns a new ApplicationBuilder configured with the given ApplicationMetadata class.
create(Project, Field<ENTITY>, Class<ENTITY>) - Static method in interface com.speedment.runtime.core.component.sql.SqlTypeMapperHelper
Creates a new SqlTypeMapperHelper by using the default implementation.
create() - Static method in interface com.speedment.runtime.core.db.JavaTypeMap
Creates a new JavaTypeMap using the default implementation.
create() - Static method in interface com.speedment.runtime.core.util.ProgressMeasure
 
create(ColumnIdentifier<ENTITY>, BooleanGetter<ENTITY>, BooleanSetter<ENTITY>, TypeMapper<D, Boolean>, boolean) - Static method in interface com.speedment.runtime.field.BooleanField
Creates a new BooleanField using the default implementation.
create(ColumnIdentifier<ENTITY>, ByteGetter<ENTITY>, ByteSetter<ENTITY>, TypeMapper<D, Byte>, boolean) - Static method in interface com.speedment.runtime.field.ByteField
Creates a new ByteField using the default implementation.
create(ColumnIdentifier<ENTITY>, ByteGetter<ENTITY>, ByteSetter<ENTITY>, ByteField<FK_ENTITY, D>, TypeMapper<D, Byte>, boolean) - Static method in interface com.speedment.runtime.field.ByteForeignKeyField
Creates a new ByteForeignKeyField using the default implementation.
create(ColumnIdentifier<ENTITY>, CharGetter<ENTITY>, CharSetter<ENTITY>, TypeMapper<D, Character>, boolean) - Static method in interface com.speedment.runtime.field.CharField
Creates a new CharField using the default implementation.
create(ColumnIdentifier<ENTITY>, CharGetter<ENTITY>, CharSetter<ENTITY>, CharField<FK_ENTITY, D>, TypeMapper<D, Character>, boolean) - Static method in interface com.speedment.runtime.field.CharForeignKeyField
Creates a new CharForeignKeyField using the default implementation.
create(ColumnIdentifier<ENTITY>, ReferenceGetter<ENTITY, V>, ReferenceSetter<ENTITY, V>, TypeMapper<D, V>, boolean) - Static method in interface com.speedment.runtime.field.ComparableField
Creates a new ComparableField using the default implementation.
create(ColumnIdentifier<ENTITY>, ReferenceGetter<ENTITY, V>, ReferenceSetter<ENTITY, V>, HasComparableOperators<FK, V>, TypeMapper<D, V>, boolean) - Static method in interface com.speedment.runtime.field.ComparableForeignKeyField
Creates a new ComparableField using the default implementation.
create(ColumnIdentifier<ENTITY>, DoubleGetter<ENTITY>, DoubleSetter<ENTITY>, TypeMapper<D, Double>, boolean) - Static method in interface com.speedment.runtime.field.DoubleField
Creates a new DoubleField using the default implementation.
create(ColumnIdentifier<ENTITY>, DoubleGetter<ENTITY>, DoubleSetter<ENTITY>, DoubleField<FK_ENTITY, D>, TypeMapper<D, Double>, boolean) - Static method in interface com.speedment.runtime.field.DoubleForeignKeyField
Creates a new DoubleForeignKeyField using the default implementation.
create(ColumnIdentifier<ENTITY>, ReferenceGetter<ENTITY, E>, ReferenceSetter<ENTITY, E>, TypeMapper<D, E>, Function<E, String>, Function<String, E>, Class<E>) - Static method in interface com.speedment.runtime.field.EnumField
Create a new instance of this interface using the default implementation.
create(ColumnIdentifier<ENTITY>, ReferenceGetter<ENTITY, E>, ReferenceSetter<ENTITY, E>, TypeMapper<D, E>, HasComparableOperators<FK, E>, Function<E, String>, Function<String, E>, Class<E>) - Static method in interface com.speedment.runtime.field.EnumForeignKeyField
Create a new instance of this interface using the default implementation.
create(ColumnIdentifier<ENTITY>, FloatGetter<ENTITY>, FloatSetter<ENTITY>, TypeMapper<D, Float>, boolean) - Static method in interface com.speedment.runtime.field.FloatField
Creates a new FloatField using the default implementation.
create(ColumnIdentifier<ENTITY>, FloatGetter<ENTITY>, FloatSetter<ENTITY>, FloatField<FK_ENTITY, D>, TypeMapper<D, Float>, boolean) - Static method in interface com.speedment.runtime.field.FloatForeignKeyField
Creates a new FloatForeignKeyField using the default implementation.
create(ColumnIdentifier<ENTITY>, IntGetter<ENTITY>, IntSetter<ENTITY>, TypeMapper<D, Integer>, boolean) - Static method in interface com.speedment.runtime.field.IntField
Creates a new IntField using the default implementation.
create(ColumnIdentifier<ENTITY>, IntGetter<ENTITY>, IntSetter<ENTITY>, IntField<FK_ENTITY, D>, TypeMapper<D, Integer>, boolean) - Static method in interface com.speedment.runtime.field.IntForeignKeyField
Creates a new IntForeignKeyField using the default implementation.
create(ColumnIdentifier<ENTITY>, LongGetter<ENTITY>, LongSetter<ENTITY>, TypeMapper<D, Long>, boolean) - Static method in interface com.speedment.runtime.field.LongField
Creates a new LongField using the default implementation.
create(ColumnIdentifier<ENTITY>, LongGetter<ENTITY>, LongSetter<ENTITY>, LongField<FK_ENTITY, D>, TypeMapper<D, Long>, boolean) - Static method in interface com.speedment.runtime.field.LongForeignKeyField
Creates a new LongForeignKeyField using the default implementation.
create(ColumnIdentifier<ENTITY>, ReferenceGetter<ENTITY, V>, ReferenceSetter<ENTITY, V>, TypeMapper<D, V>, boolean) - Static method in interface com.speedment.runtime.field.ReferenceField
Creates a new ReferenceField using the default implementation.
create(ColumnIdentifier<ENTITY>, ShortGetter<ENTITY>, ShortSetter<ENTITY>, TypeMapper<D, Short>, boolean) - Static method in interface com.speedment.runtime.field.ShortField
Creates a new ShortField using the default implementation.
create(ColumnIdentifier<ENTITY>, ShortGetter<ENTITY>, ShortSetter<ENTITY>, ShortField<FK_ENTITY, D>, TypeMapper<D, Short>, boolean) - Static method in interface com.speedment.runtime.field.ShortForeignKeyField
Creates a new ShortForeignKeyField using the default implementation.
create(ColumnIdentifier<ENTITY>, ReferenceGetter<ENTITY, String>, ReferenceSetter<ENTITY, String>, TypeMapper<D, String>, boolean) - Static method in interface com.speedment.runtime.field.StringField
Creates a new StringField using the default implementation.
create(ColumnIdentifier<ENTITY>, ReferenceGetter<ENTITY, String>, ReferenceSetter<ENTITY, String>, StringField<FK, D>, TypeMapper<D, String>, boolean) - Static method in interface com.speedment.runtime.field.StringForeignKeyField
Creates a new StringForeignKeyField using the default implementation.
createArray(Dbms, String, Object[]) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
Factory method for creating Array objects.
createBlob(Dbms) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
Constructs an object that implements the Blob interface.
createClob(Dbms) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
Constructs an object that implements the Clob interface.
createNClob(Dbms) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
Constructs an object that implements the NClob interface.
createSQLXML(Dbms) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
Constructs an object that implements the SQLXML interface.
createStruct(Dbms, String, Object[]) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
Factory method for creating Struct objects.

D

DATABASE_TYPE - Static variable in interface com.speedment.runtime.config.trait.HasTypeMapper
The attribute under which the database type is stored in the configuration file.
DatabaseNamingConvention - Interface in com.speedment.runtime.core.db
Regulates how the full name of a database entity is constructed.
DatabaseUtil - Class in com.speedment.runtime.core.util
Utility methods for calculating values based on a configuration model.
DateIntToPrimitiveShortMapper - Class in com.speedment.runtime.typemapper.integer
Specialized Type Mapper that stores dates on the form YYYYMMDD as a single short value (the number of days since the beginning of epoch time).
DateIntToPrimitiveShortMapper() - Constructor for class com.speedment.runtime.typemapper.integer.DateIntToPrimitiveShortMapper
 
DateIntToShortMapper - Class in com.speedment.runtime.typemapper.integer
Specialized Type Mapper that stores dates on the form YYYYMMDD as a single short value (the number of days since the beginning of epoch time).
DateIntToShortMapper() - Constructor for class com.speedment.runtime.typemapper.integer.DateIntToShortMapper
 
DateToIntMapper - Class in com.speedment.runtime.typemapper.time
 
DateToIntMapper() - Constructor for class com.speedment.runtime.typemapper.time.DateToIntMapper
 
DateToLocalDateMapper - Class in com.speedment.runtime.typemapper.time
A mapping from SQL's Date to Java's LocalDate.
DateToLocalDateMapper() - Constructor for class com.speedment.runtime.typemapper.time.DateToLocalDateMapper
 
DateToLongMapper - Class in com.speedment.runtime.typemapper.time
 
DateToLongMapper() - Constructor for class com.speedment.runtime.typemapper.time.DateToLongMapper
 
Dbms - Interface in com.speedment.runtime.config
A typed Document that represents a dbms instance in the database.
DbmsColumnHandler - Interface in com.speedment.runtime.core.db
A DbmsColumnHandler governs selection of columns used in queries to the database
DBMSES - Static variable in interface com.speedment.runtime.config.Project
 
dbmses() - Method in interface com.speedment.runtime.config.Project
Return a Stream of all dbmses that exists in this Project.
DbmsHandlerComponent - Interface in com.speedment.runtime.core.component
This class holds the various DbmsTypes currently installed in the Speedment platform.
DbmsIdentifier<ENTITY> - Interface in com.speedment.runtime.config.identifier
Identifies a particular Schema.
DbmsIdentifier.Hidden - Class in com.speedment.runtime.config.identifier
 
DbmsMetadataHandler - Interface in com.speedment.runtime.core.db
A DbmsMetadataHandler provides the interface between Speedment and an underlying Dbms for when initially loading the metadata.
DbmsMutator<DOC extends Dbms> - Class in com.speedment.runtime.config.mutator
 
DbmsMutator(DOC) - Constructor for class com.speedment.runtime.config.mutator.DbmsMutator
 
DbmsOperationHandler - Interface in com.speedment.runtime.core.db
A DbmsOperationHandler provides the interface between Speedment and an underlying Dbms for when running queries.
DbmsType - Interface in com.speedment.runtime.core.db
The DbmsType interface defines unique properties for different Dbms types.
DbmsType.SkipLimitSupport - Enum in com.speedment.runtime.core.db
 
DbmsType.SortByNullOrderInsertion - Enum in com.speedment.runtime.core.db
The sort by null order insertion.
DbmsType.SubSelectAlias - Enum in com.speedment.runtime.core.db
The sub-select alias mode.
dbmsTypeOf(DbmsHandlerComponent, Dbms) - Static method in class com.speedment.runtime.core.util.DatabaseUtil
Returns the DbmsType for the specified Dbms.
DECIMAL_DIGITS - Static variable in interface com.speedment.runtime.config.trait.HasDecimalDigits
The key of the decimalDigits property.
decode(String) - Method in interface com.speedment.runtime.config.util.DocumentTranscoder.Decoder
Decodes the specified JSON string into a map.
deepCopy(DOC, Function<Map<String, Object>, DOC>) - Static method in class com.speedment.runtime.config.util.DocumentUtil
Creates a deep copy of the raw map in the specified document and wrap it in a new typed document using the specified constructor.
deepCopy(DOC, BiFunction<P, Map<String, Object>, DOC>) - Static method in class com.speedment.runtime.config.util.DocumentUtil
Creates a deep copy of the raw map in the specified document and wrap it in a new typed document using the specified constructor.
DEFAULT_COMPANY_NAME - Static variable in interface com.speedment.runtime.config.Project
 
DEFAULT_PACKAGE_LOCATION - Static variable in interface com.speedment.runtime.config.Project
 
DEFAULT_PACKAGE_NAME - Static variable in interface com.speedment.runtime.config.Project
 
DEFAULT_PROJECT_NAME - Static variable in interface com.speedment.runtime.config.Project
 
DEFAULT_SCHEMA - Static variable in interface com.speedment.runtime.config.Schema
 
defaultNameFor(C) - Method in interface com.speedment.runtime.config.trait.HasChildren
Generates a new default name for the specified child by appending an unique number to the HasMainInterface.mainInterface() of that document.
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.doubles.DoubleCountTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.ints.IntCountTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.longs.LongCountTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.AllMatchTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.AnyMatchTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.CollectSupplierAccumulatorCombinerTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.CollectTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.CountTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.FindAnyTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.FindFirstTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.ForEachOrderedTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.ForEachTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.IteratorTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.MaxTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.MinTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.NoneMatchTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.ReduceIdentityCombinerTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.ReduceIdentityTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.ReduceTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.SpliteratorTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.ToArrayGeneratorTerminator
 
defaultTerminator() - Static method in interface com.speedment.runtime.core.component.sql.override.reference.ToArrayTerminator
 
Document - Interface in com.speedment.runtime.config
The Document is the base structure for storing configuration parameters and can be seen as a hierarchial key-value store.
document() - Method in interface com.speedment.runtime.config.mutator.DocumentMutator
 
DocumentDbUtil - Class in com.speedment.runtime.config.util
Common utility methods specific to the database document model.
DocumentMutator<DOC extends Document> - Interface in com.speedment.runtime.config.mutator
 
DocumentTranscoder - Class in com.speedment.runtime.config.util
Various utility methods for transcoding and decoding documents into JSON.
DocumentTranscoder.Decoder - Interface in com.speedment.runtime.config.util
A functional interface describing a method that decodes a JSON String into a map of key-value pairs.
DocumentTranscoder.Encoder - Interface in com.speedment.runtime.config.util
A functional interface describing a method that encodes a map of key-value pairs into a JSON String.
DocumentUtil - Class in com.speedment.runtime.config.util
Common utility methods for working with instances of the Document interface.
DocumentUtil.Name - Enum in com.speedment.runtime.config.util
An enumeration of the types of names that documents can have.
DONE - Static variable in interface com.speedment.runtime.core.util.ProgressMeasure
 
DoubleCountTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.doubles
 
DoubleField<ENTITY,D> - Interface in com.speedment.runtime.field
A field that represents a primitive double value.
DoubleForeignKeyField<ENTITY,D,FK_ENTITY> - Interface in com.speedment.runtime.field
A field that represents a primitive double value that references another column using a foreign key.
DoubleGetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
DoubleSetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the setXXX(value) method for a particular field in an entity.
DoubleSqlStreamTerminatorOverride - Interface in com.speedment.runtime.core.component.sql.override.doubles
An interface used for overriding a DoubleStream's terminating operations.
DoubleTerminator - Interface in com.speedment.runtime.core.component.sql.override.doubles
 
DoubleToFloatMapper - Class in com.speedment.runtime.typemapper.doubles
Maps between Double and Float values by simply casting to lower precision.
DoubleToFloatMapper() - Constructor for class com.speedment.runtime.typemapper.doubles.DoubleToFloatMapper
 

E

effectiveType(boolean) - Method in enum com.speedment.runtime.field.predicate.PredicateType
 
EmailUtil - Class in com.speedment.runtime.core.util
Reads and writes to the internal file where a user's email address is stored.
empty() - Static method in interface com.speedment.runtime.core.ApplicationBuilder
Creates and returns a new empty ApplicationBuilder.
empty(ClassLoader) - Static method in interface com.speedment.runtime.core.ApplicationBuilder
Creates and returns a new empty ApplicationBuilder.
empty() - Static method in interface com.speedment.runtime.core.component.sql.Metrics
Returns an empty metrics.
ENABLED - Static variable in interface com.speedment.runtime.config.trait.HasEnabled
The key of the enabled property.
ENABLED_DEFAULT - Static variable in interface com.speedment.runtime.config.trait.HasEnabled
If a Document should be considered true if it is not specified in the map.
encloseField(String) - Method in interface com.speedment.runtime.core.db.DatabaseNamingConvention
Encloses the specified database name field in accordance to this database naming convention.
encode(Map<String, Object>) - Method in interface com.speedment.runtime.config.util.DocumentTranscoder.Encoder
Encodes the specified map into a JSON string.
endsWith(String) - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field ends with the given value.
endsWithIgnoreCase(String) - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field ends with the given value while ignoring the case of the Strings that are compared.
EntityManager - Interface in com.speedment.runtime.core.component
An Entity Manager is be used to handle persistence for any Entity.
ENUM_CONSTANTS - Static variable in interface com.speedment.runtime.config.trait.HasEnumConstants
The attribute for the 'enumConstants' field in the JSON Configuration file.
enumClass() - Method in interface com.speedment.runtime.field.EnumField
Returns the enum class of this field.
EnumField<ENTITY,D,E extends Enum<E>> - Interface in com.speedment.runtime.field
A field representing an Enum value in the entity.
EnumForeignKeyField<ENTITY,D,E extends Enum<E>,FK> - Interface in com.speedment.runtime.field
A field representing an Enum value in the entity that has a finder to another entity.
enumToString() - Method in interface com.speedment.runtime.field.EnumField
A method that takes an enum and converts it into a String.
enumToString() - Method in interface com.speedment.runtime.field.EnumForeignKeyField
A method that takes an enum and converts it into a String.
equal(String) - Method in interface com.speedment.runtime.field.EnumField
Returns a new predicate that evaluates if entities has a enum value for this field with a value that is equal to the specified value.
equal(V) - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is equal to the given value.
equalIgnoreCase(String) - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field is equal to the given value while ignoring the case of the Strings that are compared.
equals(Object) - Method in class com.speedment.runtime.core.stream.action.Statement
 
excludedInInsertStatement() - Method in interface com.speedment.runtime.core.db.DbmsColumnHandler
By default, all columns are included in SQL INSERT statements, this predicate allows exclusion from that rule in order to for example exclude auto incremented fields.
executeDelete(Dbms, String, List<?>) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
Executes an SQL delete command.
executeInsert(Dbms, String, List<?>, Collection<Field<ENTITY>>, Consumer<List<Long>>) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
Executes an SQL update command.
executeQuery(Dbms, String, SqlFunction<ResultSet, T>) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
Eagerly executes a SQL query and subsequently maps each row in the ResultSet using a provided mapper and return a Stream of the mapped objects.
executeQuery(Dbms, String, List<?>, SqlFunction<ResultSet, T>) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
Eagerly executes a SQL query and subsequently maps each row in the ResultSet using a provided mapper and return a stream of the mapped objects.
executeQueryAsync(Dbms, String, List<?>, SqlFunction<ResultSet, T>, ParallelStrategy) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
Lazily Executes a SQL query and subsequently maps each row in the ResultSet using a provided mapper and return a stream of the mapped objects.
executeUpdate(Dbms, String, List<?>) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
Executes an SQL update command.

F

Field<ENTITY> - Interface in com.speedment.runtime.field
The base interface for all fields.
FieldCollector<T,A,R> - Interface in com.speedment.runtime.field.collector
 
FieldCollectors - Class in com.speedment.runtime.field.collector
A number of collectors specialized for entities.
FieldComparator<ENTITY> - Interface in com.speedment.runtime.field.comparator
A specialized Comparator that contains meta data information about the field that is being compared.
FieldPredicate<ENTITY> - Interface in com.speedment.runtime.field.predicate
The base interface for all predicates generated by Speedment entity fields.
FieldPredicateView - Interface in com.speedment.runtime.core.db
 
fields() - Method in interface com.speedment.runtime.core.manager.Manager
Returns a stream of the fields that every entity in this Manager contains.
findAny(TableIdentifier<ENTITY>, HasComparableOperators<ENTITY, V>, V) - Method in interface com.speedment.runtime.core.component.StreamSupplierComponent
Finds a particular entity in the source where the specified field has the specified value.
FindAnyTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
findBackwardsBy(HasFinder<ENTITY, FK_ENTITY>, FK_ENTITY) - Method in interface com.speedment.runtime.core.manager.Manager
Retrieves and returns a stream of matching entities that matches the given a foreign key relation (foreign field and entity).
findBy(HasFinder<FK_ENTITY, ENTITY>, FK_ENTITY) - Method in interface com.speedment.runtime.core.manager.Manager
Retrieves and returns an Entity that matches the given a foreign key relation (foreign field and entity).
findByName(String) - Method in interface com.speedment.runtime.core.component.DbmsHandlerComponent
Searches for the specified DbmsType by its name as defined by DbmsType.getName().
findByNullable(HasNullableFinder<FK_ENTITY, ENTITY>, FK_ENTITY) - Method in interface com.speedment.runtime.core.manager.Manager
Retrieves and returns a stream of Entities (with one or zero elements) that matches the given a foreign key relation (foreign field and entity).
findColumn(String) - Method in interface com.speedment.runtime.config.Table
Locate the Column child with the specified id if it exists, else return an empty Optional.
findColumn() - Method in interface com.speedment.runtime.config.trait.HasColumn
Locates and returns the column referenced by the HasName.getName() method.
findColumn(Project) - Method in interface com.speedment.runtime.field.trait.HasIdentifier
Locates the column that this field is referencing by using the specified Project instance.
findConnectionUrl(DbmsHandlerComponent, Dbms) - Static method in class com.speedment.runtime.core.util.DatabaseUtil
Determines the connection URL to use for the specified Dbms by first: checking if the CONNECTION_URL property is set; otherwise, calculate it using the DbmsType.
findDatabaseType() - Method in interface com.speedment.runtime.config.trait.HasTypeMapper
Returns the class that represents the database type.
findDbmsType(DbmsHandlerComponent, Dbms) - Static method in class com.speedment.runtime.core.util.DatabaseUtil
Locates the DbmsType corresponding to the specified Dbms, or throws a SpeedmentException if it can not be found.
finder(TableIdentifier<FK_ENTITY>, Supplier<Stream<FK_ENTITY>>) - Method in interface com.speedment.runtime.field.trait.HasFinder
Returns a function that can be used to find referenced entities using the specified manager.
finderBackwardsBy(HasFinder<ENTITY, FK_ENTITY>) - Method in interface com.speedment.runtime.core.manager.Manager
Returns a Function that, when it is applied, will produce an equivalent result as if Manager.findBackwardsBy(HasFinder, Object) was called.
finderBy(HasFinder<FK_ENTITY, ENTITY>) - Method in interface com.speedment.runtime.core.manager.Manager
Returns a Function that, when it is applied, will produce an equivalent result as if Manager.finderByNullable(HasNullableFinder) was called.
finderByNullable(HasNullableFinder<FK_ENTITY, ENTITY>) - Method in interface com.speedment.runtime.core.manager.Manager
Returns a Function that, when it is applied, will produce an equivalent result as if Manager.findByNullable(HasNullableFinder, Object) was called.
FindFirstTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
findForeignColumn() - Method in interface com.speedment.runtime.config.ForeignKeyColumn
A helper method for accessing the foreign Column referenced by this key.
findForeignKey(String) - Method in interface com.speedment.runtime.config.Table
Locate the ForeignKey child with the specified id if it exists, else return an empty Optional.
findForeignTable() - Method in interface com.speedment.runtime.config.ForeignKeyColumn
A helper method for accessing the foreign Table referenced by this key.
FindFrom<ENTITY,FK_ENTITY> - Interface in com.speedment.runtime.field.method
A handle for a find-operation that can be replaced runtime to optimize a Stream.
FindFromNullable<ENTITY,FK_ENTITY> - Interface in com.speedment.runtime.field.method
A handle for a find-operation that can be replaced runtime to optimize a Stream.
findIndex(String) - Method in interface com.speedment.runtime.config.Table
Locate the Index child with the specified id if it exists, else return an empty Optional.
findJdbcType(Map<String, Class<?>>, ColumnMetaData) - Method in interface com.speedment.runtime.core.db.JavaTypeMap
Looks through all the rules that has been installed into this rule engine to try and find one that returns something other than an empty Optional.
findJdbcType(Map<String, Class<?>>, ColumnMetaData) - Method in interface com.speedment.runtime.core.db.JavaTypeMap.Rule
Returns the java type that should be used to represent the column with the specified metadata.
findPrimaryKeyColumn(String) - Method in interface com.speedment.runtime.config.Table
Locate the PrimaryKeyColumn child with the specified id if it exists, else return an empty Optional.
findTableByName(String) - Method in interface com.speedment.runtime.config.Project
Locates the table with the specified full name in this project.
FloatField<ENTITY,D> - Interface in com.speedment.runtime.field
A field that represents a primitive float value.
FloatForeignKeyField<ENTITY,D,FK_ENTITY> - Interface in com.speedment.runtime.field
A field that represents a primitive float value that references another column using a foreign key.
FloatGetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
FloatSetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the setXXX(value) method for a particular field in an entity.
ForEachOrderedTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
ForEachTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
FOREIGN_COLUMN_NAME - Static variable in interface com.speedment.runtime.config.ForeignKeyColumn
 
FOREIGN_DATABASE_NAME - Static variable in interface com.speedment.runtime.config.ForeignKeyColumn
 
FOREIGN_KEY_COLUMNS - Static variable in interface com.speedment.runtime.config.ForeignKey
 
FOREIGN_KEYS - Static variable in interface com.speedment.runtime.config.Table
 
FOREIGN_SCHEMA_NAME - Static variable in interface com.speedment.runtime.config.ForeignKeyColumn
 
FOREIGN_TABLE_NAME - Static variable in interface com.speedment.runtime.config.ForeignKeyColumn
 
ForeignKey - Interface in com.speedment.runtime.config
A typed Document that represents a foreign key instance in the database.
ForeignKeyColumn - Interface in com.speedment.runtime.config
A typed Document that represents the column referenced by a foreign key instance in the database.
ForeignKeyColumnMutator<DOC extends ForeignKeyColumn> - Class in com.speedment.runtime.config.mutator
 
ForeignKeyColumnMutator(DOC) - Constructor for class com.speedment.runtime.config.mutator.ForeignKeyColumnMutator
 
foreignKeyColumns() - Method in interface com.speedment.runtime.config.ForeignKey
Creates a stream of foreign key columns located in this document.
ForeignKeyMutator<DOC extends ForeignKey> - Class in com.speedment.runtime.config.mutator
 
ForeignKeyMutator(DOC) - Constructor for class com.speedment.runtime.config.mutator.ForeignKeyMutator
 
foreignKeys() - Method in interface com.speedment.runtime.config.Table
Creates a stream of foreign keys located in this document.
free() - Method in class com.speedment.runtime.typemapper.largeobject.StringClob
 
from(Dbms) - Method in interface com.speedment.runtime.core.db.ConnectionUrlGenerator
Returns the connection URL for the specified database information.
fullNameOf(String, String, String) - Method in interface com.speedment.runtime.core.db.DatabaseNamingConvention
Returns the full name used in the database for the specified column.
fullNameOf(String, String) - Method in interface com.speedment.runtime.core.db.DatabaseNamingConvention
Returns the full name used in the database for the specified parameters.
fullNameOf(ColumnIdentifier<?>) - Method in interface com.speedment.runtime.core.db.DatabaseNamingConvention
Returns the full name used in the database for the specified ColumnIdentifier.
fullNameOf(PrimaryKeyColumn) - Method in interface com.speedment.runtime.core.db.DatabaseNamingConvention
Returns the full name used in the database for the specified PrimaryKeyColumn.
fullNameOf(Column) - Method in interface com.speedment.runtime.core.db.DatabaseNamingConvention
Returns the full name used in the database for the specified Column.
fullNameOf(Table) - Method in interface com.speedment.runtime.core.db.DatabaseNamingConvention
Returns the full name used in the database for the specified Table.

G

GeneratedCode - Annotation Type in com.speedment.runtime.core.annotation
Deprecated.
This annotation class has been replaced by com.speedment.common.annotation.GeneratedCode. Please re-generate your classes
get(String) - Method in interface com.speedment.runtime.config.Document
Returns the value mapped to the specified key, or an empty Optional if no value was found.
get(String) - Method in interface com.speedment.runtime.core.component.PasswordComponent
Returns the password associated with the specified dbms.
get(Dbms) - Method in interface com.speedment.runtime.core.component.PasswordComponent
Returns the password associated with the specified dbms.
get(Pipeline, DbmsType) - Method in interface com.speedment.runtime.core.component.sql.SqlStreamOptimizerComponent
 
get(String) - Method in interface com.speedment.runtime.core.db.JavaTypeMap
Returns the mapped type for the particular key.
get() - Method in interface com.speedment.runtime.core.db.SqlSupplier
 
get(Class<T>) - Method in interface com.speedment.runtime.core.Speedment
Returns the specified component from the platform, or if it does not exist, an empty Optional.
get() - Method in class com.speedment.runtime.core.stream.action.Action
 
get(int) - Method in interface com.speedment.runtime.core.stream.Pipeline
 
get(ENTITY) - Method in interface com.speedment.runtime.field.trait.HasReferenceValue
Gets the value form the Entity field.
getAlias() - Method in interface com.speedment.runtime.config.trait.HasAlias
Returns the alias of the specified document.
getAllMatchTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getAnyMatchTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getAppId() - Method in interface com.speedment.runtime.config.Project
Returns the unique id for this application.
getAsBoolean(String) - Method in interface com.speedment.runtime.config.Document
Returns the boolean mapped to the specified key, or an empty OptionalBoolean if no value was found.
getAsBoolean(ENTITY) - Method in interface com.speedment.runtime.field.trait.HasBooleanValue
Gets the value from the Entity field.
getAsByte(ENTITY) - Method in interface com.speedment.runtime.field.trait.HasByteValue
Gets the value from the Entity field.
getAsChar(ENTITY) - Method in interface com.speedment.runtime.field.trait.HasCharValue
Gets the value from the Entity field.
getAsciiStream() - Method in class com.speedment.runtime.typemapper.largeobject.StringClob
 
getAsDouble(String) - Method in interface com.speedment.runtime.config.Document
Returns the double mapped to the specified key, or an empty OptionalDouble if no value was found.
getAsDouble(ENTITY) - Method in interface com.speedment.runtime.field.trait.HasDoubleValue
Gets the value from the Entity field.
getAsFloat(ENTITY) - Method in interface com.speedment.runtime.field.trait.HasFloatValue
Gets the value from the Entity field.
getAsInt(String) - Method in interface com.speedment.runtime.config.Document
Returns the int mapped to the specified key, or an empty OptionalInt if no value was found.
getAsInt(ENTITY) - Method in interface com.speedment.runtime.field.trait.HasIntValue
Gets the value from the Entity field.
getAsLong(String) - Method in interface com.speedment.runtime.config.Document
Returns the long mapped to the specified key, or an empty OptionalLong if no value was found.
getAsLong(ENTITY) - Method in interface com.speedment.runtime.field.trait.HasLongValue
Gets the value from the Entity field.
getAsShort(ENTITY) - Method in interface com.speedment.runtime.field.trait.HasShortValue
Gets the value from the Entity field.
getAsString(String) - Method in interface com.speedment.runtime.config.Document
Returns the String mapped to the specified key, or an empty Optional if no value was found.
GetBoolean<ENTITY,D> - Interface in com.speedment.runtime.field.method
A more detailed BooleanGetter that also contains information about the field that created it.
GetByte<ENTITY,D> - Interface in com.speedment.runtime.field.method
A more detailed ByteGetter that also contains information about the field that created it.
GetChar<ENTITY,D> - Interface in com.speedment.runtime.field.method
A more detailed CharGetter that also contains information about the field that created it.
getCharacterStream() - Method in class com.speedment.runtime.typemapper.largeobject.StringClob
 
getCharacterStream(long, long) - Method in class com.speedment.runtime.typemapper.largeobject.StringClob
 
getCharOctetLength() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Return (for char types) the maximum number of bytes in the column.
getCollectSupplierAccumulatorCombinerTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getCollectTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getColumnDef() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns the default value for the column, which should be interpreted as a string when the value is enclosed in single quotes (may be null).
getColumnHandler() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the handler responsible for column inclusion/exclusion in queries to databases
getColumnName() - Method in interface com.speedment.runtime.config.identifier.trait.HasColumnName
Returns the database name of the Column that this configuration object is in.
getColumnName() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns the column name.
getColumnSize() - Method in interface com.speedment.runtime.config.trait.HasColumnSize
Gets the column size of this Document.
getColumnSize() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns the column size.
getCompanyName() - Method in interface com.speedment.runtime.config.Project
Returns the name of the company that should be used in generated code.
getConfigPath() - Method in interface com.speedment.runtime.config.Project
Returns the path to the configuration file for this project.
getConnection(String, String, char[]) - Method in interface com.speedment.runtime.core.component.connectionpool.ConnectionPoolComponent
Returns a {link PoolableConnection} from this connection pool.
getConnection(Dbms) - Method in interface com.speedment.runtime.core.component.connectionpool.ConnectionPoolComponent
Returns a {link PoolableConnection} from this connection pool.
getConnectionUrl() - Method in interface com.speedment.runtime.config.Dbms
Returns the explicit connection URL to use for this Dbms if the user has specified one, or an empty Optional if one should be generated automatically by the DbmsType.
getConnectionUrlGenerator() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the ConnectionUrlGenerator for this database.
getCounter() - Method in interface com.speedment.runtime.core.component.sql.SqlStreamOptimizerInfo
Returns a BiFunction that will read in the count long value from the database.
getCountTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getCreated() - Method in interface com.speedment.runtime.core.component.connectionpool.PoolableConnection
 
getCurrentAction() - Method in interface com.speedment.runtime.core.util.ProgressMeasure
Gets the current action.
getData() - Method in interface com.speedment.runtime.config.Document
Returns the raw data-map used in this Document.
getDatabaseNamingConvention() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the naming convention used by this database.
getDatabaseType() - Method in interface com.speedment.runtime.config.trait.HasTypeMapper
Returns the name of the class that represents the database type.
getDataType() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns the SQL type from java.sql.Types.
getDataTypes() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns a pre-defined Set for the TypeInfoMetaData for this database type.
getDbmsInfoString(Dbms) - Method in interface com.speedment.runtime.core.db.DbmsMetadataHandler
Returns a string with information on the current dbms.
getDbmsName() - Method in interface com.speedment.runtime.config.identifier.trait.HasDbmsName
Returns the database name of the Dbms that this configuration object is in.
getDbmsNameMeaning() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns a textual representation of what the database name is used for.
getDbmsType() - Method in interface com.speedment.runtime.core.component.sql.SqlStreamOptimizerInfo
Returns the DbmsType.
getDecimalDigits() - Method in interface com.speedment.runtime.config.trait.HasDecimalDigits
Gets the decimal digits of this Document.
getDecimalDigits() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns the number of fractional digits.
getDecimals() - Method in interface com.speedment.runtime.core.db.metadata.TypeInfoMetaData
 
getDefaultDbmsName() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the default name for this DbmsType.
getDefaultPort() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the default port for this DbmsType.
getDefaultSchemaName() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the default name for the Schema when this DbmsType is used.
GetDouble<ENTITY,D> - Interface in com.speedment.runtime.field.method
A more detailed DoubleGetter that also contains information about the field that created it.
getDoubleCountTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.doubles.DoubleSqlStreamTerminatorOverride
 
getDriverManagerName() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the non-null Driver Manager Name for this DbmsType.
getDriverName() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the non-null fully qualified JDBC class name for this DbmsType.
getEmail() - Static method in class com.speedment.runtime.core.util.EmailUtil
Returns the email address of the current user.
getEntityClass() - Method in interface com.speedment.runtime.core.manager.Manager
Returns the entity class for this Manager.
getEnumConstants() - Method in interface com.speedment.runtime.config.trait.HasEnumConstants
Returns a comma separated string of the possible values that this column may have.
getExpires() - Method in interface com.speedment.runtime.core.component.connectionpool.PoolableConnection
 
getField() - Method in interface com.speedment.runtime.field.collector.FieldCollector
Returns the field that this collector is associated with.
getField() - Method in interface com.speedment.runtime.field.comparator.FieldComparator
Returns the field that created this comparator.
getField() - Method in interface com.speedment.runtime.field.method.BackwardFinder
Returns the field that the stream references.
getField() - Method in interface com.speedment.runtime.field.method.GetBoolean
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.runtime.field.method.GetByte
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.runtime.field.method.GetChar
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.runtime.field.method.GetDouble
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.runtime.field.method.GetFloat
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.runtime.field.method.GetInt
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.runtime.field.method.GetLong
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.runtime.field.method.GetReference
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.runtime.field.method.GetShort
Returns the field that created the get()-operation.
getField() - Method in interface com.speedment.runtime.field.method.SetToBoolean
Returns the field that this setter sets.
getField() - Method in interface com.speedment.runtime.field.method.SetToByte
Returns the field that this setter sets.
getField() - Method in interface com.speedment.runtime.field.method.SetToChar
Returns the field that this setter sets.
getField() - Method in interface com.speedment.runtime.field.method.SetToDouble
Returns the field that this setter sets.
getField() - Method in interface com.speedment.runtime.field.method.SetToFloat
Returns the field that this setter sets.
getField() - Method in interface com.speedment.runtime.field.method.SetToInt
Returns the field that this setter sets.
getField() - Method in interface com.speedment.runtime.field.method.SetToLong
Returns the field that this setter sets.
getField() - Method in interface com.speedment.runtime.field.method.SetToReference
Returns the field that this setter sets.
getField() - Method in interface com.speedment.runtime.field.method.SetToShort
Returns the field that this setter sets.
getField() - Method in interface com.speedment.runtime.field.predicate.trait.HasField
Returns the Field that was used to generate this predicate.
getFieldPredicateView() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the FieldPredicateView for this database.
getFindAnyTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getFindFirstTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getFirst() - Method in interface com.speedment.runtime.core.stream.Pipeline
 
getFirstOperandAsRaw(FieldPredicate<?>) - Static method in class com.speedment.runtime.field.util.PredicateOperandUtil
Returns the first operand of the specified FieldPredicate, throwing an exception if it doesn't exist.
getFirstOperandAsRawSet(FieldPredicate<?>) - Static method in class com.speedment.runtime.field.util.PredicateOperandUtil
Returns the first operand of the specified FieldPredicate as a java.util.Set, throwing an exception if it doesn't exist or if it wasn't a Set.
GetFloat<ENTITY,D> - Interface in com.speedment.runtime.field.method
A more detailed FloatGetter that also contains information about the field that created it.
getForEachOrderedTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getForEachTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getForeignColumnName() - Method in interface com.speedment.runtime.config.ForeignKeyColumn
Returns the name of the foreign table referenced by this column.
getForeignDatabaseName() - Method in interface com.speedment.runtime.config.ForeignKeyColumn
Returns the name of the foreign database referenced by this column.
getForeignSchemaName() - Method in interface com.speedment.runtime.config.ForeignKeyColumn
Returns the name of the foreign schema(depends on DBMS type) referenced by this column.
getForeignTableName() - Method in interface com.speedment.runtime.config.ForeignKeyColumn
Returns the name of the foreign column referenced by this column.
getId() - Method in interface com.speedment.runtime.config.trait.HasId
Gets the id of this Document.
getId() - Method in interface com.speedment.runtime.core.component.connectionpool.PoolableConnection
 
getImplementationVersion() - Method in interface com.speedment.runtime.core.component.InfoComponent
Return the non-null version of this Speedment implementation.
getInclusionOperand(FieldPredicate<?>) - Static method in class com.speedment.runtime.field.util.PredicateOperandUtil
Returns the Inclusion operand of the specified FieldPredicate, throwing an exception if it doesn't exist.
getInitialQuery() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the initial SQL connection verification query to send to the database during speedment startup.
getInitialSupplier() - Method in interface com.speedment.runtime.core.stream.Pipeline
 
GetInt<ENTITY,D> - Interface in com.speedment.runtime.field.method
A more detailed IntGetter that also contains information about the field that created it.
getIntCountTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.ints.IntSqlStreamTerminatorOverride
 
getIpAddress() - Method in interface com.speedment.runtime.config.Dbms
Returns the address of the database host if it is specified.
getIsAutoincrement() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns whether this column is auto incremented.
getIsGeneratedcolumn() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns whether this is a generated column.
getIteratorTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getJavaClass() - Method in interface com.speedment.runtime.core.component.resultset.ResultSetMapping
Returns the Java Class to use for this type mapping.
getJavaName() - Method in interface com.speedment.runtime.config.trait.HasAlias
Returns the java name of this Document.
getJavaSqlTypeInt() - Method in interface com.speedment.runtime.core.db.metadata.TypeInfoMetaData
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.bigdecimal.BigDecimalToDouble
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.doubles.DoubleToFloatMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.doubles.PrimitiveDoubleToFloatMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.integer.DateIntToPrimitiveShortMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.integer.DateIntToShortMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.integer.IntegerToByteMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.integer.IntegerToShortMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.integer.IntegerZeroOneToBooleanMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.integer.PrimitiveIntegerToByteMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.integer.PrimitiveIntegerToShortMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.integer.PrimitiveIntegerZeroOneToBooleanMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.largeobject.BlobToByteArrayMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.largeobject.ClobToStringMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.longs.LongToByteMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.longs.LongToIntegerMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.longs.LongToShortMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToByteMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToIntegerMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToShortMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.other.BinaryToByteArrayMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.other.BinaryToUuidMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.primitive.PrimitiveTypeMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.shorts.PrimitiveShortToByteMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.shorts.ShortToByteMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.string.StringToLocaleMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.string.TrueFalseStringToBooleanMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.string.YesNoStringToBooleanMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.time.DateToIntMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.time.DateToLocalDateMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.time.DateToLongMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.time.TimestampToIntMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.time.TimestampToLocalDateTimeMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.time.TimestampToLongMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.time.TimeToIntMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.time.TimeToLocalTimeMapper
 
getJavaType(Column) - Method in class com.speedment.runtime.typemapper.time.TimeToLongMapper
 
getJavaType(Column) - Method in interface com.speedment.runtime.typemapper.TypeMapper
Returns a type describing the resulting java type when this mapper is applied to a database result.
getJavaTypeCategory(Column) - Method in class com.speedment.runtime.typemapper.other.BinaryToByteArrayMapper
 
getJavaTypeCategory(Column) - Method in interface com.speedment.runtime.typemapper.TypeMapper
Returns the TypeMapper.Category of the type returned by TypeMapper.getJavaType(Column).
getLabel() - Method in class com.speedment.runtime.typemapper.bigdecimal.BigDecimalToDouble
 
getLabel() - Method in class com.speedment.runtime.typemapper.doubles.DoubleToFloatMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.doubles.PrimitiveDoubleToFloatMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.integer.DateIntToPrimitiveShortMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.integer.DateIntToShortMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.integer.IntegerToByteMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.integer.IntegerToShortMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.integer.IntegerZeroOneToBooleanMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.integer.PrimitiveIntegerToByteMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.integer.PrimitiveIntegerToShortMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.integer.PrimitiveIntegerZeroOneToBooleanMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.largeobject.BlobToByteArrayMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.largeobject.ClobToStringMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.longs.LongToByteMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.longs.LongToIntegerMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.longs.LongToShortMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToByteMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToIntegerMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToShortMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.other.BinaryToByteArrayMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.other.BinaryToUuidMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.primitive.PrimitiveTypeMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.shorts.PrimitiveShortToByteMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.shorts.ShortToByteMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.string.StringToLocaleMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.string.TrueFalseStringToBooleanMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.string.YesNoStringToBooleanMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.time.DateToIntMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.time.DateToLocalDateMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.time.DateToLongMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.time.TimestampToIntMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.time.TimestampToLocalDateTimeMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.time.TimestampToLongMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.time.TimeToIntMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.time.TimeToLocalTimeMapper
 
getLabel() - Method in class com.speedment.runtime.typemapper.time.TimeToLongMapper
 
getLabel() - Method in interface com.speedment.runtime.typemapper.TypeMapper
Returns the label for this mapper that should appear to the end user.
getLast() - Method in interface com.speedment.runtime.core.stream.Pipeline
 
getLoggerName() - Method in interface com.speedment.runtime.core.ApplicationBuilder.HasLogglerName
 
getLoggerName() - Method in enum com.speedment.runtime.core.ApplicationBuilder.LogType
 
GetLong<ENTITY,D> - Interface in com.speedment.runtime.field.method
A more detailed LongGetter that also contains information about the field that created it.
getLongCountTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.longs.LongSqlStreamTerminatorOverride
 
getMaxAge() - Method in interface com.speedment.runtime.core.component.connectionpool.ConnectionPoolComponent
Returns the maximum age for recyclable connections.
getMaxRetainSize() - Method in interface com.speedment.runtime.core.component.connectionpool.ConnectionPoolComponent
Returns the maximum number of connection this pool will retain when connections are returned.
getMaxTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getMetadataHandler() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the handler responsible for loading the metadata when running this type of database.
getMinTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getName() - Method in interface com.speedment.runtime.config.trait.HasName
Gets the name of this Document.
getName() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the non-null name for this DbmsType.
getNoneMatchTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getNullable() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Return is NULL allowed value as defined in DatabaseMetaData
getNullable() - Method in interface com.speedment.runtime.core.db.metadata.TypeInfoMetaData
 
getNullableImplementation() - Method in interface com.speedment.runtime.config.trait.HasNullable
Returns the implementation that should be used when generating getters for this column.
getNullOrder() - Method in interface com.speedment.runtime.field.comparator.FieldComparator
Returns the strategy used when null values are encountered.
getNumPrecRadix() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns the Radix (typically either 10 or 2).
getOperationHandler() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the handler responsible for running queries to databases of this type.
getOrdering() - Method in class com.speedment.runtime.typemapper.bigdecimal.BigDecimalToDouble
 
getOrdering() - Method in class com.speedment.runtime.typemapper.doubles.DoubleToFloatMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.doubles.PrimitiveDoubleToFloatMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.integer.IntegerToByteMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.integer.IntegerToShortMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.integer.PrimitiveIntegerToByteMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.integer.PrimitiveIntegerToShortMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.longs.LongToByteMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.longs.LongToIntegerMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.longs.LongToShortMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToByteMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToIntegerMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToShortMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.primitive.PrimitiveTypeMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.shorts.PrimitiveShortToByteMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.shorts.ShortToByteMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.time.DateToIntMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.time.DateToLocalDateMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.time.DateToLongMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.time.TimestampToIntMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.time.TimestampToLocalDateTimeMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.time.TimestampToLongMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.time.TimeToIntMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.time.TimeToLocalTimeMapper
 
getOrdering() - Method in class com.speedment.runtime.typemapper.time.TimeToLongMapper
 
getOrdering() - Method in interface com.speedment.runtime.typemapper.TypeMapper
Returns how the TypeMapper.Ordering of mapped and un-mapped types relate to each other.
getOrderType() - Method in interface com.speedment.runtime.config.trait.HasOrderType
Returns the type of the ordering used in this Document.
getOrdinalPosition() - Method in interface com.speedment.runtime.config.trait.HasOrdinalPosition
Returns the position to use when ordering this node.
getOrdinalPosition() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns the ordinal position of column in the table (starting at 1).
getOrThrow(Class<T>) - Method in interface com.speedment.runtime.core.Speedment
Returns the specified component from the platform, or if it does not exist, throws a SpeedmentException.
getOrThrow(Class<R>) - Method in interface com.speedment.runtime.core.util.ClassMapper
Puts a new mapping and returns the mapping for the given class, or throws an exception if no mapping exists.
getPackageLocation() - Method in interface com.speedment.runtime.config.Project
Returns where the code generated for this project will be located.
getPackageName() - Method in interface com.speedment.runtime.config.trait.HasPackageName
Returns the name of the generated package where this document will be located.
getParent() - Method in interface com.speedment.runtime.config.Document
Returns the parent of this Document or Optional.empty() if the Document does not have a parent.
getParent() - Method in interface com.speedment.runtime.config.trait.HasParent
Returns the parent of this document.
getParentOrThrow() - Method in interface com.speedment.runtime.config.trait.HasParent
Returns the parent of this document or throws an exception if this was the root.
getPassword() - Method in interface com.speedment.runtime.core.component.connectionpool.PoolableConnection
 
getPipelineReductions() - Method in interface com.speedment.runtime.core.component.sql.Metrics
Returns the number of pipeline reductions an optimizer was able to do.
getPort() - Method in interface com.speedment.runtime.config.Dbms
Returns the port number of the database on the database host.
getPrecision() - Method in interface com.speedment.runtime.core.db.metadata.TypeInfoMetaData
 
getPredicateType() - Method in interface com.speedment.runtime.field.predicate.trait.HasPredicateType
Returns the type of this predicate.
getProgress() - Method in interface com.speedment.runtime.core.util.ProgressMeasure
Gets the progress ratio.
getProject() - Method in interface com.speedment.runtime.core.component.ProjectComponent
Returns the current Project.
getProperty() - Method in class com.speedment.runtime.core.stream.action.Statement
 
getReduceIdentityCombinerTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getReduceIdentityTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getReduceTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
GetReference<ENTITY,D,T> - Interface in com.speedment.runtime.field.method
 
getReferencedField() - Method in interface com.speedment.runtime.field.trait.HasFinder
Returns the field referenced by this finder.
getRemarks() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Return the comment describing column (may be null).
getResultSetMethodName(Dbms) - Method in interface com.speedment.runtime.core.component.resultset.ResultSetMapping
Returns the name of the ResultSet method to be used when getting data from a database.
getResultSetTableSchema() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the result set table schema.
getRsMapper() - Method in interface com.speedment.runtime.core.db.AsynchronousQueryResult
 
getSchemaExcludeSet() - Method in interface com.speedment.runtime.core.db.DatabaseNamingConvention
Returns a non-null Set of Strings that represents schema names that are to be excluded when examining a Dbms for schemas.
getSchemaName() - Method in interface com.speedment.runtime.config.identifier.trait.HasSchemaName
Returns the database name of the Schema that this configuration object is in.
getSchemaTableDelimiter() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the delimiter used between a Schema and a Table for this DbmsType.
getScopeCatalog() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Return the catalog of table that is the scope of a reference attribute (null if DATA_TYPE isn't REF).
getScopeSchema() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Return the schema of table that is the scope of a reference attribute (null if the DATA_TYPE isn't REF).
getScopeTable() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Return the table name that this the scope of a reference attribute (null if the DATA_TYPE isn't REF).
getSecondOperand(FieldPredicate<?>) - Static method in class com.speedment.runtime.field.util.PredicateOperandUtil
Returns the second operand of the specified FieldPredicate, throwing an exception if it doesn't exist.
GetShort<ENTITY,D> - Interface in com.speedment.runtime.field.method
A more detailed ShortGetter that also contains information about the field that created it.
getSkipLimitSupport() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the support for skip and limit (or skip and offset) for this database type.
getSortByNullOrderInsertion() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the SortByNullOrderInsertion mode for this database type.
getSourceDataType() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns the source type of a distinct type or user-generated Ref type, SQL type from java.sql.Types (null if DATA_TYPE isn't DISTINCT or user-generated REF).
getSourceField() - Method in interface com.speedment.runtime.field.method.FindFrom
Returns the field that the stream originates from.
getSourceField() - Method in interface com.speedment.runtime.field.method.FindFromNullable
Returns the field that the stream originates from.
getSpecificationVersion() - Method in interface com.speedment.runtime.core.component.InfoComponent
Returns the non-null version number of the specification that this Speedment implements.
getSpliteratorTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getSql() - Method in interface com.speedment.runtime.core.db.AsynchronousQueryResult
 
getSql() - Method in interface com.speedment.runtime.core.db.SqlPredicateFragment
 
getSqlColumnNamer() - Method in interface com.speedment.runtime.core.component.sql.SqlStreamOptimizerInfo
Returns a Function that will map a Field to a column name.
getSqlCount() - Method in interface com.speedment.runtime.core.component.sql.Metrics
getSqlDatabaseTypeFunction() - Method in interface com.speedment.runtime.core.component.sql.SqlStreamOptimizerInfo
Returns a Function that will map a Field to a column class type.
getSqlLimitCount() - Method in interface com.speedment.runtime.core.component.sql.Metrics
Returns the number of limit statements (0 or 1) in the SQL query.
getSqlOrderCount() - Method in interface com.speedment.runtime.core.component.sql.Metrics
Returns the number of order by columns in the SQL query.
getSqlSelect() - Method in interface com.speedment.runtime.core.component.sql.SqlStreamOptimizerInfo
Returns the SQL select statement.
getSqlSelectCount() - Method in interface com.speedment.runtime.core.component.sql.SqlStreamOptimizerInfo
Returns the SQL select count statement.
getSqlSkipCount() - Method in interface com.speedment.runtime.core.component.sql.Metrics
Returns the number of skip statements (0 or 1) in the SQL query.
getSqlTypeName() - Method in interface com.speedment.runtime.core.db.metadata.TypeInfoMetaData
 
getSqlWhileCount() - Method in interface com.speedment.runtime.core.component.sql.Metrics
Returns the number of while predicate expressions in the SQL query.
getSubSelectAlias() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns the sub-select alias mode for this database type.
getSubString(long, int) - Method in class com.speedment.runtime.typemapper.largeobject.StringClob
 
getSubtitle() - Method in interface com.speedment.runtime.core.component.InfoComponent
Returns the subtitle of the Speedment product.
getTableCat() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns the table catalog (may be null).
getTableIdentifier() - Method in interface com.speedment.runtime.core.manager.Manager
Returns an identifier for the table that this Manager handles entities for.
getTableIdentifier() - Method in interface com.speedment.runtime.field.method.BackwardFinder
Returns the identifier for the foreign table that is referenced.
getTableIdentifier() - Method in interface com.speedment.runtime.field.method.FindFrom
Returns the identifier for the referenced (foreign) table.
getTableIdentifier() - Method in interface com.speedment.runtime.field.method.FindFromNullable
Returns the identifier for the referenced (foreign) table.
getTableName() - Method in interface com.speedment.runtime.config.identifier.trait.HasTableName
Returns the database name of the Table that this configuration object is in.
getTableName() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns the table name.
getTableSchem() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns the table schema (may be null).
getTargetField() - Method in interface com.speedment.runtime.field.method.FindFrom
Returns the field that the stream references.
getTargetField() - Method in interface com.speedment.runtime.field.method.FindFromNullable
Returns the field that the stream references.
Getter<ENTITY> - Interface in com.speedment.runtime.field.method
 
getter() - Method in interface com.speedment.runtime.field.trait.HasBooleanValue
 
getter() - Method in interface com.speedment.runtime.field.trait.HasByteValue
 
getter() - Method in interface com.speedment.runtime.field.trait.HasCharValue
 
getter() - Method in interface com.speedment.runtime.field.trait.HasDoubleValue
 
getter() - Method in interface com.speedment.runtime.field.trait.HasFloatValue
 
getter() - Method in interface com.speedment.runtime.field.trait.HasGetter
Returns a reference to the getter for this field.
getter() - Method in interface com.speedment.runtime.field.trait.HasIntValue
 
getter() - Method in interface com.speedment.runtime.field.trait.HasLongValue
 
getter() - Method in interface com.speedment.runtime.field.trait.HasReferenceValue
 
getter() - Method in interface com.speedment.runtime.field.trait.HasShortValue
 
getTitle() - Method in interface com.speedment.runtime.core.component.InfoComponent
Returns the title of the Speedment product.
getToArrayGeneratorTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getToArrayTerminator() - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
getType() - Method in interface com.speedment.runtime.field.predicate.CombinedPredicate
Returns the CombinedPredicate.Type of this CombinedBasePredicate
getTypeMapper() - Method in interface com.speedment.runtime.config.trait.HasTypeMapper
Returns the name of the mapper class that will be used to generate a java representation of the database types.
getTypeName() - Method in interface com.speedment.runtime.config.Dbms
Returns the type name of the DbmsType of this Dbms.
getTypeName() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns the Data source dependent type name, for a UDT the type name is fully qualified.
getUri() - Method in interface com.speedment.runtime.core.component.connectionpool.PoolableConnection
 
getUser() - Method in interface com.speedment.runtime.core.component.connectionpool.PoolableConnection
 
getUsername() - Method in interface com.speedment.runtime.config.Dbms
Returns the database username to use when connecting to the dbms.
getValue() - Method in interface com.speedment.runtime.field.method.SetToBoolean
Returns the value that this setter will set in the field when it is applied.
getValue() - Method in interface com.speedment.runtime.field.method.SetToByte
Returns the value that this setter will set in the field when it is applied.
getValue() - Method in interface com.speedment.runtime.field.method.SetToChar
Returns the value that this setter will set in the field when it is applied.
getValue() - Method in interface com.speedment.runtime.field.method.SetToDouble
Returns the value that this setter will set in the field when it is applied.
getValue() - Method in interface com.speedment.runtime.field.method.SetToFloat
Returns the value that this setter will set in the field when it is applied.
getValue() - Method in interface com.speedment.runtime.field.method.SetToInt
Returns the value that this setter will set in the field when it is applied.
getValue() - Method in interface com.speedment.runtime.field.method.SetToLong
Returns the value that this setter will set in the field when it is applied.
getValue() - Method in interface com.speedment.runtime.field.method.SetToReference
Returns the value that this setter will set the field to when applied.
getValue() - Method in interface com.speedment.runtime.field.method.SetToShort
Returns the value that this setter will set in the field when it is applied.
getValues() - Method in interface com.speedment.runtime.core.db.AsynchronousQueryResult
 
getVendor() - Method in interface com.speedment.runtime.core.component.InfoComponent
Returns the vendor of the Speedment product.
getVerb() - Method in class com.speedment.runtime.core.stream.action.Statement
 
greaterOrEqual(String) - Method in interface com.speedment.runtime.field.EnumField
Returns a new predicate that evaluates if entities has a enum value for this field with a value that is greater or equal to the specified value.
greaterOrEqual(V) - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is greater than or equal to the given value.
greaterThan(String) - Method in interface com.speedment.runtime.field.EnumField
Returns a new predicate that evaluates if entities has a enum value for this field with a value that is greater than the specified value.
greaterThan(V) - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is greater than the given value.
groupBy(Function<T, C>) - Static method in class com.speedment.runtime.core.util.CollectorUtil
Returns a new MapStream where the elements have been grouped together using the specified function.
groupingBy(LongField<ENTITY, D>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(IntField<ENTITY, D>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(ShortField<ENTITY, D>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(ByteField<ENTITY, D>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(DoubleField<ENTITY, D>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(FloatField<ENTITY, D>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(BooleanField<ENTITY, D>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(CharField<ENTITY, D>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(StringField<ENTITY, D>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(ReferenceField<ENTITY, D, T>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(LongField<ENTITY, D>, Collector<ENTITY, A, R>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(IntField<ENTITY, D>, Collector<ENTITY, A, R>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(ShortField<ENTITY, D>, Collector<ENTITY, A, R>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(ByteField<ENTITY, D>, Collector<ENTITY, A, R>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(DoubleField<ENTITY, D>, Collector<ENTITY, A, R>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(FloatField<ENTITY, D>, Collector<ENTITY, A, R>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(BooleanField<ENTITY, D>, Collector<ENTITY, A, R>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(CharField<ENTITY, D>, Collector<ENTITY, A, R>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(StringField<ENTITY, D>, Collector<ENTITY, A, R>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(ReferenceField<ENTITY, D, T>, Collector<ENTITY, A, R>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 
groupingBy(Field<T>, Function<T, K>, Supplier<M>, Collector<? super T, A, D>) - Static method in class com.speedment.runtime.field.collector.FieldCollectors
 

H

handleGeneratedKeys(PreparedStatement, SqlInsertStatement<ENTITY>) - Method in interface com.speedment.runtime.core.db.DbmsOperationHandler
 
HasAlias - Interface in com.speedment.runtime.config.trait
Trait for Document implementations that implement the HasAlias.getAlias() method.
HasAliasMutator<DOC extends HasAlias> - Interface in com.speedment.runtime.config.mutator.trait
 
HasBooleanValue<ENTITY,D> - Interface in com.speedment.runtime.field.trait
A representation of an Entity field that is a primitive boolean type.
HasByteValue<ENTITY,D> - Interface in com.speedment.runtime.field.trait
A representation of an Entity field that is a primitive byte type.
HasCharValue<ENTITY,D> - Interface in com.speedment.runtime.field.trait
A representation of an Entity field that is a primitive char type.
HasChildren - Interface in com.speedment.runtime.config.trait
Trait for Document implementations that has named children and therefore implements the defaultNameFor(Document) method.
HasColumn - Interface in com.speedment.runtime.config.trait
Trait for Document implementations that reference another Column document and therefore has a HasColumn.findColumn() method.
HasColumnName - Interface in com.speedment.runtime.config.identifier.trait
 
HasColumnSize - Interface in com.speedment.runtime.config.trait
A trait for documents that contains column size information.
HasComparableOperators<ENTITY,V extends Comparable<? super V>> - Interface in com.speedment.runtime.field.trait
A representation of an Entity field that is a reference type (e.g.
hasDatabaseNames() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns true if this DbmsType uses named databases as part of the database structure.
HasDbmsName - Interface in com.speedment.runtime.config.identifier.trait
 
HasDecimalDigits - Interface in com.speedment.runtime.config.trait
A trait for documents that contains decimal digits information.
HasDoubleValue<ENTITY,D> - Interface in com.speedment.runtime.field.trait
A representation of an Entity field that is a primitive double type.
hasEmail() - Static method in class com.speedment.runtime.core.util.EmailUtil
Returns true if an email address has already been entered.
HasEnabled - Interface in com.speedment.runtime.config.trait
Trait for Document implementations that implement the HasEnabled.isEnabled() method.
HasEnabledMutator<DOC extends HasEnabled> - Interface in com.speedment.runtime.config.mutator.trait
 
HasEnumConstants - Interface in com.speedment.runtime.config.trait
A trait for documents that implement the HasEnumConstants.getEnumConstants() method.
HasField<ENTITY> - Interface in com.speedment.runtime.field.predicate.trait
A trait for predicates the implement the HasField.getField() method.
HasFinder<ENTITY,FK_ENTITY> - Interface in com.speedment.runtime.field.trait
A representation of an Entity field that use a foreign key to reference some other field.
HasFloatValue<ENTITY,D> - Interface in com.speedment.runtime.field.trait
A representation of an Entity field that is a primitive float type.
HasGetter<ENTITY> - Interface in com.speedment.runtime.field.trait
 
hashCode() - Method in class com.speedment.runtime.core.stream.action.Statement
 
HasId - Interface in com.speedment.runtime.config.trait
Trait for Document implementations that implement the HasId.getId() method.
HasIdentifier<ENTITY> - Interface in com.speedment.runtime.field.trait
 
HasIdMutator<DOC extends HasId> - Interface in com.speedment.runtime.config.mutator.trait
 
HasIntValue<ENTITY,D> - Interface in com.speedment.runtime.field.trait
A representation of an Entity field that is a primitive int type.
HasLongValue<ENTITY,D> - Interface in com.speedment.runtime.field.trait
A representation of an Entity field that is a primitive long type.
HasMainInterface - Interface in com.speedment.runtime.config.trait
A trait for documents that implement the HasMainInterface.mainInterface() method.
HasMutator<T extends DocumentMutator<?>> - Interface in com.speedment.runtime.config.trait
Trait for Document implementations that implement the HasMutator.mutator() method.
HasName - Interface in com.speedment.runtime.config.trait
Trait for Document implementations that implement the HasName.getName() method.
HasNameMutator<DOC extends HasName> - Interface in com.speedment.runtime.config.mutator.trait
 
HasNullable - Interface in com.speedment.runtime.config.trait
Trait for Document implementations that implement the HasNullable.isNullable() method.
HasNullable.ImplementAs - Enum in com.speedment.runtime.config.trait
The various ways a nullable column can be implemented in the generated code.
HasNullableFinder<ENTITY,FK_ENTITY> - Interface in com.speedment.runtime.field.trait
Trait for fields that in addition to HasFinder, also implement a HasNullableFinder.nullableFinder(TableIdentifier, Supplier)-method.
HasOrderType - Interface in com.speedment.runtime.config.trait
Trait for Document implementations that implement the HasOrderType.getOrderType() method.
HasOrderTypeMutator<DOC extends HasOrderType> - Interface in com.speedment.runtime.config.mutator.trait
 
HasOrdinalPosition - Interface in com.speedment.runtime.config.trait
Trait for Document implementations that implement the HasOrdinalPosition.getOrdinalPosition() method.
HasOrdinalPositionMutator<DOC extends HasOrdinalPosition> - Interface in com.speedment.runtime.config.mutator.trait
 
HasPackageName - Interface in com.speedment.runtime.config.trait
 
HasParent<PARENT extends Document> - Interface in com.speedment.runtime.config.trait
Trait for Document implementations that is not the root.
HasPredicateType - Interface in com.speedment.runtime.field.predicate.trait
A trait for predicates the implement the HasPredicateType.getPredicateType() method.
HasReferenceOperators<ENTITY> - Interface in com.speedment.runtime.field.trait
 
HasReferenceValue<ENTITY,D,V> - Interface in com.speedment.runtime.field.trait
A representation of an Entity field that is a reference type (eg Integer and not int).
HasSchemaName - Interface in com.speedment.runtime.config.identifier.trait
 
hasSchemaNames() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns true if this DbmsType uses named schemas as part of the database structure.
HasSetter<ENTITY> - Interface in com.speedment.runtime.field.trait
 
HasShortValue<ENTITY,D> - Interface in com.speedment.runtime.field.trait
A representation of an Entity field that is a primitive short type.
HasStringOperators<ENTITY,D> - Interface in com.speedment.runtime.field.trait
A representation of an Entity field that is a String type.
HasTableName - Interface in com.speedment.runtime.config.identifier.trait
 
HasTypeMapper - Interface in com.speedment.runtime.config.trait
Trait for documents that have a TypeMapper specified.
HasTypeMapper - Interface in com.speedment.runtime.field.trait
 
Hidden() - Constructor for class com.speedment.runtime.config.identifier.ColumnIdentifier.Hidden
 
Hidden() - Constructor for class com.speedment.runtime.config.identifier.DbmsIdentifier.Hidden
 
Hidden() - Constructor for class com.speedment.runtime.config.identifier.SchemaIdentifier.Hidden
 
Hidden() - Constructor for class com.speedment.runtime.config.identifier.TableIdentifier.Hidden
 
Hidden() - Constructor for class com.speedment.runtime.core.stream.parallel.ParallelStrategy.Hidden
 

I

ID - Static variable in interface com.speedment.runtime.config.trait.HasId
The key of the id property.
identifier() - Method in interface com.speedment.runtime.field.trait.HasIdentifier
Returns the unique identifier of this field.
identity() - Static method in interface com.speedment.runtime.core.db.SqlFunction
 
identity() - Static method in interface com.speedment.runtime.typemapper.TypeMapper
Returns an identity type mapper.
ifEmpty(String) - Static method in class com.speedment.runtime.core.util.CollectorUtil
Returns the specified string wrapped as an Optional.
in(V...) - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is in the set of given values.
in(Collection<V>) - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is in the given set.
Inclusion - Enum in com.speedment.runtime.field.predicate
Determines if a range of results should be start and/or end-inclusive.
INDETERMINATE - Static variable in interface com.speedment.runtime.core.util.ProgressMeasure
 
Index - Interface in com.speedment.runtime.config
A typed Document that represents an index instance in the database.
INDEX_COLUMNS - Static variable in interface com.speedment.runtime.config.Index
 
IndexColumn - Interface in com.speedment.runtime.config
A typed Document that represents the column referenced by an index key instance in the database.
IndexColumnMutator<DOC extends IndexColumn> - Class in com.speedment.runtime.config.mutator
 
IndexColumnMutator(DOC) - Constructor for class com.speedment.runtime.config.mutator.IndexColumnMutator
 
indexColumns() - Method in interface com.speedment.runtime.config.Index
Creates a stream of index columns located in this document.
INDEXES - Static variable in interface com.speedment.runtime.config.Table
 
indexes() - Method in interface com.speedment.runtime.config.Table
Creates a stream of indexes located in this document.
IndexMutator<DOC extends Index> - Class in com.speedment.runtime.config.mutator
 
IndexMutator(DOC) - Constructor for class com.speedment.runtime.config.mutator.IndexMutator
 
InfoComponent - Interface in com.speedment.runtime.core.component
Contains general information about the installment like the software title and version.
INITIAL - Static variable in interface com.speedment.runtime.core.util.ProgressMeasure
 
injectables() - Method in class com.speedment.runtime.core.RuntimeBundle
 
install(DbmsType) - Method in interface com.speedment.runtime.core.component.DbmsHandlerComponent
Installs a new DbmsType so that handlers can be located using the DbmsHandlerComponent.findByName(String) method.
install(TableIdentifier<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.SqlPersistenceComponent
Install the specified table in this component.
install(SqlStreamOptimizer<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.SqlStreamOptimizerComponent
 
install(TableIdentifier<ENTITY>, SqlFunction<ResultSet, ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.SqlStreamSupplierComponent
Installs the specified entity mapper for the specified table in this component.
instanceNotAllowed(Class<?>) - Static method in class com.speedment.runtime.core.util.StaticClassUtil
Support method that can be used in constructors to throw an UnsupportedOperationException if someone is trying to create an instance of the class.
IntCountTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.ints
 
IntegerToByteMapper - Class in com.speedment.runtime.typemapper.integer
Maps between Integer and Byte values by simply casting to lower precision.
IntegerToByteMapper() - Constructor for class com.speedment.runtime.typemapper.integer.IntegerToByteMapper
 
IntegerToShortMapper - Class in com.speedment.runtime.typemapper.integer
Maps between Integer and Short values by simply casting to lower precision.
IntegerToShortMapper() - Constructor for class com.speedment.runtime.typemapper.integer.IntegerToShortMapper
 
IntegerZeroOneToBooleanMapper - Class in com.speedment.runtime.typemapper.integer
 
IntegerZeroOneToBooleanMapper() - Constructor for class com.speedment.runtime.typemapper.integer.IntegerZeroOneToBooleanMapper
 
IntField<ENTITY,D> - Interface in com.speedment.runtime.field
A field that represents a primitive int value.
IntForeignKeyField<ENTITY,D,FK_ENTITY> - Interface in com.speedment.runtime.field
A field that represents a primitive int value that references another column using a foreign key.
IntGetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
IntSetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the setXXX(value) method for a particular field in an entity.
IntSqlStreamTerminatorOverride - Interface in com.speedment.runtime.core.component.sql.override.ints
An interface used for overriding an IntStream's terminating operations.
IntTerminator - Interface in com.speedment.runtime.core.component.sql.override.ints
 
IP_ADDRESS - Static variable in interface com.speedment.runtime.config.Dbms
 
is(Verb, Property) - Method in class com.speedment.runtime.core.stream.action.Action
 
is(Statement) - Method in class com.speedment.runtime.core.stream.action.Action
 
is(Statement, Statement...) - Method in class com.speedment.runtime.core.stream.action.Action
 
IS_VIEW - Static variable in interface com.speedment.runtime.config.Table
 
isAllAncestorsEnabled(Document) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
Returns true if the specified document and all its ancestors are enabled.
isAutoIncrement() - Method in interface com.speedment.runtime.config.Column
Returns whether or not this column will auto increment when new values are added to the table.
isCharOctetLengthNull() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Return if (for char types) the maximum number of bytes in the column was null.
isColumnSizeNull() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns if the column size was null.
isDataTypeNull() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns if the SQL type from java.sql.Types was null.
isDecimalDigitsNull() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns if the number of fractional digits is not applicable.
isDefaultSchema() - Method in interface com.speedment.runtime.config.Schema
Returns true if this schema is the default one, else false.
isDone() - Method in interface com.speedment.runtime.core.util.ProgressMeasure
Returns true if this task is done.
isEmpty() - Method in interface com.speedment.runtime.core.stream.Pipeline
 
isEmpty() - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field is empty.
isEnabled() - Method in interface com.speedment.runtime.config.trait.HasEnabled
Returns if this document is enabled.
isEndInclusive() - Method in enum com.speedment.runtime.field.predicate.Inclusion
Returns true if the last element in the range should be included, else false.
isImmutable() - Method in interface com.speedment.runtime.core.component.StreamSupplierComponent
Returns if this stream component will return the same stream result over time (immutable or analytics type of data).
isNoNulls() - Method in interface com.speedment.runtime.core.db.metadata.TypeInfoMetaData
 
isNotEmpty() - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not empty.
isNotNull() - Method in interface com.speedment.runtime.field.trait.HasReferenceOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not null.
isNull() - Method in interface com.speedment.runtime.field.trait.HasReferenceOperators
Returns a Predicate that will evaluate to true, if and only if this Field is null.
isNullable() - Method in interface com.speedment.runtime.config.trait.HasNullable
Returns whether or not this column can hold null values.
isNullable() - Method in interface com.speedment.runtime.core.db.metadata.TypeInfoMetaData
 
isNullableNull() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Return if nullable is NULL (should never happen).
isNullableUnknown() - Method in interface com.speedment.runtime.core.db.metadata.TypeInfoMetaData
 
isNumPrecRadixNull() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns if the Radix was null.
isOrdered() - Method in interface com.speedment.runtime.core.stream.Pipeline
Returns whether this pipeline, if a terminal operation were to be executed, would execute in parallel.
isOrdinalPositionNull() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns if the ordinal position of column in the table was null.
isParallel() - Method in interface com.speedment.runtime.core.stream.Pipeline
Returns whether this pipeline, if a terminal operation were to be executed, would execute in parallel.
isPresent(ENTITY) - Method in interface com.speedment.runtime.field.method.FindFromNullable
Returns true if the FindFromNullable.apply(Object)-method will return a stream with a value.
isProductionMode() - Method in interface com.speedment.runtime.core.component.InfoComponent
Returns if this version is intended for production use.
isReversed() - Method in interface com.speedment.runtime.field.comparator.FieldComparator
Returns true if this comparator reverses the natural order of the values in the current field.
isSame(Column, Column) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
Returns true if the two specified documents represents the same element in the database.
isSame(IndexColumn, IndexColumn) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
Returns true if the two specified documents represents the same element in the database.
isSame(Index, Index) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
Returns true if the two specified documents represents the same element in the database.
isSame(PrimaryKeyColumn, PrimaryKeyColumn) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
Returns true if the two specified documents represents the same element in the database.
isSame(ForeignKeyColumn, ForeignKeyColumn) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
Returns true if the two specified documents represents the same element in the database.
isSame(ForeignKey, ForeignKey) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
Returns true if the two specified documents represents the same element in the database.
isSame(Table, Table) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
Returns true if the two specified documents represents the same element in the database.
isSame(Schema, Schema) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
Returns true if the two specified documents represents the same element in the database.
isSame(Dbms, Dbms) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
Returns true if the two specified documents represents the same element in the database.
isSame(Project, Project) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
Returns true if the two specified documents represents the same element in the database.
isSourceDataTypeNull() - Method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Returns if the source type was null.
isStartInclusive() - Method in enum com.speedment.runtime.field.predicate.Inclusion
Returns true if the first element in the range should be included, else false.
isSupported() - Method in interface com.speedment.runtime.core.db.DbmsType
Returns if this DbmsType is supported by Speedment in the current implementation.
isUnique() - Method in interface com.speedment.runtime.config.Index
Returns whether or not this index is an UNIQUE index.
isUnique(Column) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
Returns true if the specified Column represents a column that can only hold unique values in the database.
isUnique() - Method in interface com.speedment.runtime.field.Field
Returns true if the column that this field represents is UNIQUE.
isUnsigned() - Method in interface com.speedment.runtime.core.db.metadata.TypeInfoMetaData
 
isView() - Method in interface com.speedment.runtime.config.Table
Returns true if this Table represents a VIEW in the database.
IteratorTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 

J

javaSqlTypeName() - Method in interface com.speedment.runtime.core.db.metadata.TypeInfoMetaData
 
JavaTypeMap - Interface in com.speedment.runtime.core.db
A convenience class for mapping between column types using a database specific rule set.
JavaTypeMap.Rule - Interface in com.speedment.runtime.core.db
A rule that helps defining how the metadata for a column should apply to the java mapping.
joinIfNotEmpty(String, String, String) - Static method in class com.speedment.runtime.core.util.CollectorUtil
Similar to the Collectors.joining(java.lang.CharSequence, java.lang.CharSequence, java.lang.CharSequence) method except that this method surrounds the result with the specified prefix and suffix even if the stream is empty.

L

leaseSize() - Method in interface com.speedment.runtime.core.component.connectionpool.ConnectionPoolComponent
Returns the current number of leased connections from the pool.
length() - Method in class com.speedment.runtime.typemapper.largeobject.StringClob
 
lessOrEqual(String) - Method in interface com.speedment.runtime.field.EnumField
Returns a new predicate that evaluates if entities has a enum value for this field with a value that is less or equal to the specified value.
lessOrEqual(V) - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is less than or equal to the given value.
lessThan(String) - Method in interface com.speedment.runtime.field.EnumField
Returns a new predicate that evaluates if entities has a enum value for this field with a value that is less than the specified value.
lessThan(V) - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is less than the given value.
load(String, DocumentTranscoder.Decoder) - Static method in class com.speedment.runtime.config.util.DocumentTranscoder
Loads a new Project from the specified JSON string.
load(Path, DocumentTranscoder.Decoder) - Static method in class com.speedment.runtime.config.util.DocumentTranscoder
Loads a project from a UTF-8 encoded file.
LongCountTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.longs
 
LongField<ENTITY,D> - Interface in com.speedment.runtime.field
A field that represents a primitive long value.
LongForeignKeyField<ENTITY,D,FK_ENTITY> - Interface in com.speedment.runtime.field
A field that represents a primitive long value that references another column using a foreign key.
LongGetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
LongSetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the setXXX(value) method for a particular field in an entity.
LongSqlStreamTerminatorOverride - Interface in com.speedment.runtime.core.component.sql.override.longs
An interface used for overriding a LongStream's terminating operations.
LongTerminator - Interface in com.speedment.runtime.core.component.sql.override.longs
 
LongToByteMapper - Class in com.speedment.runtime.typemapper.longs
Maps between Long and Byte values by simply casting to lower precision.
LongToByteMapper() - Constructor for class com.speedment.runtime.typemapper.longs.LongToByteMapper
 
LongToIntegerMapper - Class in com.speedment.runtime.typemapper.longs
Maps between Long and Integer values by simply casting to lower precision.
LongToIntegerMapper() - Constructor for class com.speedment.runtime.typemapper.longs.LongToIntegerMapper
 
LongToShortMapper - Class in com.speedment.runtime.typemapper.longs
Maps between Long and Short values by simply casting to lower precision.
LongToShortMapper() - Constructor for class com.speedment.runtime.typemapper.longs.LongToShortMapper
 
lookupJavaSqlType(int) - Static method in interface com.speedment.runtime.core.db.metadata.TypeInfoMetaData
Looks up and returns the given int and returns the name of that int according to Types.

M

mainInterface() - Method in interface com.speedment.runtime.config.Column
 
mainInterface() - Method in interface com.speedment.runtime.config.Dbms
 
mainInterface() - Method in interface com.speedment.runtime.config.ForeignKey
 
mainInterface() - Method in interface com.speedment.runtime.config.ForeignKeyColumn
 
mainInterface() - Method in interface com.speedment.runtime.config.Index
 
mainInterface() - Method in interface com.speedment.runtime.config.IndexColumn
 
mainInterface() - Method in interface com.speedment.runtime.config.PrimaryKeyColumn
 
mainInterface() - Method in interface com.speedment.runtime.config.Project
 
mainInterface() - Method in interface com.speedment.runtime.config.Schema
 
mainInterface() - Method in interface com.speedment.runtime.config.Table
 
mainInterface() - Method in interface com.speedment.runtime.config.trait.HasMainInterface
Returns the Class of the interface of this node.
makeProject() - Method in interface com.speedment.runtime.core.ApplicationMetadata
Transforms the metadata into a Project document.
Manager<ENTITY> - Interface in com.speedment.runtime.core.manager
A Manager is responsible for abstracting away an Entity's data source CRUD operations.
ManagerComponent - Interface in com.speedment.runtime.core.component
The ManagerComponent provides the mapping between entities and their corresponding managers.
ManagerConfigurator<ENTITY> - Interface in com.speedment.runtime.core.manager
This class makes it possible to decorate a manager with a special parallelization strategy by using a builder pattern.
managerOf(Class<E>) - Method in interface com.speedment.runtime.core.component.ManagerComponent
Obtains and returns the currently associated Manager implementation for the given Entity interface Class.
MaxTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
Metrics - Interface in com.speedment.runtime.core.component.sql
 
metrics(P, DbmsType) - Method in interface com.speedment.runtime.core.component.sql.SqlStreamOptimizer
Returns a metric of how well this optimizer can optimize the given pipeline.
MinTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
mutator() - Method in interface com.speedment.runtime.config.Column
 
mutator() - Method in interface com.speedment.runtime.config.Dbms
 
mutator() - Method in interface com.speedment.runtime.config.ForeignKey
 
mutator() - Method in interface com.speedment.runtime.config.ForeignKeyColumn
 
mutator() - Method in interface com.speedment.runtime.config.Index
 
mutator() - Method in interface com.speedment.runtime.config.IndexColumn
 
mutator() - Method in interface com.speedment.runtime.config.PrimaryKeyColumn
 
mutator() - Method in interface com.speedment.runtime.config.Project
 
mutator() - Method in interface com.speedment.runtime.config.Schema
 
mutator() - Method in interface com.speedment.runtime.config.Table
 
mutator() - Method in interface com.speedment.runtime.config.trait.HasMutator
Returns a DocumentMutator for this Document.

N

NAME - Static variable in interface com.speedment.runtime.config.trait.HasName
The key of the name property.
negate() - Method in interface com.speedment.runtime.core.db.SqlPredicate
 
negate() - Method in interface com.speedment.runtime.field.predicate.CombinedPredicate
 
negate() - Method in interface com.speedment.runtime.field.predicate.FieldPredicate
 
negate() - Method in enum com.speedment.runtime.field.predicate.PredicateType
 
newConnection(String, String, char[]) - Method in interface com.speedment.runtime.core.component.connectionpool.ConnectionPoolComponent
Creates and returns a new Connection for the given parameters.
newConnection(Dbms) - Method in interface com.speedment.runtime.core.component.connectionpool.ConnectionPoolComponent
Creates and returns a new Connection for the given parameters.
newDocument(Document, String) - Static method in class com.speedment.runtime.config.util.DocumentUtil
Creates and returns a new raw map on a specified key in the specified document.
newNoSuchElementExceptionFor(Document, String) - Static method in class com.speedment.runtime.config.util.DocumentUtil
Returns an Exception supplier for when no attribute could be found on a specified key in a specified document.
NoneMatchTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
notBetween(String, String) - Method in interface com.speedment.runtime.field.EnumField
Returns a new predicate that evaluates if entities has a enum value for this field with a value that is not between the two specified values.
notBetween(String, String, Inclusion) - Method in interface com.speedment.runtime.field.EnumField
Returns a new predicate that evaluates if entities has a enum value for this field with a value that is not between the two specified values.
notBetween(V, V) - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not between the given values (inclusive the start value but exclusive the end value).
notBetween(V, V, Inclusion) - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not between the given values and taking the Inclusion parameter into account when determining if either of the end points shall be included in the Field range or not.
notContains(String) - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field not contains the given value.
notContainsIgnoreCase(String) - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field does not contain the given value while ignoring the case of the Strings that are compared.
notEndsWith(String) - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field not ends with the given value.
notEndsWithIgnoreCase(String) - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field not ends with the given value while ignoring the case of the Strings that are compared.
notEqual(String) - Method in interface com.speedment.runtime.field.EnumField
Returns a new predicate that evaluates if entities has a enum value for this field with a value that is not equal to the specified value.
notEqual(V) - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not equal to the given value.
notEqualIgnoreCase(String) - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not equal to the given value while ignoring the case of the Strings that are compared.
notIn(V...) - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not in the set of given values.
notIn(Collection<V>) - Method in interface com.speedment.runtime.field.trait.HasComparableOperators
Returns a Predicate that will evaluate to true, if and only if this Field is not in the given Set.
notStartsWith(String) - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field not starts with the given value.
notStartsWithIgnoreCase(String) - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field not starts with the given value while ignoring the case of the Strings that are compared.
NULLABLE - Static variable in interface com.speedment.runtime.config.trait.HasNullable
The key of the nullable property.
NULLABLE_IMPLEMENTATION - Static variable in interface com.speedment.runtime.config.trait.HasNullable
The key of the nullableImplementation property.
nullableFinder(TableIdentifier<FK_ENTITY>, Supplier<Stream<FK_ENTITY>>) - Method in interface com.speedment.runtime.field.trait.HasNullableFinder
Returns a function that can be used to find referenced entities using the specified manager.
NullOrder - Enum in com.speedment.runtime.field.comparator
Determines in if null values should be located before or after other values in a list of results.

O

objects() - Method in interface com.speedment.runtime.core.db.SqlPredicateFragment
 
of(String, String, String, String) - Static method in interface com.speedment.runtime.config.identifier.ColumnIdentifier
Returns a dynamic ColumnIdentifier based on the default implementation of the interface.
of(String) - Static method in interface com.speedment.runtime.config.identifier.DbmsIdentifier
 
of(String, String) - Static method in interface com.speedment.runtime.config.identifier.SchemaIdentifier
 
of(String, String, String) - Static method in interface com.speedment.runtime.config.identifier.TableIdentifier
 
of(Column) - Static method in interface com.speedment.runtime.config.mutator.DocumentMutator
 
of(Dbms) - Static method in interface com.speedment.runtime.config.mutator.DocumentMutator
 
of(ForeignKeyColumn) - Static method in interface com.speedment.runtime.config.mutator.DocumentMutator
 
of(ForeignKey) - Static method in interface com.speedment.runtime.config.mutator.DocumentMutator
 
of(IndexColumn) - Static method in interface com.speedment.runtime.config.mutator.DocumentMutator
 
of(Index) - Static method in interface com.speedment.runtime.config.mutator.DocumentMutator
 
of(PrimaryKeyColumn) - Static method in interface com.speedment.runtime.config.mutator.DocumentMutator
 
of(Project) - Static method in interface com.speedment.runtime.config.mutator.DocumentMutator
 
of(Schema) - Static method in interface com.speedment.runtime.config.mutator.DocumentMutator
 
of(Table) - Static method in interface com.speedment.runtime.config.mutator.DocumentMutator
 
of(Document) - Static method in interface com.speedment.runtime.config.trait.HasAlias
Returns a wrapper of the specified document that implements the HasAlias trait.
of(Document) - Static method in interface com.speedment.runtime.config.trait.HasColumn
Returns a wrapper of the specified document that implements the HasColumn trait.
of(Document) - Static method in interface com.speedment.runtime.config.trait.HasEnabled
Returns a wrapper of the specified document that implements the HasEnabled trait.
of(Document) - Static method in interface com.speedment.runtime.config.trait.HasId
Returns a wrapper of the specified document that implements the HasId trait.
of(Document) - Static method in interface com.speedment.runtime.config.trait.HasName
Returns a wrapper of the specified document that implements the HasName trait.
of(Document) - Static method in interface com.speedment.runtime.config.trait.HasNullable
Returns a wrapper of the specified document that implements the HasNullable trait.
of(Document) - Static method in interface com.speedment.runtime.config.trait.HasOrderType
Returns a wrapper of the specified document that implements the HasOrderType trait.
of(Document) - Static method in interface com.speedment.runtime.config.trait.HasOrdinalPosition
Returns a wrapper of the specified document that implements the HasOrdinalPosition trait.
of(Document) - Static method in interface com.speedment.runtime.config.trait.HasPackageName
Returns a wrapper of the specified document that implements the HasPackageName trait.
of(HasAlias) - Method in enum com.speedment.runtime.config.util.DocumentUtil.Name
Returns the appropriate name of the specified document.
of(int, int, int, int, int) - Static method in interface com.speedment.runtime.core.component.sql.Metrics
Creates and returns a new Metrics.
of(DbmsType, String, String, BiFunction<String, List<Object>, Long>, Function<Field<ENTITY>, String>, Function<Field<ENTITY>, Class<?>>) - Static method in interface com.speedment.runtime.core.component.sql.SqlStreamOptimizerInfo
 
of(ResultSet) - Static method in interface com.speedment.runtime.core.db.metadata.ColumnMetaData
Creates and returns a new ColumnMetadata from the given ResultSet.
of(ResultSet) - Static method in interface com.speedment.runtime.core.db.metadata.TypeInfoMetaData
 
of(String, int, int, int, short, boolean) - Static method in interface com.speedment.runtime.core.db.metadata.TypeInfoMetaData
 
of(String) - Static method in interface com.speedment.runtime.core.db.SqlPredicateFragment
 
of(String, Collection<Object>) - Static method in interface com.speedment.runtime.core.db.SqlPredicateFragment
 
of(String, Object) - Static method in interface com.speedment.runtime.core.db.SqlPredicateFragment
 
of(Verb, Property) - Static method in class com.speedment.runtime.core.stream.action.Statement
 
of(Iterator<? extends T>, long, int, int[]) - Static method in interface com.speedment.runtime.core.stream.parallel.ConfigurableIteratorSpliterator
 
of(Iterator<? extends T>, int, int[]) - Static method in interface com.speedment.runtime.core.stream.parallel.ConfigurableIteratorSpliterator
 
of(int...) - Static method in interface com.speedment.runtime.core.stream.parallel.ParallelStrategy
 
of(Supplier<T>, Consumer<T>, Consumer<T>...) - Static method in class com.speedment.runtime.core.util.CollectorUtil
 
of(Supplier<I>, Consumer<I>, Function<I, T>) - Static method in class com.speedment.runtime.core.util.CollectorUtil
 
ofNullable(Long) - Static method in class com.speedment.runtime.core.util.OptionalUtil
Wraps the specified nullable value in an OptionalLong.
ofNullable(Integer) - Static method in class com.speedment.runtime.core.util.OptionalUtil
Wraps the specified nullable value in an OptionalInteger.
ofNullable(Double) - Static method in class com.speedment.runtime.core.util.OptionalUtil
Wraps the specified nullable value in an OptionalDouble.
ofNullable(Boolean) - Static method in class com.speedment.runtime.core.util.OptionalUtil
Wraps the specified nullable value in an OptionalBoolean.
onClose() - Method in interface com.speedment.runtime.core.component.connectionpool.PoolableConnection
 
optimize(P, SqlStreamOptimizerInfo<ENTITY>, AsynchronousQueryResult<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.SqlStreamOptimizer
Returns an optimized pipeline, potentially by modifying the query.
OptionalUtil - Class in com.speedment.runtime.core.util
A utility class for converting optional types to their boxed equivalents.
or(Predicate<? super T>) - Method in interface com.speedment.runtime.core.db.SqlPredicate
 
or(Predicate<? super ENTITY>) - Method in interface com.speedment.runtime.field.predicate.CombinedPredicate
 
or(Predicate<ENTITY>, Predicate<? super ENTITY>) - Static method in interface com.speedment.runtime.field.predicate.CombinedPredicate
Creates and returns a new CombinedPredicate that is the logical OR combination of the given predicates.
ORDER_TYPE - Static variable in interface com.speedment.runtime.config.trait.HasOrderType
The key of the orderType property.
OrderType - Enum in com.speedment.runtime.config.parameter
 
ORDINAL_POSITION - Static variable in interface com.speedment.runtime.config.trait.HasOrdinalPosition
The key of the ordinalPosition property.

P

PACKAGE_LOCATION - Static variable in interface com.speedment.runtime.config.Project
 
PACKAGE_NAME - Static variable in interface com.speedment.runtime.config.trait.HasPackageName
 
ParallelStrategy - Interface in com.speedment.runtime.core.stream.parallel
 
ParallelStrategy.Hidden - Class in com.speedment.runtime.core.stream.parallel
 
parse(String) - Method in interface com.speedment.runtime.core.component.resultset.ResultSetMapping
Parses the given input String and returns an object of type T that corresponds to the given String.
parse(long) - Method in interface com.speedment.runtime.core.component.resultset.ResultSetMapping
Parses the given input long and returns an object of type T that corresponds to the given long.
parseBoolean(String) - Static method in class com.speedment.runtime.core.util.OptionalUtil
Parses the specified value into an optional unless it is null, in which case an empty optional is returned.
parseDouble(String) - Static method in class com.speedment.runtime.core.util.OptionalUtil
Parses the specified value into an optional unless it is null, in which case an empty optional is returned.
parseInt(String) - Static method in class com.speedment.runtime.core.util.OptionalUtil
Parses the specified value into an optional unless it is null, in which case an empty optional is returned.
parseLong(String) - Static method in class com.speedment.runtime.core.util.OptionalUtil
Parses the specified value into an optional unless it is null, in which case an empty optional is returned.
PasswordComponent - Interface in com.speedment.runtime.core.component
A component that stores the password for all the connected dbmses during this session.
persist(ENTITY) - Method in interface com.speedment.runtime.core.component.EntityManager
Persists the given Entity and returns a new Optional<Entity> that was the result of the persistence, or Optional.empty() if the method failed.
persist(ENTITY) - Method in interface com.speedment.runtime.core.manager.Manager
Persists the provided entity to the underlying database and returns a potentially updated entity.
PersistenceComponent - Interface in com.speedment.runtime.core.component
The PersistanceComponent handles persisting, updating and deleting entities from a remote store, for an example a database or an in-memory grid.
persister(TableIdentifier<ENTITY>) - Method in interface com.speedment.runtime.core.component.PersistenceComponent
Creates and returns a Persister that describes how entities are persisted to the specified table.
persister() - Method in class com.speedment.runtime.core.manager.AbstractManager
 
persister() - Method in class com.speedment.runtime.core.manager.AbstractViewManager
 
persister() - Method in interface com.speedment.runtime.core.manager.Manager
Returns a Persister that when its Persister.apply(java.lang.Object) method is called, will produce the same result as Manager.persist(java.lang.Object)
Persister<ENTITY> - Interface in com.speedment.runtime.core.manager
An action that takes an entity and persists it to a data store.
Pipeline - Interface in com.speedment.runtime.core.stream
 
PoolableConnection - Interface in com.speedment.runtime.core.component.connectionpool
A connection in a ConnectionPoolComponent that in addition to the standard JDBC methods also has information about when it was created and twhen it expires, among other things.
poolSize() - Method in interface com.speedment.runtime.core.component.connectionpool.ConnectionPoolComponent
Returns the current number of idle connections in the pool.
PORT - Static variable in interface com.speedment.runtime.config.Dbms
 
position(String, long) - Method in class com.speedment.runtime.typemapper.largeobject.StringClob
 
position(Clob, long) - Method in class com.speedment.runtime.typemapper.largeobject.StringClob
 
PredicateOperandUtil - Class in com.speedment.runtime.field.util
Utility class for getting individual operands from a FieldPredicate.
PredicateType - Enum in com.speedment.runtime.field.predicate
The predicate types that exists in Speedment.
PRIMARY_KEY_COLUMNS - Static variable in interface com.speedment.runtime.config.Table
 
PrimaryKeyColumn - Interface in com.speedment.runtime.config
A typed Document that represents the primary key column instance in the database.
PrimaryKeyColumnMutator<DOC extends PrimaryKeyColumn> - Class in com.speedment.runtime.config.mutator
 
PrimaryKeyColumnMutator(DOC) - Constructor for class com.speedment.runtime.config.mutator.PrimaryKeyColumnMutator
 
primaryKeyColumns() - Method in interface com.speedment.runtime.config.Table
Creates a stream of primary key columns located in this document.
primaryKeyFields() - Method in interface com.speedment.runtime.core.manager.Manager
Returns a stream of the fields that are included in the primary key of the table represented by this Manager.
primitive() - Static method in interface com.speedment.runtime.typemapper.TypeMapper
Returns an primitive type mapper.
PrimitiveDoubleToFloatMapper - Class in com.speedment.runtime.typemapper.doubles
Maps between Double and float values by simply casting to lower precision.
PrimitiveDoubleToFloatMapper() - Constructor for class com.speedment.runtime.typemapper.doubles.PrimitiveDoubleToFloatMapper
 
PrimitiveIntegerToByteMapper - Class in com.speedment.runtime.typemapper.integer
Maps between Integer and byte values by simply casting to lower precision.
PrimitiveIntegerToByteMapper() - Constructor for class com.speedment.runtime.typemapper.integer.PrimitiveIntegerToByteMapper
 
PrimitiveIntegerToShortMapper - Class in com.speedment.runtime.typemapper.integer
Maps between Integer and short values by simply casting to lower precision.
PrimitiveIntegerToShortMapper() - Constructor for class com.speedment.runtime.typemapper.integer.PrimitiveIntegerToShortMapper
 
PrimitiveIntegerZeroOneToBooleanMapper - Class in com.speedment.runtime.typemapper.integer
 
PrimitiveIntegerZeroOneToBooleanMapper() - Constructor for class com.speedment.runtime.typemapper.integer.PrimitiveIntegerZeroOneToBooleanMapper
 
PrimitiveLongToByteMapper - Class in com.speedment.runtime.typemapper.longs
Maps between Long and byte values by simply casting to lower precision.
PrimitiveLongToByteMapper() - Constructor for class com.speedment.runtime.typemapper.longs.PrimitiveLongToByteMapper
 
PrimitiveLongToIntegerMapper - Class in com.speedment.runtime.typemapper.longs
Maps between Long and int values by simply casting to lower precision.
PrimitiveLongToIntegerMapper() - Constructor for class com.speedment.runtime.typemapper.longs.PrimitiveLongToIntegerMapper
 
PrimitiveLongToShortMapper - Class in com.speedment.runtime.typemapper.longs
Maps between Long and short values by simply casting to lower precision.
PrimitiveLongToShortMapper() - Constructor for class com.speedment.runtime.typemapper.longs.PrimitiveLongToShortMapper
 
PrimitiveShortToByteMapper - Class in com.speedment.runtime.typemapper.shorts
Maps between Short and byte values by simply casting to lower precision.
PrimitiveShortToByteMapper() - Constructor for class com.speedment.runtime.typemapper.shorts.PrimitiveShortToByteMapper
 
PrimitiveTypeMapper<T> - Class in com.speedment.runtime.typemapper.primitive
 
PrimitiveTypeMapper() - Constructor for class com.speedment.runtime.typemapper.primitive.PrimitiveTypeMapper
 
ProgressMeasure - Interface in com.speedment.runtime.core.util
Measures the progress of a task.
Project - Interface in com.speedment.runtime.config
A typed Document that represents a database project.
ProjectComponent - Interface in com.speedment.runtime.core.component
This Component interface is used for holding the current Project that is being used by Speedment.
ProjectMutator<DOC extends Project> - Class in com.speedment.runtime.config.mutator
 
ProjectMutator(DOC) - Constructor for class com.speedment.runtime.config.mutator.ProjectMutator
 
Property - Enum in com.speedment.runtime.core.stream.action
 
put(String, Object) - Method in interface com.speedment.runtime.config.Document
Stores the specified value on the specified key in this document.
put(String, Object) - Method in interface com.speedment.runtime.config.mutator.DocumentMutator
 
put(Manager<E>) - Method in interface com.speedment.runtime.core.component.ManagerComponent
Puts (associates) a Manager implementation into the ManagerComponent.
put(String, char[]) - Method in interface com.speedment.runtime.core.component.PasswordComponent
Stores the specified password for the specified dbmsName.
put(Dbms, char[]) - Method in interface com.speedment.runtime.core.component.PasswordComponent
Stores the specified password for the specified dbmsName.
put(String, Class<?>) - Method in interface com.speedment.runtime.core.db.JavaTypeMap
Adds a new mapping to this type map.
put(V) - Method in interface com.speedment.runtime.core.util.ClassMapper
Adds a mapping for an item.

Q

quoteField(String) - Method in interface com.speedment.runtime.core.db.DatabaseNamingConvention
Quotes the specified value field in accordance to this database naming convention.

R

rawClose() - Method in interface com.speedment.runtime.core.component.connectionpool.PoolableConnection
 
readSchemaMetadata(Dbms, ProgressMeasure, Predicate<String>) - Method in interface com.speedment.runtime.core.db.DbmsMetadataHandler
Reads the schema metadata with populated Schemas that are available in this database.
ReduceIdentityCombinerTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
ReduceIdentityTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
ReduceTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
referencedColumn(Project, T) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedColumn(Project, String, String, String, String) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedColumnIfPresent(Project, ColumnIdentifier<?>) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedColumnIfPresent(Project, String, String, String, String) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedDbms(Project, HasDbmsName) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedDbms(Project, String) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedDbmsIfPresent(Project, ColumnIdentifier<?>) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedDbmsIfPresent(Project, String) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedSchema(Project, T) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedSchema(Project, String, String) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedSchemaIfPresent(Project, ColumnIdentifier<?>) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedSchemaIfPresent(Project, String, String) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedTable(Project, T) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedTable(Project, String, String, String) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedTableIfPresent(Project, ColumnIdentifier<?>) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
referencedTableIfPresent(Project, String, String, String) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
ReferenceField<ENTITY,D,V> - Interface in com.speedment.runtime.field
A field that represents an object value.
ReferenceGetter<ENTITY,V> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the getXXX() method for a particular field in an entity.
ReferenceSetter<ENTITY,V> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the setXXX(value) method for a particular field in an entity.
ReferenceSqlStreamTerminatorOverride - Interface in com.speedment.runtime.core.component.sql.override.reference
An interface used for overriding a reference stream's terminating operations.
ReferenceTerminator - Interface in com.speedment.runtime.core.component.sql.override.reference
 
relativeName(D, Class<T>, DocumentUtil.Name) - Static method in class com.speedment.runtime.config.util.DocumentUtil
Returns the relative name for the given Document up to the point given by the parent Class.
relativeName(D, Class<T>, DocumentUtil.Name, Function<String, String>) - Static method in class com.speedment.runtime.config.util.DocumentUtil
Returns the relative name for the given Document up to the point given by the parent Class by successively applying the provided nameMapper onto the Node names.
relativeName(D, Class<T>, DocumentUtil.Name, CharSequence, Function<String, String>) - Static method in class com.speedment.runtime.config.util.DocumentUtil
Returns the relative name for the given Document up to the point given by the parent Class by successively applying the provided nameMapper onto the Node names and separating the names with the provided separator.
remove(ENTITY) - Method in interface com.speedment.runtime.core.component.EntityManager
Updates the given Entity and returns a new Optional<Entity> that was the result of the update, or Optional.empty() if the method failed.
remove(ENTITY) - Method in interface com.speedment.runtime.core.manager.Manager
Removes the provided entity from the underlying database and returns the provided entity instance.
remove(int) - Method in interface com.speedment.runtime.core.stream.Pipeline
 
removeEmail() - Static method in class com.speedment.runtime.core.util.EmailUtil
Removes the email address stored on the computer.
removeFirst() - Method in interface com.speedment.runtime.core.stream.Pipeline
Removes and returns the first element from this pipeline.
removeIf(Predicate<? super Action<?, ?>>) - Method in interface com.speedment.runtime.core.stream.Pipeline
 
removeLast() - Method in interface com.speedment.runtime.core.stream.Pipeline
Removes and returns the last element from this pipeline.
remover(TableIdentifier<ENTITY>) - Method in interface com.speedment.runtime.core.component.PersistenceComponent
Creates and returns a Remover that describes how entities are removed from the specified table.
remover() - Method in class com.speedment.runtime.core.manager.AbstractManager
 
remover() - Method in class com.speedment.runtime.core.manager.AbstractViewManager
 
remover() - Method in interface com.speedment.runtime.core.manager.Manager
Returns a Remover that when its Persister.apply(Object) method is called, will produce the same result as Manager.remove(Object)
Remover<ENTITY> - Interface in com.speedment.runtime.core.manager
An action that takes an entity and removes it from a data store.
reportStarted() - Method in interface com.speedment.runtime.core.component.StatisticsReporterComponent
 
reportStopped() - Method in interface com.speedment.runtime.core.component.StatisticsReporterComponent
 
ResultSetMapperComponent - Interface in com.speedment.runtime.core.component.resultset
The ResultSetMapperComponent provides a mapping from a certain DbmsType and Class to a certain ResultSetMapping.
ResultSetMapping<T> - Interface in com.speedment.runtime.core.component.resultset
A mapping that defined how a JDBC ResultSet or PreparedStatement is supposed to be mapped.
resultStreamClass() - Method in class com.speedment.runtime.core.stream.action.Action
 
returnConnection(PoolableConnection) - Method in interface com.speedment.runtime.core.component.connectionpool.ConnectionPoolComponent
Returns a PoolableConnection to the pool.
reversed() - Method in interface com.speedment.runtime.field.comparator.CombinedComparator
 
reversed() - Method in interface com.speedment.runtime.field.comparator.FieldComparator
Returns a new FieldComparator that order entities in the opposite orders compared to this comparator.
reversed() - Method in enum com.speedment.runtime.field.comparator.NullOrder
 
ROOT - Static variable in class com.speedment.runtime.config.util.DocumentTranscoder
The element name of the root node in the JSON configuration file.
run() - Method in interface com.speedment.runtime.core.db.SqlRunnable
 
RuntimeBundle - Class in com.speedment.runtime.core
The InjectBundle for the "runtime"-module.
RuntimeBundle() - Constructor for class com.speedment.runtime.core.RuntimeBundle
 

S

save(Project, DocumentTranscoder.Encoder) - Static method in class com.speedment.runtime.config.util.DocumentTranscoder
Returns a JSON representation of the specified project node.
save(Project, Path, DocumentTranscoder.Encoder) - Static method in class com.speedment.runtime.config.util.DocumentTranscoder
Saves the project in a UTF-8 encoded file.
Schema - Interface in com.speedment.runtime.config
A typed Document that represents a schema instance in the database.
SchemaIdentifier<ENTITY> - Interface in com.speedment.runtime.config.identifier
Identifies a particular Schema.
SchemaIdentifier.Hidden - Class in com.speedment.runtime.config.identifier
 
SchemaMutator<DOC extends Schema> - Class in com.speedment.runtime.config.mutator
 
SchemaMutator(DOC) - Constructor for class com.speedment.runtime.config.mutator.SchemaMutator
 
SCHEMAS - Static variable in interface com.speedment.runtime.config.Dbms
 
schemas() - Method in interface com.speedment.runtime.config.Dbms
Creates a stream of schemas located in this document.
select(T, T) - Method in enum com.speedment.runtime.config.parameter.OrderType
 
selectLazily(Supplier<T>, Supplier<T>) - Method in enum com.speedment.runtime.config.parameter.OrderType
 
selectRunnable(Runnable, Runnable) - Method in enum com.speedment.runtime.config.parameter.OrderType
 
set(BasicAction) - Method in class com.speedment.runtime.core.stream.action.Action
 
set(Verb, Property) - Method in class com.speedment.runtime.core.stream.action.Action
 
set(Statement) - Method in class com.speedment.runtime.core.stream.action.Action
 
set(Statement, Statement...) - Method in class com.speedment.runtime.core.stream.action.Action
 
set(ENTITY, Object) - Method in interface com.speedment.runtime.field.method.BooleanSetter
 
set(ENTITY, Object) - Method in interface com.speedment.runtime.field.method.ByteSetter
 
set(ENTITY, Object) - Method in interface com.speedment.runtime.field.method.CharSetter
 
set(ENTITY, Object) - Method in interface com.speedment.runtime.field.method.DoubleSetter
 
set(ENTITY, Object) - Method in interface com.speedment.runtime.field.method.FloatSetter
 
set(ENTITY, Object) - Method in interface com.speedment.runtime.field.method.IntSetter
 
set(ENTITY, Object) - Method in interface com.speedment.runtime.field.method.LongSetter
 
set(ENTITY, Object) - Method in interface com.speedment.runtime.field.method.ReferenceSetter
 
set(ENTITY, Object) - Method in interface com.speedment.runtime.field.method.Setter
A generic (untyped) set-method.
set(ENTITY, Object) - Method in interface com.speedment.runtime.field.method.ShortSetter
 
set(ENTITY, boolean) - Method in interface com.speedment.runtime.field.trait.HasBooleanValue
Sets the value in the given Entity.
set(ENTITY, byte) - Method in interface com.speedment.runtime.field.trait.HasByteValue
Sets the value in the given Entity.
set(ENTITY, char) - Method in interface com.speedment.runtime.field.trait.HasCharValue
Sets the value in the given Entity.
set(ENTITY, double) - Method in interface com.speedment.runtime.field.trait.HasDoubleValue
Sets the value in the given Entity.
set(ENTITY, float) - Method in interface com.speedment.runtime.field.trait.HasFloatValue
Sets the value in the given Entity.
set(ENTITY, int) - Method in interface com.speedment.runtime.field.trait.HasIntValue
Sets the value in the given Entity.
set(ENTITY, long) - Method in interface com.speedment.runtime.field.trait.HasLongValue
Sets the value in the given Entity.
set(ENTITY, V) - Method in interface com.speedment.runtime.field.trait.HasReferenceValue
Sets the value in the given Entity
set(ENTITY, short) - Method in interface com.speedment.runtime.field.trait.HasShortValue
Sets the value in the given Entity.
setAlias(String) - Method in interface com.speedment.runtime.config.mutator.trait.HasAliasMutator
 
setAllMatchTerminator(AllMatchTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setAnyMatchTerminator(AnyMatchTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setAsBoolean(ENTITY, boolean) - Method in interface com.speedment.runtime.field.method.BooleanSetter
Sets the member represented by this setter in the specified instance to the specified value, returning a reference to the same instance as result.
setAsByte(ENTITY, byte) - Method in interface com.speedment.runtime.field.method.ByteSetter
Sets the member represented by this setter in the specified instance to the specified value, returning a reference to the same instance as result.
setAsChar(ENTITY, char) - Method in interface com.speedment.runtime.field.method.CharSetter
Sets the member represented by this setter in the specified instance to the specified value, returning a reference to the same instance as result.
setAsciiStream(long) - Method in class com.speedment.runtime.typemapper.largeobject.StringClob
 
setAsDouble(ENTITY, double) - Method in interface com.speedment.runtime.field.method.DoubleSetter
Sets the member represented by this setter in the specified instance to the specified value, returning a reference to the same instance as result.
setAsFloat(ENTITY, float) - Method in interface com.speedment.runtime.field.method.FloatSetter
Sets the member represented by this setter in the specified instance to the specified value, returning a reference to the same instance as result.
setAsInt(ENTITY, int) - Method in interface com.speedment.runtime.field.method.IntSetter
Sets the member represented by this setter in the specified instance to the specified value, returning a reference to the same instance as result.
setAsLong(ENTITY, long) - Method in interface com.speedment.runtime.field.method.LongSetter
Sets the member represented by this setter in the specified instance to the specified value, returning a reference to the same instance as result.
setAsShort(ENTITY, short) - Method in interface com.speedment.runtime.field.method.ShortSetter
Sets the member represented by this setter in the specified instance to the specified value, returning a reference to the same instance as result.
setAutoIncrement(Boolean) - Method in class com.speedment.runtime.config.mutator.ColumnMutator
 
setCharacterStream(long) - Method in class com.speedment.runtime.typemapper.largeobject.StringClob
 
setCollectSupplierAccumulatorCombinerTerminator(CollectSupplierAccumulatorCombinerTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setCollectTerminator(CollectTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setCompanyName(String) - Method in class com.speedment.runtime.config.mutator.ProjectMutator
 
setConfigPath(String) - Method in class com.speedment.runtime.config.mutator.ProjectMutator
 
setConnectionUrl(String) - Method in class com.speedment.runtime.config.mutator.DbmsMutator
 
setCountTerminator(CountTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setCurrentAction(String) - Method in interface com.speedment.runtime.core.util.ProgressMeasure
Sets the current action.
setDatabaseType(Class<?>) - Method in class com.speedment.runtime.config.mutator.ColumnMutator
 
setDefaultSchema(Boolean) - Method in class com.speedment.runtime.config.mutator.SchemaMutator
 
setDoubleCountTerminator(DoubleCountTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.doubles.DoubleSqlStreamTerminatorOverride
 
setEmail(String) - Static method in class com.speedment.runtime.core.util.EmailUtil
Overwrites the email address stored (if any) with the one specified.
setEnabled(Boolean) - Method in interface com.speedment.runtime.config.mutator.trait.HasEnabledMutator
 
setEnumConstants(String) - Method in class com.speedment.runtime.config.mutator.ColumnMutator
 
setFindAnyTerminator(FindAnyTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setFindFirstTerminator(FindFirstTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setForEachOrderedTerminator(ForEachOrderedTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setForEachTerminator(ForEachTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setForeignColumnName(String) - Method in class com.speedment.runtime.config.mutator.ForeignKeyColumnMutator
 
setForeignDatabaseName(String) - Method in class com.speedment.runtime.config.mutator.ForeignKeyColumnMutator
 
setForeignSchemaName(String) - Method in class com.speedment.runtime.config.mutator.ForeignKeyColumnMutator
 
setForeignTableName(String) - Method in class com.speedment.runtime.config.mutator.ForeignKeyColumnMutator
 
setId(String) - Method in interface com.speedment.runtime.config.mutator.trait.HasIdMutator
 
setInitialSupplier(Supplier<BaseStream<?, ?>>) - Method in interface com.speedment.runtime.core.stream.Pipeline
 
setIntCountTerminator(IntCountTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.ints.IntSqlStreamTerminatorOverride
 
setIpAddress(String) - Method in class com.speedment.runtime.config.mutator.DbmsMutator
 
setIteratorTerminator(IteratorTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setLongCountTerminator(LongCountTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.longs.LongSqlStreamTerminatorOverride
 
setMaxAge(long) - Method in interface com.speedment.runtime.core.component.connectionpool.ConnectionPoolComponent
Deprecated.
This method will be removed in coming APIs. Use configuration parameters instead.
setMaxRetainSize(int) - Method in interface com.speedment.runtime.core.component.connectionpool.ConnectionPoolComponent
Deprecated.
This method will be removed in coming APIs. Use configuration parameters instead.
setMaxTerminator(MaxTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setMinTerminator(MinTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setName(String) - Method in interface com.speedment.runtime.config.mutator.trait.HasNameMutator
 
setNoneMatchTerminator(NoneMatchTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setNullable(Boolean) - Method in class com.speedment.runtime.config.mutator.ColumnMutator
 
setOnClose(Runnable) - Method in interface com.speedment.runtime.core.component.connectionpool.PoolableConnection
 
setOrdered(boolean) - Method in interface com.speedment.runtime.core.stream.Pipeline
Sets if this Pipeline is ordered.
setOrderType(OrderType) - Method in interface com.speedment.runtime.config.mutator.trait.HasOrderTypeMutator
 
setOrdinalPosition(Integer) - Method in interface com.speedment.runtime.config.mutator.trait.HasOrdinalPositionMutator
 
setPackageLocation(String) - Method in class com.speedment.runtime.config.mutator.ProjectMutator
 
setPackageName(String) - Method in class com.speedment.runtime.config.mutator.ProjectMutator
 
setParallel(boolean) - Method in interface com.speedment.runtime.core.stream.Pipeline
Sets if this Pipeline is parallel.
setPort(Integer) - Method in class com.speedment.runtime.config.mutator.DbmsMutator
 
setProgress(double) - Method in interface com.speedment.runtime.core.util.ProgressMeasure
Sets the progress ratio.
setProject(Project) - Method in interface com.speedment.runtime.core.component.ProjectComponent
Sets the current Project.
setReduceIdentityCombinerTerminator(ReduceIdentityCombinerTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setReduceIdentityTerminator(ReduceIdentityTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setReduceTerminator(ReduceTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setRsMapper(SqlFunction<ResultSet, T>) - Method in interface com.speedment.runtime.core.db.AsynchronousQueryResult
 
setSpliteratorTerminator(SpliteratorTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setSql(String) - Method in interface com.speedment.runtime.core.db.AsynchronousQueryResult
 
setSql(String) - Method in interface com.speedment.runtime.core.db.SqlPredicateFragment
 
setString(long, String) - Method in class com.speedment.runtime.typemapper.largeobject.StringClob
 
setString(long, String, int, int) - Method in class com.speedment.runtime.typemapper.largeobject.StringClob
 
Setter<ENTITY> - Interface in com.speedment.runtime.field.method
 
setter() - Method in interface com.speedment.runtime.field.trait.HasBooleanValue
 
setter() - Method in interface com.speedment.runtime.field.trait.HasByteValue
 
setter() - Method in interface com.speedment.runtime.field.trait.HasCharValue
 
setter() - Method in interface com.speedment.runtime.field.trait.HasDoubleValue
 
setter() - Method in interface com.speedment.runtime.field.trait.HasFloatValue
 
setter() - Method in interface com.speedment.runtime.field.trait.HasIntValue
 
setter() - Method in interface com.speedment.runtime.field.trait.HasLongValue
 
setter() - Method in interface com.speedment.runtime.field.trait.HasReferenceValue
 
setter() - Method in interface com.speedment.runtime.field.trait.HasSetter
Returns a reference to the setter for this field.
setter() - Method in interface com.speedment.runtime.field.trait.HasShortValue
 
setTo(boolean) - Method in interface com.speedment.runtime.field.trait.HasBooleanValue
Creates and returns a setter handler with a given value.
setTo(byte) - Method in interface com.speedment.runtime.field.trait.HasByteValue
Creates and returns a setter handler with a given value.
setTo(char) - Method in interface com.speedment.runtime.field.trait.HasCharValue
Creates and returns a setter handler with a given value.
setTo(double) - Method in interface com.speedment.runtime.field.trait.HasDoubleValue
Creates and returns a setter handler with a given value.
setTo(float) - Method in interface com.speedment.runtime.field.trait.HasFloatValue
Creates and returns a setter handler with a given value.
setTo(int) - Method in interface com.speedment.runtime.field.trait.HasIntValue
Creates and returns a setter handler with a given value.
setTo(long) - Method in interface com.speedment.runtime.field.trait.HasLongValue
Creates and returns a setter handler with a given value.
setTo(V) - Method in interface com.speedment.runtime.field.trait.HasReferenceValue
Creates and returns a SetToReference with a given value.
setTo(short) - Method in interface com.speedment.runtime.field.trait.HasShortValue
Creates and returns a setter handler with a given value.
setToArrayGeneratorTerminator(ToArrayGeneratorTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
setToArrayTerminator(ToArrayTerminator<ENTITY>) - Method in interface com.speedment.runtime.core.component.sql.override.reference.ReferenceSqlStreamTerminatorOverride
 
SetToBoolean<ENTITY,D> - Interface in com.speedment.runtime.field.method
Represents a set-operation with all the metadata contained.
SetToByte<ENTITY,D> - Interface in com.speedment.runtime.field.method
Represents a set-operation with all the metadata contained.
SetToChar<ENTITY,D> - Interface in com.speedment.runtime.field.method
Represents a set-operation with all the metadata contained.
SetToDouble<ENTITY,D> - Interface in com.speedment.runtime.field.method
Represents a set-operation with all the metadata contained.
SetToFloat<ENTITY,D> - Interface in com.speedment.runtime.field.method
Represents a set-operation with all the metadata contained.
SetToInt<ENTITY,D> - Interface in com.speedment.runtime.field.method
Represents a set-operation with all the metadata contained.
SetToLong<ENTITY,D> - Interface in com.speedment.runtime.field.method
Represents a set-operation with all the metadata contained.
SetToReference<ENTITY,D,V> - Interface in com.speedment.runtime.field.method
Represents a set-operation with all the metadata contained.
SetToShort<ENTITY,D> - Interface in com.speedment.runtime.field.method
Represents a set-operation with all the metadata contained.
setTypeMapper(Class<?>) - Method in class com.speedment.runtime.config.mutator.ColumnMutator
 
setTypeName(String) - Method in class com.speedment.runtime.config.mutator.DbmsMutator
 
setUnique(Boolean) - Method in class com.speedment.runtime.config.mutator.IndexMutator
 
setUsername(String) - Method in class com.speedment.runtime.config.mutator.DbmsMutator
 
setValues(List<?>) - Method in interface com.speedment.runtime.core.db.AsynchronousQueryResult
 
setView(boolean) - Method in class com.speedment.runtime.config.mutator.TableMutator
 
ShortField<ENTITY,D> - Interface in com.speedment.runtime.field
A field that represents a primitive short value.
ShortForeignKeyField<ENTITY,D,FK_ENTITY> - Interface in com.speedment.runtime.field
A field that represents a primitive short value that references another column using a foreign key.
ShortGetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
ShortSetter<ENTITY> - Interface in com.speedment.runtime.field.method
A short-cut functional reference to the setXXX(value) method for a particular field in an entity.
ShortToByteMapper - Class in com.speedment.runtime.typemapper.shorts
Maps between Short and Byte values by simply casting to lower precision.
ShortToByteMapper() - Constructor for class com.speedment.runtime.typemapper.shorts.ShortToByteMapper
 
size() - Method in interface com.speedment.runtime.core.stream.Pipeline
 
size() - Method in interface com.speedment.runtime.field.comparator.CombinedComparator
The number of comparators in the CombinedComparator.stream().
size() - Method in interface com.speedment.runtime.field.predicate.CombinedPredicate
Returns the number of predicates that this CombinedBasePredicate holds
Speedment - Interface in com.speedment.runtime.core
The Platform class acts as a generic holder of different system Components.
SpeedmentConfigException - Exception in com.speedment.runtime.config.exception
A specialization of RuntimeException that is thrown when something is wrong witht he database configuration model.
SpeedmentConfigException() - Constructor for exception com.speedment.runtime.config.exception.SpeedmentConfigException
 
SpeedmentConfigException(String) - Constructor for exception com.speedment.runtime.config.exception.SpeedmentConfigException
 
SpeedmentConfigException(String, Throwable) - Constructor for exception com.speedment.runtime.config.exception.SpeedmentConfigException
 
SpeedmentConfigException(Throwable) - Constructor for exception com.speedment.runtime.config.exception.SpeedmentConfigException
 
SpeedmentConfigException(String, Throwable, boolean, boolean) - Constructor for exception com.speedment.runtime.config.exception.SpeedmentConfigException
 
SpeedmentException - Exception in com.speedment.runtime.core.exception
SpeedmentException is the superclass of those exceptions that can be thrown during the normal operation of the Speedment framework.
SpeedmentException() - Constructor for exception com.speedment.runtime.core.exception.SpeedmentException
Constructs a new SpeedmentException with null as its detail message.
SpeedmentException(String) - Constructor for exception com.speedment.runtime.core.exception.SpeedmentException
Constructs a new SpeedmentException with the specified detail message.
SpeedmentException(String, Throwable) - Constructor for exception com.speedment.runtime.core.exception.SpeedmentException
Constructs a new SpeedmentException with the specified detail message and cause.
SpeedmentException(Throwable) - Constructor for exception com.speedment.runtime.core.exception.SpeedmentException
Constructs a new SpeedmentException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SpeedmentException(String, Throwable, boolean, boolean) - Constructor for exception com.speedment.runtime.core.exception.SpeedmentException
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
SpeedmentFieldException - Exception in com.speedment.runtime.field.exception
A specialization of RuntimeException that is thrown when something is wrong with the bindings between fields.
SpeedmentFieldException() - Constructor for exception com.speedment.runtime.field.exception.SpeedmentFieldException
 
SpeedmentFieldException(String) - Constructor for exception com.speedment.runtime.field.exception.SpeedmentFieldException
 
SpeedmentFieldException(String, Throwable) - Constructor for exception com.speedment.runtime.field.exception.SpeedmentFieldException
 
SpeedmentFieldException(Throwable) - Constructor for exception com.speedment.runtime.field.exception.SpeedmentFieldException
 
SpeedmentFieldException(String, Throwable, boolean, boolean) - Constructor for exception com.speedment.runtime.field.exception.SpeedmentFieldException
 
SpeedmentTypeMapperException - Exception in com.speedment.runtime.typemapper.exception
A specialized version of RuntimeException that is thrown when something goes wrong mapping between JDBC and other java types.
SpeedmentTypeMapperException() - Constructor for exception com.speedment.runtime.typemapper.exception.SpeedmentTypeMapperException
 
SpeedmentTypeMapperException(String) - Constructor for exception com.speedment.runtime.typemapper.exception.SpeedmentTypeMapperException
 
SpeedmentTypeMapperException(String, Throwable) - Constructor for exception com.speedment.runtime.typemapper.exception.SpeedmentTypeMapperException
 
SpeedmentTypeMapperException(Throwable) - Constructor for exception com.speedment.runtime.typemapper.exception.SpeedmentTypeMapperException
 
SpeedmentTypeMapperException(String, Throwable, boolean, boolean) - Constructor for exception com.speedment.runtime.typemapper.exception.SpeedmentTypeMapperException
 
SPLIT_PATTERN - Static variable in interface com.speedment.runtime.config.Project
 
SpliteratorTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
spliteratorUnknownSize(Iterator<? extends T>, int) - Method in interface com.speedment.runtime.core.stream.parallel.ParallelStrategy
 
SqlConsumer<T> - Interface in com.speedment.runtime.core.db
A variation of the standard java.util.function.Consumer that throws a SQLException if an error occurred while the supplier was getted.
SqlFunction<T,R> - Interface in com.speedment.runtime.core.db
A variation of the standard java.util.function.Function that throws a SQLException if an error occurred while the function was applied.
SqlPersistenceComponent - Interface in com.speedment.runtime.core.component.sql
A component responsible for persisting, updating and removing entities in the database.
SqlPredicate<T> - Interface in com.speedment.runtime.core.db
A variation of the standard java.util.function.Predicate that throws a SQLException if an error occurred while the predicate was tested.
SqlPredicateFragment - Interface in com.speedment.runtime.core.db
 
SqlRunnable - Interface in com.speedment.runtime.core.db
A variation of the standard java.lang.Runnable that throws a SQLException if an error occurred while it ran.
SqlStreamOptimizer<ENTITY> - Interface in com.speedment.runtime.core.component.sql
 
SqlStreamOptimizerComponent - Interface in com.speedment.runtime.core.component.sql
 
SqlStreamOptimizerInfo<ENTITY> - Interface in com.speedment.runtime.core.component.sql
 
SqlStreamSupplierComponent - Interface in com.speedment.runtime.core.component.sql
A specialization of the StreamSupplierComponent-interface that specializes in producing streams from a relational SQL database.
SqlStreamTerminatorComponent - Interface in com.speedment.runtime.core.component.sql.override
 
SqlSupplier<T> - Interface in com.speedment.runtime.core.db
A variation of the standard java.util.function.Supplier that throws a SQLException if an error occurred while the supplier was getted.
SqlTypeMapperHelper<DB_TYPE,JAVA_TYPE> - Interface in com.speedment.runtime.core.component.sql
A helper class that makes it easier to create and invoke instances of TypeMapper when a relational SQL database source is used.
standard() - Static method in interface com.speedment.runtime.core.ApplicationBuilder
Creates and returns a new standard ApplicationBuilder.
standard(ClassLoader) - Static method in interface com.speedment.runtime.core.ApplicationBuilder
Creates and returns a new standard ApplicationBuilder.
start() - Method in interface com.speedment.runtime.core.component.StreamSupplierComponent
Starts the stream suppler and initialized any resources needed for its operation.
startsWith(String) - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field starts with the given value.
startsWithIgnoreCase(String) - Method in interface com.speedment.runtime.field.trait.HasStringOperators
Returns a Predicate that will evaluate to true, if and only if this Field starts with the given value while ignoring the case of the Strings that are compared.
Statement - Class in com.speedment.runtime.core.stream.action
 
statements() - Method in interface com.speedment.runtime.core.stream.action.BasicAction
 
StaticClassUtil - Class in com.speedment.runtime.core.util
Support class for classes that only contains static methods and fields.
StatisticsReporterComponent - Interface in com.speedment.runtime.core.component
A StatisticsReporterComponent reports statistics to the Speedment developers on when a Speedment application is started, is running and is stopped.
StatisticsReporterSchedulerComponent - Interface in com.speedment.runtime.core.component
A StatisticsReporterSchedulerComponent used to start a StatisticsReporterComponent
stop() - Method in interface com.speedment.runtime.core.component.StreamSupplierComponent
Stops the stream suppler and releases any previously allocated resources.
stop() - Method in interface com.speedment.runtime.core.Speedment
Stops the Speedment instance and deallocates any allocated resources.
stream() - Method in interface com.speedment.runtime.core.component.ManagerComponent
Returns a Stream of all Managers associated with this ManagerComponent.
stream(TableIdentifier<ENTITY>) - Method in interface com.speedment.runtime.core.component.StreamSupplierComponent
Basic stream over all entities using the default ParallelStrategy.
stream(TableIdentifier<ENTITY>, ParallelStrategy) - Method in interface com.speedment.runtime.core.component.StreamSupplierComponent
Basic stream over all entities.
stream() - Method in interface com.speedment.runtime.core.db.AsynchronousQueryResult
 
stream() - Method in class com.speedment.runtime.core.manager.AbstractManager
 
stream() - Method in class com.speedment.runtime.core.manager.AbstractViewManager
 
stream() - Method in interface com.speedment.runtime.core.manager.Manager
Creates and returns a new Stream over all entities in the underlying database.
stream() - Method in interface com.speedment.runtime.core.stream.Pipeline
 
stream() - Method in interface com.speedment.runtime.core.util.ClassMapper
Returns a Stream of all mappings that exists.
stream() - Method in interface com.speedment.runtime.field.comparator.CombinedComparator
Returns the comparators ordered so that the first comparator is the most significant, and if that evaluates to 0, continue on to the next one.
stream() - Method in interface com.speedment.runtime.field.predicate.CombinedPredicate
Creates and returns a {link Stream} of all predicates that this CombinedPredicate holds.
StreamComposition - Class in com.speedment.runtime.core.util
Utility methods for making sure composed streams are closed properly.
StreamComposition() - Constructor for class com.speedment.runtime.core.util.StreamComposition
 
StreamSupplierComponent - Interface in com.speedment.runtime.core.component
This Component interface is used to obtain streams for different tables.
StringClob - Class in com.speedment.runtime.typemapper.largeobject
 
StringClob(String) - Constructor for class com.speedment.runtime.typemapper.largeobject.StringClob
 
StringField<ENTITY,D> - Interface in com.speedment.runtime.field
A field that represents a string column.
StringForeignKeyField<ENTITY,D,FK_ENTITY> - Interface in com.speedment.runtime.field
A field that represents a string column with a foreign key to another column.
stringToEnum() - Method in interface com.speedment.runtime.field.EnumField
A method that takes a String and converts it into an enum for this field.
stringToEnum() - Method in interface com.speedment.runtime.field.EnumForeignKeyField
A method that takes a String and converts it into an enum for this field.
StringToLocaleMapper - Class in com.speedment.runtime.typemapper.string
 
StringToLocaleMapper() - Constructor for class com.speedment.runtime.typemapper.string.StringToLocaleMapper
 
supportedDbmsTypes() - Method in interface com.speedment.runtime.core.component.DbmsHandlerComponent
Returns a stream of all DbmsTypes that has been installed in this component.

T

Table - Interface in com.speedment.runtime.config
A typed Document that represents a table instance in the database.
TableIdentifier<ENTITY> - Interface in com.speedment.runtime.config.identifier
Identifies a particular Table.
TableIdentifier.Hidden - Class in com.speedment.runtime.config.identifier
 
TableMutator<DOC extends Table> - Class in com.speedment.runtime.config.mutator
 
TableMutator(DOC) - Constructor for class com.speedment.runtime.config.mutator.TableMutator
 
TABLES - Static variable in interface com.speedment.runtime.config.Schema
 
tables() - Method in interface com.speedment.runtime.config.Schema
Creates a stream of tables located in this document.
TerminalOperationType - Enum in com.speedment.runtime.core.stream
Deprecated.
Terminator - Interface in com.speedment.runtime.core.component.sql.override
 
test(Document) - Static method in interface com.speedment.runtime.config.trait.HasEnabled
Returns true if the specified Document should be considered enabled, else false.
test(T) - Method in interface com.speedment.runtime.core.db.SqlPredicate
 
TimestampToIntMapper - Class in com.speedment.runtime.typemapper.time
 
TimestampToIntMapper() - Constructor for class com.speedment.runtime.typemapper.time.TimestampToIntMapper
 
TimestampToLocalDateTimeMapper - Class in com.speedment.runtime.typemapper.time
A mapping from SQL's Timestamp to Java's LocalDateTime.
TimestampToLocalDateTimeMapper() - Constructor for class com.speedment.runtime.typemapper.time.TimestampToLocalDateTimeMapper
 
TimestampToLongMapper - Class in com.speedment.runtime.typemapper.time
 
TimestampToLongMapper() - Constructor for class com.speedment.runtime.typemapper.time.TimestampToLongMapper
 
TimeToIntMapper - Class in com.speedment.runtime.typemapper.time
 
TimeToIntMapper() - Constructor for class com.speedment.runtime.typemapper.time.TimeToIntMapper
 
TimeToLocalTimeMapper - Class in com.speedment.runtime.typemapper.time
A mapping from SQL's Time to Java's LocalTime.
TimeToLocalTimeMapper() - Constructor for class com.speedment.runtime.typemapper.time.TimeToLocalTimeMapper
 
TimeToLongMapper - Class in com.speedment.runtime.typemapper.time
 
TimeToLongMapper() - Constructor for class com.speedment.runtime.typemapper.time.TimeToLongMapper
 
ToArrayGeneratorTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
ToArrayTerminator<ENTITY> - Interface in com.speedment.runtime.core.component.sql.override.reference
 
toDatabaseType(Double) - Method in class com.speedment.runtime.typemapper.bigdecimal.BigDecimalToDouble
 
toDatabaseType(Float) - Method in class com.speedment.runtime.typemapper.doubles.DoubleToFloatMapper
 
toDatabaseType(Float) - Method in class com.speedment.runtime.typemapper.doubles.PrimitiveDoubleToFloatMapper
 
toDatabaseType(Short) - Method in class com.speedment.runtime.typemapper.integer.DateIntToPrimitiveShortMapper
 
toDatabaseType(Short) - Method in class com.speedment.runtime.typemapper.integer.DateIntToShortMapper
 
toDatabaseType(Byte) - Method in class com.speedment.runtime.typemapper.integer.IntegerToByteMapper
 
toDatabaseType(Short) - Method in class com.speedment.runtime.typemapper.integer.IntegerToShortMapper
 
toDatabaseType(Boolean) - Method in class com.speedment.runtime.typemapper.integer.IntegerZeroOneToBooleanMapper
 
toDatabaseType(Byte) - Method in class com.speedment.runtime.typemapper.integer.PrimitiveIntegerToByteMapper
 
toDatabaseType(Short) - Method in class com.speedment.runtime.typemapper.integer.PrimitiveIntegerToShortMapper
 
toDatabaseType(Boolean) - Method in class com.speedment.runtime.typemapper.integer.PrimitiveIntegerZeroOneToBooleanMapper
 
toDatabaseType(byte[]) - Method in class com.speedment.runtime.typemapper.largeobject.BlobToByteArrayMapper
 
toDatabaseType(String) - Method in class com.speedment.runtime.typemapper.largeobject.ClobToStringMapper
 
toDatabaseType(Byte) - Method in class com.speedment.runtime.typemapper.longs.LongToByteMapper
 
toDatabaseType(Integer) - Method in class com.speedment.runtime.typemapper.longs.LongToIntegerMapper
 
toDatabaseType(Short) - Method in class com.speedment.runtime.typemapper.longs.LongToShortMapper
 
toDatabaseType(Byte) - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToByteMapper
 
toDatabaseType(Integer) - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToIntegerMapper
 
toDatabaseType(Short) - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToShortMapper
 
toDatabaseType(byte[]) - Method in class com.speedment.runtime.typemapper.other.BinaryToByteArrayMapper
 
toDatabaseType(UUID) - Method in class com.speedment.runtime.typemapper.other.BinaryToUuidMapper
 
toDatabaseType(T) - Method in class com.speedment.runtime.typemapper.primitive.PrimitiveTypeMapper
 
toDatabaseType(Byte) - Method in class com.speedment.runtime.typemapper.shorts.PrimitiveShortToByteMapper
 
toDatabaseType(Byte) - Method in class com.speedment.runtime.typemapper.shorts.ShortToByteMapper
 
toDatabaseType(Locale) - Method in class com.speedment.runtime.typemapper.string.StringToLocaleMapper
 
toDatabaseType(Boolean) - Method in class com.speedment.runtime.typemapper.string.TrueFalseStringToBooleanMapper
 
toDatabaseType(Boolean) - Method in class com.speedment.runtime.typemapper.string.YesNoStringToBooleanMapper
 
toDatabaseType(Integer) - Method in class com.speedment.runtime.typemapper.time.DateToIntMapper
 
toDatabaseType(LocalDate) - Method in class com.speedment.runtime.typemapper.time.DateToLocalDateMapper
 
toDatabaseType(Long) - Method in class com.speedment.runtime.typemapper.time.DateToLongMapper
 
toDatabaseType(Integer) - Method in class com.speedment.runtime.typemapper.time.TimestampToIntMapper
 
toDatabaseType(LocalDateTime) - Method in class com.speedment.runtime.typemapper.time.TimestampToLocalDateTimeMapper
 
toDatabaseType(Long) - Method in class com.speedment.runtime.typemapper.time.TimestampToLongMapper
 
toDatabaseType(Integer) - Method in class com.speedment.runtime.typemapper.time.TimeToIntMapper
 
toDatabaseType(LocalTime) - Method in class com.speedment.runtime.typemapper.time.TimeToLocalTimeMapper
 
toDatabaseType(Long) - Method in class com.speedment.runtime.typemapper.time.TimeToLongMapper
 
toDatabaseType(JAVA_TYPE) - Method in interface com.speedment.runtime.typemapper.TypeMapper
Converts a value from the java domain to the database domain.
toJavaType(Column, Class<?>, BigDecimal) - Method in class com.speedment.runtime.typemapper.bigdecimal.BigDecimalToDouble
 
toJavaType(Column, Class<?>, Double) - Method in class com.speedment.runtime.typemapper.doubles.DoubleToFloatMapper
 
toJavaType(Column, Class<?>, Double) - Method in class com.speedment.runtime.typemapper.doubles.PrimitiveDoubleToFloatMapper
 
toJavaType(Column, Class<?>, Integer) - Method in class com.speedment.runtime.typemapper.integer.DateIntToPrimitiveShortMapper
 
toJavaType(Column, Class<?>, Integer) - Method in class com.speedment.runtime.typemapper.integer.DateIntToShortMapper
 
toJavaType(Column, Class<?>, Integer) - Method in class com.speedment.runtime.typemapper.integer.IntegerToByteMapper
 
toJavaType(Column, Class<?>, Integer) - Method in class com.speedment.runtime.typemapper.integer.IntegerToShortMapper
 
toJavaType(Column, Class<?>, Integer) - Method in class com.speedment.runtime.typemapper.integer.IntegerZeroOneToBooleanMapper
 
toJavaType(Column, Class<?>, Integer) - Method in class com.speedment.runtime.typemapper.integer.PrimitiveIntegerToByteMapper
 
toJavaType(Column, Class<?>, Integer) - Method in class com.speedment.runtime.typemapper.integer.PrimitiveIntegerToShortMapper
 
toJavaType(Column, Class<?>, Integer) - Method in class com.speedment.runtime.typemapper.integer.PrimitiveIntegerZeroOneToBooleanMapper
 
toJavaType(Column, Class<?>, Blob) - Method in class com.speedment.runtime.typemapper.largeobject.BlobToByteArrayMapper
 
toJavaType(Column, Class<?>, Clob) - Method in class com.speedment.runtime.typemapper.largeobject.ClobToStringMapper
 
toJavaType(Column, Class<?>, Long) - Method in class com.speedment.runtime.typemapper.longs.LongToByteMapper
 
toJavaType(Column, Class<?>, Long) - Method in class com.speedment.runtime.typemapper.longs.LongToIntegerMapper
 
toJavaType(Column, Class<?>, Long) - Method in class com.speedment.runtime.typemapper.longs.LongToShortMapper
 
toJavaType(Column, Class<?>, Long) - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToByteMapper
 
toJavaType(Column, Class<?>, Long) - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToIntegerMapper
 
toJavaType(Column, Class<?>, Long) - Method in class com.speedment.runtime.typemapper.longs.PrimitiveLongToShortMapper
 
toJavaType(Column, Class<?>, Object) - Method in class com.speedment.runtime.typemapper.other.BinaryToByteArrayMapper
 
toJavaType(Column, Class<?>, Object) - Method in class com.speedment.runtime.typemapper.other.BinaryToUuidMapper
 
toJavaType(Column, Class<?>, T) - Method in class com.speedment.runtime.typemapper.primitive.PrimitiveTypeMapper
 
toJavaType(Column, Class<?>, Short) - Method in class com.speedment.runtime.typemapper.shorts.PrimitiveShortToByteMapper
 
toJavaType(Column, Class<?>, Short) - Method in class com.speedment.runtime.typemapper.shorts.ShortToByteMapper
 
toJavaType(Column, Class<?>, String) - Method in class com.speedment.runtime.typemapper.string.StringToLocaleMapper
 
toJavaType(Column, Class<?>, String) - Method in class com.speedment.runtime.typemapper.string.TrueFalseStringToBooleanMapper
 
toJavaType(Column, Class<?>, String) - Method in class com.speedment.runtime.typemapper.string.YesNoStringToBooleanMapper
 
toJavaType(Column, Class<?>, Date) - Method in class com.speedment.runtime.typemapper.time.DateToIntMapper
 
toJavaType(Column, Class<?>, Date) - Method in class com.speedment.runtime.typemapper.time.DateToLocalDateMapper
 
toJavaType(Column, Class<?>, Date) - Method in class com.speedment.runtime.typemapper.time.DateToLongMapper
 
toJavaType(Column, Class<?>, Timestamp) - Method in class com.speedment.runtime.typemapper.time.TimestampToIntMapper
 
toJavaType(Column, Class<?>, Timestamp) - Method in class com.speedment.runtime.typemapper.time.TimestampToLocalDateTimeMapper
 
toJavaType(Column, Class<?>, Timestamp) - Method in class com.speedment.runtime.typemapper.time.TimestampToLongMapper
 
toJavaType(Column, Class<?>, Time) - Method in class com.speedment.runtime.typemapper.time.TimeToIntMapper
 
toJavaType(Column, Class<?>, Time) - Method in class com.speedment.runtime.typemapper.time.TimeToLocalTimeMapper
 
toJavaType(Column, Class<?>, Time) - Method in class com.speedment.runtime.typemapper.time.TimeToLongMapper
 
toJavaType(Column, Class<?>, DB_TYPE) - Method in interface com.speedment.runtime.typemapper.TypeMapper
Converts a value from the database domain to the java domain.
toReversedList() - Static method in class com.speedment.runtime.core.util.CollectorUtil
 
toString() - Method in class com.speedment.runtime.core.stream.action.Action
 
toString() - Method in class com.speedment.runtime.core.stream.action.Statement
 
toStringHelper(Document) - Static method in class com.speedment.runtime.config.util.DocumentUtil
Helps documents to format a toString()-method.
toUnmodifiableSet() - Static method in class com.speedment.runtime.core.util.CollectorUtil
 
TraitUtil - Class in com.speedment.runtime.config.util
An utility class with methods that traits can use to produce a view of the document that satisfies exactly that trait.
TraitUtil.TraitViewConstructor<TRAIT> - Interface in com.speedment.runtime.config.util
A functional interface describing the constructor for a class that implements a specific trait.
transform(Function<Field<ENTITY>, String>, Function<Field<ENTITY>, Class<?>>, FieldPredicate<ENTITY>) - Method in interface com.speedment.runtime.core.db.FieldPredicateView
 
traverseOver(Project) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(Dbms) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(Schema) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(Table) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(Column) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(PrimaryKeyColumn) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(Index) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(IndexColumn) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(ForeignKey) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(ForeignKeyColumn) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(Project, Class<T>) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(Dbms, Class<T>) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(Schema, Class<T>) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(Table, Class<T>) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(Column, Class<T>) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(PrimaryKeyColumn, Class<T>) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(Index, Class<T>) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(IndexColumn, Class<T>) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(ForeignKey, Class<T>) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(ForeignKeyColumn, Class<T>) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
traverseOver(Document) - Static method in class com.speedment.runtime.config.util.DocumentUtil
Traverses all the documents at and below the specified document in a tree.
TrueFalseStringToBooleanMapper - Class in com.speedment.runtime.typemapper.string
 
TrueFalseStringToBooleanMapper() - Constructor for class com.speedment.runtime.typemapper.string.TrueFalseStringToBooleanMapper
 
truncate(long) - Method in class com.speedment.runtime.typemapper.largeobject.StringClob
 
TYPE_MAPPER - Static variable in interface com.speedment.runtime.config.trait.HasTypeMapper
The attribute under which the name of the TypeMapper is stored in the configuration file.
TYPE_NAME - Static variable in interface com.speedment.runtime.config.Dbms
 
typedChildrenOf(Table) - Static method in class com.speedment.runtime.config.util.DocumentDbUtil
 
TypeInfoMetaData - Interface in com.speedment.runtime.core.db.metadata
 
TypeInfoMetaData.Hidden - Class in com.speedment.runtime.core.db.metadata
 
typeMapper() - Method in interface com.speedment.runtime.field.trait.HasBooleanValue
 
typeMapper() - Method in interface com.speedment.runtime.field.trait.HasByteValue
 
typeMapper() - Method in interface com.speedment.runtime.field.trait.HasCharValue
 
typeMapper() - Method in interface com.speedment.runtime.field.trait.HasDoubleValue
 
typeMapper() - Method in interface com.speedment.runtime.field.trait.HasFloatValue
 
typeMapper() - Method in interface com.speedment.runtime.field.trait.HasIntValue
 
typeMapper() - Method in interface com.speedment.runtime.field.trait.HasLongValue
 
typeMapper() - Method in interface com.speedment.runtime.field.trait.HasReferenceValue
 
typeMapper() - Method in interface com.speedment.runtime.field.trait.HasShortValue
 
typeMapper() - Method in interface com.speedment.runtime.field.trait.HasTypeMapper
Returns the type mapper used by this field.
TypeMapper<DB_TYPE,JAVA_TYPE> - Interface in com.speedment.runtime.typemapper
A type mapper contains logic for converting between the database and the java type for a field.
TypeMapper.Category - Enum in com.speedment.runtime.typemapper
Which category the TypeMapper.getJavaType(Column) result belong to.
TypeMapper.Ordering - Enum in com.speedment.runtime.typemapper
Indicates how the ordering of mapped vs un-mapped types relate to each other.

U

UNIQUE - Static variable in interface com.speedment.runtime.config.Index
 
unmodifiableSetOf(T...) - Static method in class com.speedment.runtime.core.util.CollectorUtil
 
unWrap() - Method in interface com.speedment.runtime.core.db.SqlFunction
 
unWrap() - Method in interface com.speedment.runtime.core.db.SqlPredicate
 
unwrap(Object) - Static method in class com.speedment.runtime.core.util.OptionalUtil
If the specified object is an Optional, the inner value will be returned.
unwrap(Optional<T>) - Static method in class com.speedment.runtime.core.util.OptionalUtil
Returns the inner value of the Optional unless the optional is null, in which case null is returned.
unwrap(OptionalInt) - Static method in class com.speedment.runtime.core.util.OptionalUtil
Convert an optional value to a boxed one.
unwrap(OptionalBoolean) - Static method in class com.speedment.runtime.core.util.OptionalUtil
Convert an optional value to a boxed one.
unwrap(OptionalLong) - Static method in class com.speedment.runtime.core.util.OptionalUtil
Convert an optional value to a boxed one.
unwrap(OptionalDouble) - Static method in class com.speedment.runtime.core.util.OptionalUtil
Convert an optional value to a boxed one.
update(ENTITY) - Method in interface com.speedment.runtime.core.component.EntityManager
Updates the given Entity and returns a new Optional<Entity> that was the result of the update, or Optional.empty() if the method failed.
update(ENTITY) - Method in interface com.speedment.runtime.core.manager.Manager
Updates the provided entity in the underlying database and returns a potentially updated entity.
updater(TableIdentifier<ENTITY>) - Method in interface com.speedment.runtime.core.component.PersistenceComponent
Creates and returns an Updater that describes how entities are updated in the specified table.
updater() - Method in class com.speedment.runtime.core.manager.AbstractManager
 
updater() - Method in class com.speedment.runtime.core.manager.AbstractViewManager
 
updater() - Method in interface com.speedment.runtime.core.manager.Manager
Returns an Updater that when its Persister.apply(Object) method is called, will produce the same result as Manager.update(Object)
Updater<ENTITY> - Interface in com.speedment.runtime.core.manager
An action that takes an entity and updates it in a data store.
USERNAME - Static variable in interface com.speedment.runtime.config.Dbms
 

V

valueOf(String) - Static method in enum com.speedment.runtime.config.parameter.OrderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.config.trait.HasNullable.ImplementAs
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.config.util.DocumentUtil.Name
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.core.ApplicationBuilder.LogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.core.db.DbmsType.SkipLimitSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.core.db.DbmsType.SortByNullOrderInsertion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.core.db.DbmsType.SubSelectAlias
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.core.stream.action.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.core.stream.action.Verb
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.core.stream.TerminalOperationType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.field.comparator.NullOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.field.predicate.CombinedPredicate.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.field.predicate.Inclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.field.predicate.PredicateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.typemapper.TypeMapper.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.speedment.runtime.typemapper.TypeMapper.Ordering
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.speedment.runtime.config.parameter.OrderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.config.trait.HasNullable.ImplementAs
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.config.util.DocumentUtil.Name
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.core.ApplicationBuilder.LogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.core.db.DbmsType.SkipLimitSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.core.db.DbmsType.SortByNullOrderInsertion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.core.db.DbmsType.SubSelectAlias
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.core.stream.action.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.core.stream.action.Verb
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.core.stream.TerminalOperationType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.field.comparator.NullOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.field.predicate.CombinedPredicate.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.field.predicate.Inclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.field.predicate.PredicateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.typemapper.TypeMapper.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.speedment.runtime.typemapper.TypeMapper.Ordering
Returns an array containing the constants of this enum type, in the order they are declared.
Verb - Enum in com.speedment.runtime.core.stream.action
 
viewOf(Document, Class<TRAIT>, TraitUtil.TraitViewConstructor<? extends TRAIT>) - Static method in class com.speedment.runtime.config.util.TraitUtil
Returns a view of the specified document that implements the specified trait.

W

with(Class<C>, String, Consumer<C>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a parameter for the named Document of a certain class.
with(Class<C>, String, BiConsumer<Injector, C>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a parameter for the named Document of a certain class.
with(Class<C>, Consumer<C>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a parameter for all Document of a certain class.
with(Class<C>, BiConsumer<Injector, C>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a parameter for all Document of a certain class.
withAllowStreamIteratorAndSpliterator() - Method in interface com.speedment.runtime.core.ApplicationBuilder
Allows BaseStream.iterator() and BaseStream.spliterator() terminating operations to be called on Speedment streams.
withBundle(Class<? extends InjectBundle>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Adds a custom bundle of dependency injectable implementation classes.
withColumn(I, Consumer<Column>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a parameter for the identified table.
withColumn(I, BiConsumer<Injector, Column>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a parameter for the identified column.
withComponent(Class<?>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Adds a custom component implementation class.
withComponent(String, Class<?>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Deprecated.
The parameter key is not forwarded to the dependency injection framework, so this method has exactly the same behavior as ApplicationBuilder.withComponent(java.lang.Class), so it is redundant.
withConnectionUrl(String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a connection URL for all dbmses in this project.
withConnectionUrl(String, String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a connection URL for the named dbms in this project.
withConnectionUrl(I, String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a connection URL for the identified dbms.
withDbms(I, Consumer<Dbms>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a parameter for the identified dbms.
withDbms(I, BiConsumer<Injector, Dbms>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a parameter for the identified dbms.
withIpAddress(String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures an IP-address for all dbmses in this project.
withIpAddress(String, String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures an IP-address for the named dbms.
withIpAddress(I, String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures an IP Address for the identified dbms.
withLogging(ApplicationBuilder.HasLogglerName) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Adds a logging configuration to the application.
withManager(Class<M>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Adds a custom manager.
withParallelStrategy(ParallelStrategy) - Method in interface com.speedment.runtime.core.manager.ManagerConfigurator
Set the parallelization strategy to use in the built manager.
withParam(String, String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Sets a config parameter that will be set automatically in all instances created during initialization.
withPassword(char[]) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a password for all dbmses in this project.
withPassword(String, char[]) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a password for the named dbms.
withPassword(I, char[]) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a password for the identified dbms.
withPassword(String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a password for all dbmses in this project.
withPassword(String, String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a password for the named dbms.
withPassword(I, String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a password for the identified dbms.
withPort(int) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a port for all dbmses in this project.
withPort(String, int) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a port for the named dbms.
withPort(I, int) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a port for the identified dbms.
withSchema(I, Consumer<Schema>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a parameter for the identified schema.
withSchema(I, BiConsumer<Injector, Schema>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a parameter for the identified schema.
withSchema(String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a new schema name for all schemas in this project.
withSchema(String, String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a new schema name for the named old schema name.
withSkipCheckDatabaseConnectivity() - Method in interface com.speedment.runtime.core.ApplicationBuilder
Sets that the initial database check shall be skipped upon build().
withSkipLogoPrintout() - Method in interface com.speedment.runtime.core.ApplicationBuilder
Sets that the logo printout shall be skipped upon build().
withSkipValidateRuntimeConfig() - Method in interface com.speedment.runtime.core.ApplicationBuilder
Sets that the initial validation of the configuration shall be skipped upon build().
withTable(I, Consumer<Table>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a parameter for the identified table.
withTable(I, BiConsumer<Injector, Table>) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a parameter for the identified table.
withUsername(String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a username for all dbmses in this project.
withUsername(String, String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a username for the named dbms.
withUsername(I, String) - Method in interface com.speedment.runtime.core.ApplicationBuilder
Configures a username for the identified dbms.
wrap(Consumer<T>) - Static method in interface com.speedment.runtime.core.db.SqlConsumer
 
wrap(Function<T, R>) - Static method in interface com.speedment.runtime.core.db.SqlFunction
 
wrap(Predicate<T>) - Static method in interface com.speedment.runtime.core.db.SqlPredicate
 
wrap(Runnable) - Static method in interface com.speedment.runtime.core.db.SqlRunnable
 
wrap(Supplier<T>) - Static method in interface com.speedment.runtime.core.db.SqlSupplier
 

Y

YesNoStringToBooleanMapper - Class in com.speedment.runtime.typemapper.string
 
YesNoStringToBooleanMapper() - Constructor for class com.speedment.runtime.typemapper.string.YesNoStringToBooleanMapper
 
A B C D E F G H I J L M N O P Q R S T U V W Y 
Skip navigation links

Copyright © 2017 Speedment, Inc.. All rights reserved.