- call() - Method in class io.requery.query.BaseScalar
-
- call() - Method in interface io.requery.query.Scalar
-
- call() - Method in class io.requery.query.ScalarDelegate
-
- cancel() - Method in class io.requery.reactivex.QuerySubscription
-
- Cardinality - Enum in io.requery.meta
-
- CascadeAction - Enum in io.requery
-
Cascade action to use when adding or removing an element to an associative collection.
- Case<E> - Class in io.requery.query.function
-
- Case.CaseCondition<V,W> - Class in io.requery.query.function
-
- charAt(int) - Method in class io.requery.sql.QueryBuilder
-
- checkClosed() - Method in class io.requery.sql.EntityDataStore
-
- checkConnectionMetadata() - Method in class io.requery.sql.EntityDataStore
-
- CircularReferenceException - Exception in io.requery.sql
-
Exception thrown when a circular key reference is detected between two or more
Type
instance's
Attribute
s.
- ClassMap<V> - Class in io.requery.util
-
A map of class instances to values.
- ClassMap() - Constructor for class io.requery.util.ClassMap
-
- clear() - Method in class io.requery.cache.EmptyEntityCache
-
- clear() - Method in class io.requery.cache.LayeredEntityCache
-
- clear() - Method in class io.requery.cache.SerializableEntityCache
-
- clear() - Method in class io.requery.cache.WeakEntityCache
-
- clear() - Method in interface io.requery.EntityCache
-
Evict all references from the cache.
- clear() - Method in class io.requery.proxy.CollectionChanges
-
- clear() - Method in class io.requery.sql.BoundParameters
-
- clear() - Method in class io.requery.util.ClassMap
-
- clear() - Method in interface io.requery.util.CollectionObserver
-
- clear() - Method in class io.requery.util.ObservableList
-
- clear() - Method in class io.requery.util.ObservableSet
-
- ClobType - Class in io.requery.sql.type
-
- ClobType() - Constructor for class io.requery.sql.type.ClobType
-
- close() - Method in class io.requery.async.CompletableEntityStore
-
- close() - Method in interface io.requery.EntityStore
-
Close the entity store.
- close() - Method in class io.requery.query.BaseResult
-
- close() - Method in class io.requery.query.ModifiableResult
-
- close() - Method in interface io.requery.query.Result
-
Close this result and any resources it holds.
- close() - Method in class io.requery.query.ResultDelegate
-
- close() - Method in class io.requery.reactor.ReactorEntityStore
-
- close() - Method in class io.requery.sql.EntityDataStore
-
- close() - Method in class io.requery.sql.ResultSetIterator
-
- close() - Method in interface io.requery.Transaction
-
Closes the transaction.
- close() - Method in interface io.requery.util.CloseableIterator
-
- CloseableIterable<E> - Interface in io.requery.util
-
- CloseableIterator<E> - Interface in io.requery.util
-
- closeParenthesis() - Method in class io.requery.sql.QueryBuilder
-
- Coalesce<T> - Class in io.requery.query.function
-
- coalesce(Expression<C>...) - Static method in class io.requery.query.function.Coalesce
-
- Collate<T> - Class in io.requery.query.function
-
- collate(Expression<C>) - Static method in class io.requery.query.function.Collate
-
- collect(C) - Method in class io.requery.query.BaseResult
-
- collect(C) - Method in class io.requery.query.ModifiableResult
-
- collect(C) - Method in interface io.requery.query.Result
-
Fill the given collection with all elements from this result set.
- collect(C) - Method in class io.requery.query.ResultDelegate
-
- CollectionAttributeBuilder<T,C extends Collection,E> - Class in io.requery.meta
-
- CollectionAttributeBuilder(String, Class<? extends Collection>, Class<E>) - Constructor for class io.requery.meta.CollectionAttributeBuilder
-
- CollectionChanges<T,E> - Class in io.requery.proxy
-
- CollectionInitializer<E,V> - Class in io.requery.proxy
-
- CollectionInitializer() - Constructor for class io.requery.proxy.CollectionInitializer
-
- CollectionObserver<E> - Interface in io.requery.util
-
- Column - Annotation Type in io.requery
-
Indicates a field as being a column in a database table.
- columnName() - Method in class io.requery.sql.UserVersionColumnDefinition
-
- columnName() - Method in interface io.requery.sql.VersionColumnDefinition
-
- comma() - Method in class io.requery.sql.QueryBuilder
-
- commaSeparated(Iterable<? extends T>) - Method in class io.requery.sql.QueryBuilder
-
- commaSeparated(Iterable<? extends T>, QueryBuilder.Appender<T>) - Method in class io.requery.sql.QueryBuilder
-
- commaSeparated(Iterator<? extends T>, QueryBuilder.Appender<T>) - Method in class io.requery.sql.QueryBuilder
-
- commaSeparatedAttributes(Iterable<Attribute<E, ?>>) - Method in class io.requery.sql.QueryBuilder
-
- commaSeparatedExpressions(Iterable<Expression<?>>) - Method in class io.requery.sql.QueryBuilder
-
- commit() - Method in interface io.requery.Transaction
-
Commit the current transaction.
- compare(T, T, Comparator<? super T>) - Static method in class io.requery.util.Objects
-
- CompletableEntityStore<T> - Class in io.requery.async
-
- CompletableEntityStore(BlockingEntityStore<T>) - Constructor for class io.requery.async.CompletableEntityStore
-
- CompletableEntityStore(BlockingEntityStore<T>, Executor) - Constructor for class io.requery.async.CompletableEntityStore
-
- CompletionStageEntityStore<T> - Interface in io.requery.async
-
- CompositeIterator<E> - Class in io.requery.util
-
Combines the results of several iterators into one single iterator.
- CompositeIterator(Iterator<E>...) - Constructor for class io.requery.util.CompositeIterator
-
- CompositeKey<T> - Class in io.requery.proxy
-
Represents a composite key of multiple values.
- CompositeKey(Map<? extends Attribute<T, ?>, ?>) - Constructor for class io.requery.proxy.CompositeKey
-
Creates a new composite key instance.
- Condition<L,R> - Interface in io.requery.query
-
Represents a Unary or Binary operation/condition.
- condition() - Method in class io.requery.query.function.Case.CaseCondition
-
- Conditional<Q,V> - Interface in io.requery.query
-
Defines an interface for objects for which conditions can be applied to.
- conditions() - Method in class io.requery.query.element.JoinOnElement
-
- conditions() - Method in class io.requery.query.function.Case
-
- Configuration - Interface in io.requery.sql
-
- ConfigurationBuilder - Class in io.requery.sql
-
- ConfigurationBuilder(ConnectionProvider, EntityModel) - Constructor for class io.requery.sql.ConfigurationBuilder
-
- ConfigurationBuilder(CommonDataSource, EntityModel) - Constructor for class io.requery.sql.ConfigurationBuilder
-
- configure(MutableConfiguration<K, V>) - Method in class io.requery.cache.SerializableEntityCache
-
- ConnectionProvider - Interface in io.requery.sql
-
- consume(Consumer<? super E>) - Method in class io.requery.query.BaseScalar
-
- consume(Consumer<? super E>) - Method in interface io.requery.query.Scalar
-
Consume the result with the given
Consumer
.
- consume(Consumer<? super E>) - Method in class io.requery.query.ScalarDelegate
-
- Consumer<E> - Interface in io.requery.util.function
-
Compatible consumer interface for use with non-Java 8 runtime.
- contains(Class<?>, Object) - Method in class io.requery.cache.EmptyEntityCache
-
- contains(Class<?>, Object) - Method in class io.requery.cache.LayeredEntityCache
-
- contains(Class<?>, Object) - Method in class io.requery.cache.SerializableEntityCache
-
- contains(Class<?>, Object) - Method in class io.requery.cache.WeakEntityCache
-
- contains(Class<?>, Object) - Method in interface io.requery.EntityCache
-
Check if a reference to an entity exists.
- contains(Object) - Method in class io.requery.util.ObservableList
-
- contains(Object) - Method in class io.requery.util.ObservableSet
-
- containsAll(Collection<?>) - Method in class io.requery.util.ObservableList
-
- containsAll(Collection<?>) - Method in class io.requery.util.ObservableSet
-
- containsKey(Object) - Method in class io.requery.util.ClassMap
-
- containsTypeOf(Class<? extends T>) - Method in interface io.requery.meta.EntityModel
-
Check if the meta
Type
information for the given entity class
is contained in this
EntityModel
.
- containsValue(Object) - Method in class io.requery.util.ClassMap
-
- context() - Method in class io.requery.sql.EntityDataStore
-
- Convert - Annotation Type in io.requery
-
Used to specify a
Converter
for a field or method that is mapped to an
Entity
attribute.
- Converter<A,B> - Interface in io.requery
-
Interface for converting between a java custom type to a basic java persisted type.
- convertToMapped(Class<? extends A>, B) - Method in interface io.requery.Converter
-
Convert the persisted type B to the mapped type A.
- convertToMapped(Class<? extends E>, Integer) - Method in class io.requery.converter.EnumOrdinalConverter
-
- convertToMapped(Class<? extends E>, String) - Method in class io.requery.converter.EnumStringConverter
-
- convertToMapped(Class<? extends LocalDate>, Date) - Method in class io.requery.converter.LocalDateConverter
-
- convertToMapped(Class<? extends LocalDateTime>, Timestamp) - Method in class io.requery.converter.LocalDateTimeConverter
-
- convertToMapped(Class<? extends LocalTime>, Time) - Method in class io.requery.converter.LocalTimeConverter
-
- convertToMapped(Class<? extends OffsetDateTime>, Timestamp) - Method in class io.requery.converter.OffsetDateTimeConverter
-
- convertToMapped(Class<? extends URI>, String) - Method in class io.requery.converter.URIConverter
-
- convertToMapped(Class<? extends URL>, String) - Method in class io.requery.converter.URLConverter
-
- convertToMapped(Class<? extends UUID>, byte[]) - Method in class io.requery.converter.UUIDConverter
-
- convertToMapped(Class<? extends ZonedDateTime>, Timestamp) - Method in class io.requery.converter.ZonedDateTimeConverter
-
- convertToPersisted(A) - Method in interface io.requery.Converter
-
Convert the mapped type A to the persisted type B.
- convertToPersisted(E) - Method in class io.requery.converter.EnumOrdinalConverter
-
- convertToPersisted(Enum) - Method in class io.requery.converter.EnumStringConverter
-
- convertToPersisted(LocalDate) - Method in class io.requery.converter.LocalDateConverter
-
- convertToPersisted(LocalDateTime) - Method in class io.requery.converter.LocalDateTimeConverter
-
- convertToPersisted(LocalTime) - Method in class io.requery.converter.LocalTimeConverter
-
- convertToPersisted(OffsetDateTime) - Method in class io.requery.converter.OffsetDateTimeConverter
-
- convertToPersisted(URI) - Method in class io.requery.converter.URIConverter
-
- convertToPersisted(URL) - Method in class io.requery.converter.URLConverter
-
- convertToPersisted(UUID) - Method in class io.requery.converter.UUIDConverter
-
- convertToPersisted(ZonedDateTime) - Method in class io.requery.converter.ZonedDateTimeConverter
-
- copy() - Method in class io.requery.proxy.EntityProxy
-
- count(Class<E>) - Method in class io.requery.async.CompletableEntityStore
-
- count(QueryAttribute<?, ?>...) - Method in class io.requery.async.CompletableEntityStore
-
- Count - Class in io.requery.query.function
-
- count(QueryAttribute<?, ?>...) - Static method in class io.requery.query.function.Count
-
- count(Attribute<?, ?>...) - Static method in class io.requery.query.function.Count
-
- count(Class<?>) - Static method in class io.requery.query.function.Count
-
- count() - Method in class io.requery.query.MutableTuple
-
- count() - Method in interface io.requery.query.Tuple
-
- count(Class<E>) - Method in interface io.requery.Queryable
-
Initiates a query to count the number of entities of a given type.
- count(QueryAttribute<?, ?>...) - Method in interface io.requery.Queryable
-
Initiates a query to count a given selection.
- count(Class<E>) - Method in interface io.requery.reactivex.ReactiveQueryable
-
- count(QueryAttribute<?, ?>...) - Method in interface io.requery.reactivex.ReactiveQueryable
-
- count(Class<E>) - Method in class io.requery.reactor.ReactorEntityStore
-
- count(QueryAttribute<?, ?>...) - Method in class io.requery.reactor.ReactorEntityStore
-
- count(Class<E>) - Method in interface io.requery.reactor.ReactorQueryable
-
- count(QueryAttribute<?, ?>...) - Method in interface io.requery.reactor.ReactorQueryable
-
- count(Class<E>) - Method in interface io.requery.rx.RxQueryable
-
- count(QueryAttribute<?, ?>...) - Method in interface io.requery.rx.RxQueryable
-
- count() - Method in class io.requery.sql.BoundParameters
-
- count(Class<E>) - Method in class io.requery.sql.EntityDataStore
-
- count(QueryAttribute<?, ?>...) - Method in class io.requery.sql.EntityDataStore
-
- create(Platform) - Static method in class io.requery.sql.gen.StatementGenerator
-
- createCache(String, Type<T>) - Method in class io.requery.cache.SerializableEntityCache
-
- createColumn() - Method in class io.requery.sql.UserVersionColumnDefinition
-
- createColumn() - Method in interface io.requery.sql.VersionColumnDefinition
-
- createTables(TableCreationMode) - Method in class io.requery.sql.SchemaModifier
-
Create the tables over the connection.
- createTablesString(TableCreationMode) - Method in class io.requery.sql.SchemaModifier
-
Convenience method to generated the create table statements as a string.
- current() - Static method in enum io.requery.util.LanguageVersion
-
- raw(String, Object...) - Method in class io.requery.async.CompletableEntityStore
-
- raw(Class<E>, String, Object...) - Method in class io.requery.async.CompletableEntityStore
-
- raw(String, Object...) - Method in interface io.requery.Queryable
-
Executes a raw query against the data store.
- raw(Class<E>, String, Object...) - Method in interface io.requery.Queryable
-
Executes a raw query against the data store mapping on to a specific entity type.
- raw(String, Object...) - Method in interface io.requery.reactivex.ReactiveQueryable
-
- raw(Class<E>, String, Object...) - Method in interface io.requery.reactivex.ReactiveQueryable
-
- raw(String, Object...) - Method in class io.requery.reactor.ReactorEntityStore
-
- raw(Class<E>, String, Object...) - Method in class io.requery.reactor.ReactorEntityStore
-
- raw(String, Object...) - Method in interface io.requery.reactor.ReactorQueryable
-
- raw(Class<E>, String, Object...) - Method in interface io.requery.reactor.ReactorQueryable
-
- raw(String, Object...) - Method in interface io.requery.rx.RxQueryable
-
- raw(Class<E>, String, Object...) - Method in interface io.requery.rx.RxQueryable
-
- raw(String, Object...) - Method in class io.requery.sql.EntityDataStore
-
- raw(Class<E>, String, Object...) - Method in class io.requery.sql.EntityDataStore
-
- ReactiveEntityStore<T> - Class in io.requery.reactivex
-
Extends
EntityStore
where all return values are either single
Single
instances or
Completable
representing the outcome of each operation.
- ReactiveEntityStore() - Constructor for class io.requery.reactivex.ReactiveEntityStore
-
- ReactiveQueryable<T> - Interface in io.requery.reactivex
-
- ReactiveResult<E> - Class in io.requery.reactivex
-
Result
type with RxJava 2.0 conversion methods.
- ReactiveScalar<E> - Class in io.requery.reactivex
-
Scalar
type with RxJava 2.0 conversion methods.
- ReactiveSupport - Class in io.requery.reactivex
-
Support class for use with RxJava 2.0
- ReactorEntityStore<T> - Class in io.requery.reactor
-
Extends
EntityStore
where all return values are
Mono
instances.
- ReactorEntityStore(BlockingEntityStore<T>) - Constructor for class io.requery.reactor.ReactorEntityStore
-
- ReactorQueryable<T> - Interface in io.requery.reactor
-
- ReactorResult<E> - Class in io.requery.reactor
-
Result
type with Reactor conversion methods.
- ReactorScalar<E> - Class in io.requery.reactor
-
Scalar
type with Reactor conversion methods.
- read(ResultSet, int) - Method in class io.requery.sql.BaseType
-
- read(ResultSet, int) - Method in class io.requery.sql.BasicType
-
- read(ResultSet, int) - Method in interface io.requery.sql.FieldType
-
- read(Expression<A>, ResultSet, int) - Method in class io.requery.sql.GenericMapping
-
- read(Expression<A>, ResultSet, int) - Method in interface io.requery.sql.Mapping
-
Given the expression read it from
ResultSet
instance.
- read(ResultSet, int) - Method in class io.requery.sql.type.VarCharType
-
- readBoolean(ResultSet, int) - Method in class io.requery.sql.GenericMapping
-
- readBoolean(ResultSet, int) - Method in interface io.requery.sql.Mapping
-
Reads a boolean value.
- readBoolean(ResultSet, int) - Method in class io.requery.sql.type.BooleanType
-
- readBoolean(ResultSet, int) - Method in interface io.requery.sql.type.PrimitiveBooleanType
-
- readByte(ResultSet, int) - Method in class io.requery.sql.GenericMapping
-
- readByte(ResultSet, int) - Method in interface io.requery.sql.Mapping
-
Reads a byte value.
- readByte(ResultSet, int) - Method in interface io.requery.sql.type.PrimitiveByteType
-
- readByte(ResultSet, int) - Method in class io.requery.sql.type.TinyIntType
-
- readDouble(ResultSet, int) - Method in class io.requery.sql.GenericMapping
-
- readDouble(ResultSet, int) - Method in interface io.requery.sql.Mapping
-
Reads a double value.
- readDouble(ResultSet, int) - Method in interface io.requery.sql.type.PrimitiveDoubleType
-
- readDouble(ResultSet, int) - Method in class io.requery.sql.type.RealType
-
- readFloat(ResultSet, int) - Method in class io.requery.sql.GenericMapping
-
- readFloat(ResultSet, int) - Method in interface io.requery.sql.Mapping
-
Reads a float value.
- readFloat(ResultSet, int) - Method in class io.requery.sql.type.FloatType
-
- readFloat(ResultSet, int) - Method in interface io.requery.sql.type.PrimitiveFloatType
-
- readInt(ResultSet, int) - Method in class io.requery.sql.GenericMapping
-
- readInt(ResultSet, int) - Method in interface io.requery.sql.Mapping
-
Reads a integer value.
- readInt(ResultSet, int) - Method in class io.requery.sql.type.IntegerType
-
- readInt(ResultSet, int) - Method in interface io.requery.sql.type.PrimitiveIntType
-
- readLong(ResultSet, int) - Method in class io.requery.sql.GenericMapping
-
- readLong(ResultSet, int) - Method in interface io.requery.sql.Mapping
-
Reads a long value.
- readLong(ResultSet, int) - Method in class io.requery.sql.type.BigIntType
-
- readLong(ResultSet, int) - Method in interface io.requery.sql.type.PrimitiveLongType
-
- ReadOnly - Annotation Type in io.requery
-
Indicates an entity class or a field of an entity class as read only.
- ReadOnlyException - Exception in io.requery
-
Exception thrown when attempting to modify a
ReadOnly
entity or field.
- ReadOnlyException() - Constructor for exception io.requery.ReadOnlyException
-
- readShort(ResultSet, int) - Method in class io.requery.sql.GenericMapping
-
- readShort(ResultSet, int) - Method in interface io.requery.sql.Mapping
-
Reads a boolean value.
- readShort(ResultSet, int) - Method in interface io.requery.sql.type.PrimitiveShortType
-
- readShort(ResultSet, int) - Method in class io.requery.sql.type.SmallIntType
-
- RealType - Class in io.requery.sql.type
-
- RealType(Class<Double>) - Constructor for class io.requery.sql.type.RealType
-
- referencesType(Set<Type<?>>, Set<Type<?>>) - Static method in class io.requery.meta.Types
-
- ReferentialAction - Enum in io.requery
-
Referential action / propagation constraint type.
- refresh(E) - Method in class io.requery.async.CompletableEntityStore
-
- refresh(E, Attribute<?, ?>...) - Method in class io.requery.async.CompletableEntityStore
-
- refresh(Iterable<E>, Attribute<?, ?>...) - Method in class io.requery.async.CompletableEntityStore
-
- refresh(E) - Method in interface io.requery.async.CompletionStageEntityStore
-
- refresh(E, Attribute<?, ?>...) - Method in interface io.requery.async.CompletionStageEntityStore
-
- refresh(Iterable<E>, Attribute<?, ?>...) - Method in interface io.requery.async.CompletionStageEntityStore
-
- refresh(E) - Method in interface io.requery.BlockingEntityStore
-
- refresh(E, Attribute<?, ?>...) - Method in interface io.requery.BlockingEntityStore
-
- refresh(Iterable<E>, Attribute<?, ?>...) - Method in interface io.requery.BlockingEntityStore
-
- refresh(E) - Method in interface io.requery.EntityStore
-
Refresh the given entity.
- refresh(E, Attribute<?, ?>...) - Method in interface io.requery.EntityStore
-
Refresh the given entity on specific attributes.
- refresh(Iterable<E>, Attribute<?, ?>...) - Method in interface io.requery.EntityStore
-
Refresh the given entities on specific attributes.
- refresh(E) - Method in class io.requery.reactivex.ReactiveEntityStore
-
- refresh(E, Attribute<?, ?>...) - Method in class io.requery.reactivex.ReactiveEntityStore
-
- refresh(Iterable<E>, Attribute<?, ?>...) - Method in class io.requery.reactivex.ReactiveEntityStore
-
- refresh(E) - Method in class io.requery.reactor.ReactorEntityStore
-
- refresh(E, Attribute<?, ?>...) - Method in class io.requery.reactor.ReactorEntityStore
-
- refresh(Iterable<E>, Attribute<?, ?>...) - Method in class io.requery.reactor.ReactorEntityStore
-
- refresh(E) - Method in class io.requery.rx.SingleEntityStore
-
- refresh(E, Attribute<?, ?>...) - Method in class io.requery.rx.SingleEntityStore
-
- refresh(Iterable<E>, Attribute<?, ?>...) - Method in class io.requery.rx.SingleEntityStore
-
- refresh(E) - Method in class io.requery.sql.EntityDataStore
-
- refresh(E, Attribute<?, ?>...) - Method in class io.requery.sql.EntityDataStore
-
- refresh(Iterable<E>, Attribute<?, ?>...) - Method in class io.requery.sql.EntityDataStore
-
- refreshAll(E) - Method in class io.requery.async.CompletableEntityStore
-
- refreshAll(E) - Method in interface io.requery.async.CompletionStageEntityStore
-
- refreshAll(E) - Method in interface io.requery.BlockingEntityStore
-
- refreshAll(E) - Method in interface io.requery.EntityStore
-
Refresh the given entity on all of its attributes including relational ones.
- refreshAll(E) - Method in class io.requery.reactivex.ReactiveEntityStore
-
- refreshAll(E) - Method in class io.requery.reactor.ReactorEntityStore
-
- refreshAll(E) - Method in class io.requery.rx.SingleEntityStore
-
- refreshAll(E) - Method in class io.requery.sql.EntityDataStore
-
- remove(E) - Method in class io.requery.query.ModifiableResult
-
- remove(E) - Method in interface io.requery.query.MutableResult
-
Removes the specified element.
- remove() - Method in class io.requery.sql.ResultSetIterator
-
- remove(Object) - Method in class io.requery.util.ClassMap
-
- remove() - Method in class io.requery.util.CompositeIterator
-
- remove() - Method in class io.requery.util.FilteringIterator
-
- remove(Object) - Method in class io.requery.util.ObservableList
-
- remove(int) - Method in class io.requery.util.ObservableList
-
- remove(Object) - Method in class io.requery.util.ObservableSet
-
- removeAll(Collection<?>) - Method in class io.requery.util.ObservableList
-
- removeAll(Collection<?>) - Method in class io.requery.util.ObservableSet
-
- removedElements() - Method in class io.requery.proxy.CollectionChanges
-
- removePostDeleteListener(PostDeleteListener<T>) - Method in interface io.requery.proxy.EntityStateEventListenable
-
- removePostDeleteListener(PostDeleteListener<T>) - Method in class io.requery.proxy.EntityStateEventListeners
-
- removePostInsertListener(PostInsertListener<T>) - Method in interface io.requery.proxy.EntityStateEventListenable
-
- removePostInsertListener(PostInsertListener<T>) - Method in class io.requery.proxy.EntityStateEventListeners
-
- removePostLoadListener(PostLoadListener<T>) - Method in interface io.requery.proxy.EntityStateEventListenable
-
- removePostLoadListener(PostLoadListener<T>) - Method in class io.requery.proxy.EntityStateEventListeners
-
- removePostUpdateListener(PostUpdateListener<T>) - Method in interface io.requery.proxy.EntityStateEventListenable
-
- removePostUpdateListener(PostUpdateListener<T>) - Method in class io.requery.proxy.EntityStateEventListeners
-
- removePreDeleteListener(PreDeleteListener<T>) - Method in interface io.requery.proxy.EntityStateEventListenable
-
- removePreDeleteListener(PreDeleteListener<T>) - Method in class io.requery.proxy.EntityStateEventListeners
-
- removePreInsertListener(PreInsertListener<T>) - Method in interface io.requery.proxy.EntityStateEventListenable
-
- removePreInsertListener(PreInsertListener<T>) - Method in class io.requery.proxy.EntityStateEventListeners
-
- removePreUpdateListener(PreUpdateListener<T>) - Method in interface io.requery.proxy.EntityStateEventListenable
-
- removePreUpdateListener(PreUpdateListener<T>) - Method in class io.requery.proxy.EntityStateEventListeners
-
- replaceType(int, FieldType<T>) - Method in class io.requery.sql.GenericMapping
-
- replaceType(int, FieldType<T>) - Method in interface io.requery.sql.Mapping
-
- request(long) - Method in class io.requery.reactivex.QuerySubscription
-
- requireNotNull(T) - Static method in class io.requery.util.Objects
-
- requireNotNull(T, String) - Static method in class io.requery.util.Objects
-
- Result<E> - Interface in io.requery.query
-
Represents a set of results from a query operation.
- ResultAttributeBuilder<T,V extends Iterable<E>,E> - Class in io.requery.meta
-
- ResultAttributeBuilder(String, Class<? extends Iterable>, Class<E>) - Constructor for class io.requery.meta.ResultAttributeBuilder
-
- ResultDelegate<E> - Class in io.requery.query
-
- ResultDelegate(Result<E>) - Constructor for class io.requery.query.ResultDelegate
-
- ResultInitializer<E,V> - Class in io.requery.proxy
-
- ResultInitializer() - Constructor for class io.requery.proxy.ResultInitializer
-
- ResultSetIterator<E> - Class in io.requery.sql
-
Iterator
implementation that operates over an
ResultSet
providing an interface to convert the current result set row into a concrete Java object.
- retainAll(Collection<?>) - Method in class io.requery.util.ObservableList
-
- retainAll(Collection<?>) - Method in class io.requery.util.ObservableSet
-
- Return<R> - Interface in io.requery.query
-
- rightJoin(Class<J>) - Method in class io.requery.query.element.JoinConditionElement
-
- rightJoin(Return<J>) - Method in class io.requery.query.element.JoinConditionElement
-
- rightJoin(Class<J>) - Method in class io.requery.query.element.QueryElement
-
- rightJoin(Return<J>) - Method in class io.requery.query.element.QueryElement
-
- rightJoin(Class<J>) - Method in interface io.requery.query.Join
-
right inner join on the type
- rightJoin(Return<J>) - Method in interface io.requery.query.Join
-
right inner join on the type
- rollback() - Method in interface io.requery.Transaction
-
Rollback the transaction.
- RollbackException - Exception in io.requery
-
Exception thrown after indicating a transaction was rolled back.
- RollbackException(Throwable) - Constructor for exception io.requery.RollbackException
-
- round() - Method in class io.requery.query.FieldExpression
-
- round(int) - Method in class io.requery.query.FieldExpression
-
- Round<V> - Class in io.requery.query.function
-
- round(Expression<U>, int) - Static method in class io.requery.query.function.Round
-
- round() - Method in interface io.requery.query.Functional
-
- round(int) - Method in interface io.requery.query.Functional
-
- RowCountException - Exception in io.requery.sql
-
Exception thrown when the affected row count of a executed statement doesn't match the value
expected.
- runInTransaction(Callable<V>) - Method in interface io.requery.BlockingEntityStore
-
- runInTransaction(Callable<V>, TransactionIsolation) - Method in interface io.requery.BlockingEntityStore
-
- runInTransaction(Single<? extends E>...) - Method in class io.requery.reactivex.ReactiveEntityStore
-
- runInTransaction(Single<? extends E>...) - Method in class io.requery.rx.SingleEntityStore
-
- runInTransaction(Callable<V>, TransactionIsolation) - Method in class io.requery.sql.EntityDataStore
-
- runInTransaction(Callable<V>) - Method in class io.requery.sql.EntityDataStore
-
- runInTransaction(Callable<V>) - Method in interface io.requery.Transactionable
-
Runs the given callable in a transaction.
- runInTransaction(Callable<V>, TransactionIsolation) - Method in interface io.requery.Transactionable
-
Runs the given callable in a transaction.
- RuntimeConfiguration - Interface in io.requery.sql
-
- RxQueryable<T> - Interface in io.requery.rx
-
- RxResult<E> - Class in io.requery.rx
-
Result
type with RxJava conversion methods.
- RxScalar<E> - Class in io.requery.rx
-
Scalar
type with RxJava conversion methods.
- RxSupport - Class in io.requery.rx
-
Support utility class for use with RxJava
- value() - Method in class io.requery.query.BaseScalar
-
- value(Expression<V>, V) - Method in class io.requery.query.element.QueryElement
-
- value(Expression<V>, V) - Method in interface io.requery.query.Insertion
-
- value() - Method in interface io.requery.query.Scalar
-
- value() - Method in class io.requery.query.ScalarDelegate
-
- value(Object) - Method in class io.requery.sql.QueryBuilder
-
- valueOf(String) - Static method in enum io.requery.CascadeAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.meta.Cardinality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.meta.PrimitiveKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.PropertyNameStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.proxy.PropertyState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.query.element.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.query.element.LogicalOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.query.element.QueryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.query.element.SetOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.query.ExpressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.query.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.query.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.query.OrderingExpression.NullOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.ReferentialAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.sql.Keyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.sql.TableCreationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.sql.TransactionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.TransactionIsolation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.requery.util.LanguageVersion
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.requery.CascadeAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.meta.Cardinality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.meta.PrimitiveKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.PropertyNameStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.proxy.PropertyState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.query.element.JoinType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.query.element.LogicalOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.query.element.QueryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.query.element.SetOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.query.ExpressionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.query.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.query.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.query.OrderingExpression.NullOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.ReferentialAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.sql.Keyword
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.sql.TableCreationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.sql.TransactionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.requery.TransactionIsolation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class io.requery.util.ClassMap
-
- values() - Static method in enum io.requery.util.LanguageVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VarBinaryType - Class in io.requery.sql.type
-
- VarBinaryType() - Constructor for class io.requery.sql.type.VarBinaryType
-
- VarCharType - Class in io.requery.sql.type
-
- VarCharType() - Constructor for class io.requery.sql.type.VarCharType
-
- Version - Annotation Type in io.requery
-
Defines a version attribute for optimistic locking.
- versionColumnDefinition() - Method in class io.requery.sql.platform.Generic
-
- versionColumnDefinition() - Method in class io.requery.sql.platform.PlatformDelegate
-
- versionColumnDefinition() - Method in class io.requery.sql.platform.PostgresSQL
-
- versionColumnDefinition() - Method in interface io.requery.sql.Platform
-
- VersionColumnDefinition - Interface in io.requery.sql
-
The type versioning column the platform supports.