- elementUtils - Variable in class info.archinnov.achilles.internals.apt.AptUtils
-
- EMPTY - Static variable in interface info.archinnov.achilles.internals.metamodel.functions.FunctionCall
-
- emptyCollectionIfNull - Variable in class info.archinnov.achilles.internals.metamodel.ListProperty
-
- emptyCollectionIfNull - Variable in class info.archinnov.achilles.internals.metamodel.MapProperty
-
- emptyCollectionIfNull - Variable in class info.archinnov.achilles.internals.metamodel.SetProperty
-
- emptyOption(MethodSpec.Builder) - Method in interface info.archinnov.achilles.internals.codegen.meta.CommonBeanMetaCodeGen
-
- enableStemming - Variable in class info.archinnov.achilles.internals.parser.context.SASIInfoContext
-
- enclosingClass(Element) - Static method in class info.archinnov.achilles.internals.apt.AptUtils
-
Returns the innermost type element enclosing the given element
- encode(Byte[]) - Method in class info.archinnov.achilles.internals.codec.ByteArrayCodec
-
- encode(byte[]) - Method in class info.archinnov.achilles.internals.codec.ByteArrayPrimitiveCodec
-
- encode(ENUM) - Method in class info.archinnov.achilles.internals.codec.EnumNameCodec
-
- encode(ENUM) - Method in class info.archinnov.achilles.internals.codec.EnumOrdinalCodec
-
- encode(TYPE) - Method in class info.archinnov.achilles.internals.codec.FallThroughCodec
-
- encode(TYPE) - Method in class info.archinnov.achilles.internals.codec.JSONCodec
-
- encode(FROM) - Method in class info.archinnov.achilles.internals.types.RuntimeCodecWrapper
-
- encodedBoundValues() - Method in class info.archinnov.achilles.internals.dsl.raw.NativeQuery
-
- encodedBoundValues() - Method in class info.archinnov.achilles.internals.dsl.raw.TypedQuery
-
- encodedBoundValues() - Method in interface info.archinnov.achilles.internals.dsl.RawAndTypeMapDefaultImpl
-
- encodedValue - Variable in class info.archinnov.achilles.internals.statements.BoundValueInfo
-
- encodedValues - Variable in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDelete
-
- encodedValues - Variable in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelect
-
- encodedValues - Variable in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdate
-
- encodeField(ENTITY) - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
Encode the field of the given entity into CQL-compatible value using Achilles codec system
- encodeField(ENTITY, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
Encode the field of the given entity into CQL-compatible value using Achilles codec system and a CassandraOptions
containing a runtime SchemaNameProvider.
- encodeFieldToUdt(ENTITY, UDTValue) - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
First extract all the values from the given entity
Then encode each of the extracted value into CQL-compatible value using Achilles codec system
Finally set the encoded value to the given UDTValue instance
- encodeFieldToUdt(ENTITY, UDTValue, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
First extract all the values from the given entity
Then encode each of the extracted value into CQL-compatible value using Achilles codec system and a CassandraOptions
containing a runtime SchemaNameProvider.
- encodeFieldToUdt(ENTITY, UDTValue, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.AbstractTupleProperty
-
- encodeFieldToUdt(ENTITY, UDTValue, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.ComputedProperty
-
- encodeFieldToUdt(ENTITY, UDTValue, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.JdkOptionalProperty
-
- encodeFieldToUdt(ENTITY, UDTValue, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.ListProperty
-
- encodeFieldToUdt(ENTITY, UDTValue, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.MapProperty
-
- encodeFieldToUdt(ENTITY, UDTValue, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.SetProperty
-
- encodeFieldToUdt(ENTITY, UDTValue, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.SimpleProperty
-
- encodeFieldToUdt(ENTITY, UDTValue, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.UDTProperty
-
- encodeFromJava(VALUEFROM) - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
Encode given java value to CQL-compatible value using Achilles codec system
- encodeFromJava(VALUEFROM, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
Encode given java value to CQL-compatible value using Achilles codec system and a CassandraOptions
containing a runtime SchemaNameProvider.
- encodeFromJavaInternal(List<VALUEFROM>, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.ListProperty
-
- encodeFromJavaInternal(Map<KEYFROM, VALUEFROM>, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.MapProperty
-
- encodeFromJavaInternal(Set<VALUEFROM>, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.SetProperty
-
- encodeFromJavaInternal(VALUEFROM, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.SimpleProperty
-
- encodeFromJavaInternal(Tuple1<A>, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.Tuple1Property
-
- encodeFromRaw(Object) - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
Encode the given raw Java object to CQL-compatible value using Achilles codec system
- encodeFromRaw(Object, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
Encode given java raw object to CQL-compatible value using Achilles codec system and a CassandraOptions
containing a runtime SchemaNameProvider.
- encodeFromRawInternal(Object, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.ListProperty
-
- encodeFromRawInternal(Object, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.MapProperty
-
- encodeFromRawInternal(Object, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.SetProperty
-
- encodeFromRawInternal(Object, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.SimpleProperty
-
- encodeFromRawInternal(Object, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.Tuple1Property
-
- encodeSingleElement(VALUEFROM) - Method in class info.archinnov.achilles.internals.metamodel.ListProperty
-
Encode the single element of the list to a CQL-compatible value using Achilles codec system
- encodeSingleElement(VALUEFROM, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.ListProperty
-
Encode the single element of the list to a CQL-compatible value using Achilles codec system and a CassandraOptions
containing a runtime SchemaNameProvider.
- encodeSingleElement(VALUEFROM) - Method in class info.archinnov.achilles.internals.metamodel.SetProperty
-
Encode the single element of the set to a CQL-compatible value using Achilles codec system
- encodeSingleElement(VALUEFROM, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.SetProperty
-
Encode the single element of the set to a CQL-compatible value using Achilles codec system and a CassandraOptions
containing a runtime SchemaNameProvider.
- encodeSingleKeyElement(KEYFROM) - Method in class info.archinnov.achilles.internals.metamodel.MapProperty
-
Encode the single key element of the map to a CQL-compatible value using Achilles codec system
- encodeSingleKeyElement(KEYFROM, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.MapProperty
-
Encode the single key element of the map to a CQL-compatible value using Achilles codec system and a CassandraOptions
containing a runtime SchemaNameProvider.
- encodeSingleValueElement(VALUEFROM) - Method in class info.archinnov.achilles.internals.metamodel.MapProperty
-
Encode the single value element of the map to a CQL-compatible value using Achilles codec system
- encodeSingleValueElement(VALUEFROM, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.MapProperty
-
Encode the single value element of the map to a CQL-compatible value using Achilles codec system and a CassandraOptions
containing a runtime SchemaNameProvider.
- encodeToSettable(VALUETO, SettableData<?>) - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
Encode the given Java value to CQL-compatible value using Achilles codec system into the given SettableData (Row, UDTValue ...)
- encodeToSettable(TupleValue, SettableData<?>) - Method in class info.archinnov.achilles.internals.metamodel.AbstractTupleProperty
-
- encodeToSettable(VALUETO, SettableData<?>) - Method in class info.archinnov.achilles.internals.metamodel.ComputedProperty
-
- encodeToSettable(TO, SettableData<?>) - Method in class info.archinnov.achilles.internals.metamodel.JdkOptionalProperty
-
- encodeToSettable(List<VALUETO>, SettableData<?>) - Method in class info.archinnov.achilles.internals.metamodel.ListProperty
-
- encodeToSettable(Map<KEYTO, VALUETO>, SettableData<?>) - Method in class info.archinnov.achilles.internals.metamodel.MapProperty
-
- encodeToSettable(Set<VALUETO>, SettableData<?>) - Method in class info.archinnov.achilles.internals.metamodel.SetProperty
-
- encodeToSettable(VALUETO, SettableData<?>) - Method in class info.archinnov.achilles.internals.metamodel.SimpleProperty
-
- encodeToSettable(UDTValue, SettableData<?>) - Method in class info.archinnov.achilles.internals.metamodel.UDTProperty
-
- END_DSL_SUFFIX - Static variable in class info.archinnov.achilles.internals.parser.TypeUtils
-
- END_JSON_DSL_SUFFIX - Static variable in class info.archinnov.achilles.internals.parser.TypeUtils
-
- END_TYPED_MAP_DSL_SUFFIX - Static variable in class info.archinnov.achilles.internals.parser.TypeUtils
-
- endClassName(String) - Method in class info.archinnov.achilles.internals.codegen.meta.EntityMetaCodeGen.EntityMetaSignature
-
- endDslSuffix - Variable in class info.archinnov.achilles.internals.codegen.dsl.AbstractDSLCodeGen.ClassSignatureParams
-
- endReturnType(String, String) - Method in class info.archinnov.achilles.internals.codegen.meta.EntityMetaCodeGen.EntityMetaSignature
-
- enhanceGeneratedType(TypeSpec.Builder, TypeName) - Method in class info.archinnov.achilles.internals.codegen.function.cassandra2_1.FunctionParameterTypesCodeGen2_1
-
- enhanceGeneratedType(TypeSpec.Builder, TypeName) - Method in class info.archinnov.achilles.internals.codegen.function.cassandra3_8.FunctionParameterTypesCodeGen3_8
-
- enhanceGeneratedType(TypeSpec.Builder, TypeName) - Method in class info.archinnov.achilles.internals.codegen.function.FunctionParameterTypesCodeGen
-
- ENTITY_META_PACKAGE - Static variable in class info.archinnov.achilles.internals.parser.TypeUtils
-
- entityClass - Variable in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- entityClass - Variable in class info.archinnov.achilles.internals.runtime.AbstractManager
-
- entityClasses - Variable in class info.archinnov.achilles.internals.runtime.AbstractManagerFactory
-
- entityContext - Variable in class info.archinnov.achilles.internals.parser.context.FieldParsingContext
-
- entityCreator(ExecutableElement) - Static method in class info.archinnov.achilles.internals.parser.context.ConstructorInfo
-
- EntityIteratorWrapper<ENTITY> - Class in info.archinnov.achilles.internals.types
-
- EntityIteratorWrapper(CompletableFuture<ResultSet>, AbstractEntityProperty<ENTITY>, StatementWrapper, CassandraOptions) - Constructor for class info.archinnov.achilles.internals.types.EntityIteratorWrapper
-
- entityLogger - Variable in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- EntityMetaCodeGen - Class in info.archinnov.achilles.internals.codegen.meta
-
- EntityMetaCodeGen(AptUtils) - Constructor for class info.archinnov.achilles.internals.codegen.meta.EntityMetaCodeGen
-
- EntityMetaCodeGen.EntityMetaSignature - Class in info.archinnov.achilles.internals.codegen.meta
-
- EntityMetaColumnsForFunctionsCodeGen - Class in info.archinnov.achilles.internals.codegen.meta
-
- EntityMetaColumnsForFunctionsCodeGen() - Constructor for class info.archinnov.achilles.internals.codegen.meta.EntityMetaColumnsForFunctionsCodeGen
-
- EntityMetaSignature(AbstractEntityProperty.EntityType, TypeSpec, String, TypeName, TypeName, Optional<TypeName>, List<FieldParser.FieldMetaSignature>, List<FieldParser.FieldMetaSignature>) - Constructor for class info.archinnov.achilles.internals.codegen.meta.EntityMetaCodeGen.EntityMetaSignature
-
- entityParser - Variable in class info.archinnov.achilles.internals.apt.processors.meta.AchillesProcessor
-
- EntityParser - Class in info.archinnov.achilles.internals.parser
-
- EntityParser(AptUtils) - Constructor for class info.archinnov.achilles.internals.parser.EntityParser
-
- EntityParsingContext - Class in info.archinnov.achilles.internals.parser.context
-
- EntityParsingContext(TypeElement, TypeName, InternalNamingStrategy, GlobalParsingContext) - Constructor for class info.archinnov.achilles.internals.parser.context.EntityParsingContext
-
- EntityParsingContext(TypeElement, TypeName, InternalNamingStrategy, List<AccessorsExclusionContext>, GlobalParsingContext) - Constructor for class info.archinnov.achilles.internals.parser.context.EntityParsingContext
-
- entityProperties - Variable in class info.archinnov.achilles.internals.runtime.AbstractManagerFactory
-
- entityRawClass - Variable in class info.archinnov.achilles.internals.codegen.meta.EntityMetaCodeGen.EntityMetaSignature
-
- entityRawType - Variable in class info.archinnov.achilles.internals.parser.context.FieldParsingContext
-
- entityType - Variable in class info.archinnov.achilles.internals.codegen.meta.EntityMetaCodeGen.EntityMetaSignature
-
- entityType - Variable in class info.archinnov.achilles.internals.parser.context.EntityParsingContext
-
- entityTypeElement - Variable in class info.archinnov.achilles.internals.parser.context.EntityParsingContext
-
- ENUM_NAME_CODEC - Static variable in class info.archinnov.achilles.internals.parser.TypeUtils
-
- ENUM_ORDINAL_CODEC - Static variable in class info.archinnov.achilles.internals.parser.TypeUtils
-
- EnumNameCodec<ENUM> - Class in info.archinnov.achilles.internals.codec
-
- EnumNameCodec(List<ENUM>, Class<ENUM>) - Constructor for class info.archinnov.achilles.internals.codec.EnumNameCodec
-
- EnumOrdinalCodec<ENUM> - Class in info.archinnov.achilles.internals.codec
-
- EnumOrdinalCodec(List<ENUM>, Class<ENUM>) - Constructor for class info.archinnov.achilles.internals.codec.EnumOrdinalCodec
-
- EQ - Static variable in class info.archinnov.achilles.internals.codegen.dsl.AbstractDSLCodeGen
-
- equals(Object) - Method in class info.archinnov.achilles.internals.cache.CacheKey
-
- equals(Object) - Method in class info.archinnov.achilles.internals.codegen.dsl.AbstractDSLCodeGen.ClassSignatureInfo
-
- equals(Object) - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
- equals(Object) - Method in class info.archinnov.achilles.internals.metamodel.AbstractUDTClassProperty
-
- equals(Object) - Method in class info.archinnov.achilles.internals.parser.context.FieldParsingContext
-
- equals(Object) - Method in class info.archinnov.achilles.internals.parser.context.FunctionSignature
-
- equals(Object) - Method in class info.archinnov.achilles.internals.parser.context.FunctionSignature.FunctionParamSignature
-
- equals(Object) - Method in class info.archinnov.achilles.internals.parser.FieldParser.FieldMetaSignature
-
- equalsTo(FieldParsingContext) - Method in class info.archinnov.achilles.internals.parser.context.FieldParsingContext
-
- equalsTo(FieldParser.FieldMetaSignature) - Method in class info.archinnov.achilles.internals.parser.FieldParser.FieldMetaSignature
-
- erasure(TypeElement) - Method in class info.archinnov.achilles.internals.apt.AptUtils
-
- erasure(TypeMirror) - Method in class info.archinnov.achilles.internals.apt.AptUtils
-
- EVENT_TRACE_COMPARATOR - Static variable in interface info.archinnov.achilles.internals.statements.StatementWrapper
-
- EventComparator() - Constructor for class info.archinnov.achilles.internals.statements.StatementWrapper.EventComparator
-
- execute() - Method in interface info.archinnov.achilles.internals.dsl.action.MutationAction
-
Execute the INSERT/UPDATE/DELETE action
- execute(StatementWrapper) - Method in class info.archinnov.achilles.internals.runtime.RuntimeEngine
-
- execute(BoundStatement) - Method in class info.archinnov.achilles.internals.runtime.RuntimeEngine
-
- execute(BatchStatement) - Method in class info.archinnov.achilles.internals.runtime.RuntimeEngine
-
- executeAsync() - Method in interface info.archinnov.achilles.internals.dsl.action.MutationAction
-
Execute the INSERT/UPDATE/DELETE action asynchronously
and return a
CompletableFuture
of
Empty object.
- executeAsyncWithStats() - Method in interface info.archinnov.achilles.internals.dsl.action.MutationAction
-
- executeAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.crud.DeleteByPartitionWithOptions
-
- executeAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.crud.DeleteWithOptions
-
- executeAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.crud.InsertJSONWithOptions
-
- executeAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.crud.InsertWithOptions
-
- executeAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.crud.UpdateWithOptions
-
- executeAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDeleteEnd
-
- executeAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdateEnd
-
- executeAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.raw.NativeQuery
-
Execute the native query asynchronously and return the execution info
- executeWithStats() - Method in interface info.archinnov.achilles.internals.dsl.action.MutationAction
-
Execute the INSERT/UPDATE/DELETE action
and return an
ExecutionInfo object
- executor - Variable in class info.archinnov.achilles.internals.runtime.RuntimeEngine
-
- EXPLICIT_ENTITY_FIELD_FILTER - Static variable in interface info.archinnov.achilles.internals.strategy.field_filtering.FieldFilter
-
- EXPLICIT_UDT_FIELD_FILTER - Static variable in interface info.archinnov.achilles.internals.strategy.field_filtering.FieldFilter
-
- extractAllValues(T, AbstractEntityProperty<T>, CassandraOptions) - Static method in class info.archinnov.achilles.internals.runtime.BeanValueExtractor
-
- extractAllValuesFromEntity(T, CassandraOptions) - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- extractCandidateFields(TypeElement, FieldFilter) - Method in class info.archinnov.achilles.internals.parser.AbstractBeanParser
-
- extractCauseFromExecutionException(ExecutionException) - Method in interface info.archinnov.achilles.internals.dsl.AsyncAware
-
- extractPartitionKeysAndStaticColumnsFromEntity(T, CassandraOptions) - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- extractPartitionKeysAndStaticValues(T, AbstractEntityProperty<T>, CassandraOptions) - Static method in class info.archinnov.achilles.internals.runtime.BeanValueExtractor
-
- extractPrimaryKeyValues(T, AbstractEntityProperty<T>, Optional<CassandraOptions>) - Static method in class info.archinnov.achilles.internals.runtime.BeanValueExtractor
-
- extractType(TupleValue, DataType, AbstractProperty<?, ?, ?>, int) - Static method in class info.archinnov.achilles.internals.cql.TupleExtractor
-
- extractTypeArgument(TypeName, int) - Method in class info.archinnov.achilles.internals.apt.AptUtils
-
- extractTypedMap(AnnotationTree, Class<? extends Annotation>) - Static method in class info.archinnov.achilles.internals.apt.AptUtils
-
- extractValueFromRow(Row, int, DataType) - Method in interface info.archinnov.achilles.internals.statements.StatementWrapper
-
- generate(Optional<String>, String, String) - Method in class info.archinnov.achilles.internals.metamodel.index.IndexInfo
-
- generateAndGetBoundStatement() - Method in class info.archinnov.achilles.internals.dsl.crud.DeleteByPartitionWithOptions
-
- generateAndGetBoundStatement() - Method in class info.archinnov.achilles.internals.dsl.crud.DeleteWithOptions
-
- generateAndGetBoundStatement() - Method in class info.archinnov.achilles.internals.dsl.crud.FindWithOptions
-
- generateAndGetBoundStatement() - Method in class info.archinnov.achilles.internals.dsl.crud.InsertJSONWithOptions
-
- generateAndGetBoundStatement() - Method in class info.archinnov.achilles.internals.dsl.crud.InsertWithOptions
-
- generateAndGetBoundStatement() - Method in class info.archinnov.achilles.internals.dsl.crud.UpdateWithOptions
-
- generateAndGetBoundStatement() - Method in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDeleteEnd
-
- generateAndGetBoundStatement() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhere
-
Utility API *
- generateAndGetBoundStatement() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereJSON
-
Utility API *
- generateAndGetBoundStatement() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereTypeMap
-
Utility API *
- generateAndGetBoundStatement() - Method in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdateEnd
-
- generateAndGetBoundStatement() - Method in interface info.archinnov.achilles.internals.dsl.StatementProvider
-
1.
- GENERATED_PACKAGE - Static variable in class info.archinnov.achilles.internals.parser.TypeUtils
-
- generateDeleteByKeys(AbstractEntityProperty<?>, Optional<SchemaNameProvider>) - Static method in class info.archinnov.achilles.internals.statements.PreparedStatementGenerator
-
- generateDeleteByKeysIfExists(AbstractEntityProperty<?>, Optional<SchemaNameProvider>) - Static method in class info.archinnov.achilles.internals.statements.PreparedStatementGenerator
-
- generateDeleteByPartition(AbstractEntityProperty<?>, Optional<SchemaNameProvider>) - Static method in class info.archinnov.achilles.internals.statements.PreparedStatementGenerator
-
- generateExtraWhereClasses(GlobalParsingContext, EntityMetaCodeGen.EntityMetaSignature, List<AbstractDSLCodeGen.FieldSignatureInfo>, List<AbstractDSLCodeGen.FieldSignatureInfo>) - Method in class info.archinnov.achilles.internals.codegen.dsl.select.cassandra2_1.SelectWhereDSLCodeGen2_1
-
- generateExtraWhereClasses(GlobalParsingContext, EntityMetaCodeGen.EntityMetaSignature, List<AbstractDSLCodeGen.FieldSignatureInfo>, List<AbstractDSLCodeGen.FieldSignatureInfo>) - Method in class info.archinnov.achilles.internals.codegen.dsl.select.cassandra2_2.SelectWhereDSLCodeGen2_2
-
- generateExtraWhereClasses(GlobalParsingContext, EntityMetaCodeGen.EntityMetaSignature, List<AbstractDSLCodeGen.FieldSignatureInfo>, List<AbstractDSLCodeGen.FieldSignatureInfo>) - Method in class info.archinnov.achilles.internals.codegen.dsl.select.SelectWhereDSLCodeGen
-
- generateExtraWhereClasses(GlobalParsingContext, EntityMetaCodeGen.EntityMetaSignature, List<AbstractDSLCodeGen.FieldSignatureInfo>, List<AbstractDSLCodeGen.FieldSignatureInfo>) - Method in class info.archinnov.achilles.internals.codegen.index.cassandra2_1.IndexSelectWhereDSLCodeGen2_1
-
- generateExtraWhereClasses(GlobalParsingContext, EntityMetaCodeGen.EntityMetaSignature, List<AbstractDSLCodeGen.FieldSignatureInfo>, List<AbstractDSLCodeGen.FieldSignatureInfo>) - Method in class info.archinnov.achilles.internals.codegen.index.cassandra2_2.IndexSelectWhereDSLCodeGen2_2
-
- generateFunctionsRegistryClass(String, List<FunctionSignature>) - Method in class info.archinnov.achilles.internals.codegen.function.cassandra2_2.FunctionsRegistryCodeGen2_2
-
- generateFunctionsRegistryClass(String, List<FunctionSignature>) - Method in class info.archinnov.achilles.internals.codegen.function.cassandra3_2.FunctionsRegistryCodeGen3_2
-
- generateFunctionsRegistryClass(String, List<FunctionSignature>) - Method in class info.archinnov.achilles.internals.codegen.function.FunctionsRegistryCodeGen
-
- generateInsert(AbstractEntityProperty<?>, Optional<SchemaNameProvider>) - Static method in class info.archinnov.achilles.internals.statements.PreparedStatementGenerator
-
- generateInsertIfNotExists(AbstractEntityProperty<?>, Optional<SchemaNameProvider>) - Static method in class info.archinnov.achilles.internals.statements.PreparedStatementGenerator
-
- generateInsertIfNotExistsJson(AbstractEntityProperty<?>, Optional<SchemaNameProvider>) - Static method in class info.archinnov.achilles.internals.statements.PreparedStatementGenerator
-
- generateInsertJSON(AbstractEntityProperty<?>, Optional<SchemaNameProvider>) - Static method in class info.archinnov.achilles.internals.statements.PreparedStatementGenerator
-
- generateInsertStatic(AbstractEntityProperty<?>, Optional<SchemaNameProvider>) - Static method in class info.archinnov.achilles.internals.statements.PreparedStatementGenerator
-
- generateInsertStaticIfNotExists(AbstractEntityProperty<?>, Optional<SchemaNameProvider>) - Static method in class info.archinnov.achilles.internals.statements.PreparedStatementGenerator
-
- generateRawSolrQuery() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- generateSchema(SchemaContext) - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- generateSchema(SchemaContext) - Method in class info.archinnov.achilles.internals.metamodel.AbstractUDTClassProperty
-
- generateSchema(SchemaContext) - Method in class info.archinnov.achilles.internals.metamodel.AbstractViewProperty
-
- generateSchemaAtRuntime(Session, AbstractEntityProperty<?>) - Static method in class info.archinnov.achilles.internals.schema.SchemaCreator
-
- generateSelectQuery(AbstractEntityProperty<?>, Optional<SchemaNameProvider>) - Static method in class info.archinnov.achilles.internals.statements.PreparedStatementGenerator
-
- generateSolrQuery() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- generateStaticDeleteQueries(Session, StatementsCache, AbstractEntityProperty<?>) - Static method in class info.archinnov.achilles.internals.statements.PreparedStatementGenerator
-
- generateStaticInsertQueries(InternalCassandraVersion, Session, StatementsCache, AbstractEntityProperty<?>) - Static method in class info.archinnov.achilles.internals.statements.PreparedStatementGenerator
-
- generateStaticSelectQuery(Session, StatementsCache, AbstractEntityProperty<?>) - Static method in class info.archinnov.achilles.internals.statements.PreparedStatementGenerator
-
- generateTable_And_Indices(SchemaContext, AbstractEntityProperty<?>) - Static method in class info.archinnov.achilles.internals.schema.SchemaCreator
-
- generateUDTAtRuntime(Session, AbstractUDTClassProperty<?>) - Static method in class info.archinnov.achilles.internals.schema.SchemaCreator
-
- generateUpdate(T, AbstractEntityProperty<T>, CassandraOptions, boolean, boolean) - Static method in class info.archinnov.achilles.internals.statements.PreparedStatementGenerator
-
- generateView(SchemaContext, AbstractViewProperty<?>) - Static method in class info.archinnov.achilles.internals.schema.SchemaCreator
-
- genericType(ClassName, TypeName...) - Static method in class info.archinnov.achilles.internals.parser.TypeUtils
-
- get() - Method in class info.archinnov.achilles.internals.dsl.crud.FindWithOptions
-
- get(ENTITY) - Method in interface info.archinnov.achilles.internals.parser.accessors.Getter
-
- get() - Method in class info.archinnov.achilles.internals.types.OverridingOptional.OverridingOptionalFinal
-
- get() - Method in enum info.archinnov.achilles.json.DefaultJacksonMapper
-
- getAllColumns() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getAllColumns() - Method in class info.archinnov.achilles.internals.metamodel.AbstractViewProperty
-
- getAllColumnsWithComputed() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getAllColumnsWithComputed() - Method in class info.archinnov.achilles.internals.metamodel.AbstractViewProperty
-
- getAllExecutionInfo() - Method in class info.archinnov.achilles.internals.types.LimitedResultSetWrapper
-
- getAllExecutionInfo() - Method in class info.archinnov.achilles.internals.types.ResultSetWrapper
-
- getAllowedTypes() - Method in class info.archinnov.achilles.internals.parser.validator.cassandra2_1.FieldValidator2_1
-
- getAllowedTypes() - Method in class info.archinnov.achilles.internals.parser.validator.cassandra2_1.TypeValidator2_1
-
- getAllowedTypes() - Method in class info.archinnov.achilles.internals.parser.validator.cassandra3_10.FieldValidator3_10
-
- getAllowedTypes() - Method in class info.archinnov.achilles.internals.parser.validator.cassandra3_10.TypeValidator3_10
-
- getAllowedTypes() - Method in class info.archinnov.achilles.internals.parser.validator.FieldValidator
-
- getAllowedTypes() - Method in class info.archinnov.achilles.internals.parser.validator.TypeValidator
-
- getAnnotationOnClass(TypeMirror, Class<T>) - Method in class info.archinnov.achilles.internals.apt.AptUtils
-
INSTANCE METHODS
- getAnnotationOnClass(TypeElement, Class<T>) - Method in class info.archinnov.achilles.internals.apt.AptUtils
-
- getAnnotations() - Method in class info.archinnov.achilles.internals.parser.AnnotationTree
-
- getAsync() - Method in class info.archinnov.achilles.internals.dsl.crud.FindWithOptions
-
- getAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.crud.FindWithOptions
-
- getAvailableWithoutFetching() - Method in class info.archinnov.achilles.internals.types.LimitedResultSetWrapper
-
- getAvailableWithoutFetching() - Method in class info.archinnov.achilles.internals.types.ResultSetWrapper
-
- getBaseClassProperty() - Method in class info.archinnov.achilles.internals.metamodel.AbstractViewProperty
-
- getBaseEntityClass() - Method in class info.archinnov.achilles.internals.metamodel.AbstractViewProperty
-
- getBeanValidator() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getBinding() - Method in class org.eclipse.jdt.internal.compiler.apt.model.DeclaredTypeImplContainer
-
- getBoundStatement() - Method in class info.archinnov.achilles.internals.statements.BoundStatementWrapper
-
- getBoundStatement() - Method in class info.archinnov.achilles.internals.statements.NativeStatementWrapper
-
- getBoundStatement() - Method in interface info.archinnov.achilles.internals.statements.StatementWrapper
-
- getBoundValues() - Method in class info.archinnov.achilles.internals.dsl.crud.DeleteByPartitionWithOptions
-
- getBoundValues() - Method in class info.archinnov.achilles.internals.dsl.crud.DeleteWithOptions
-
- getBoundValues() - Method in class info.archinnov.achilles.internals.dsl.crud.FindWithOptions
-
- getBoundValues() - Method in class info.archinnov.achilles.internals.dsl.crud.InsertJSONWithOptions
-
- getBoundValues() - Method in class info.archinnov.achilles.internals.dsl.crud.InsertWithOptions
-
- getBoundValues() - Method in class info.archinnov.achilles.internals.dsl.crud.UpdateWithOptions
-
- getBoundValues() - Method in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDeleteEnd
-
- getBoundValues() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhere
-
- getBoundValues() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereJSON
-
- getBoundValues() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereTypeMap
-
- getBoundValues() - Method in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdateEnd
-
- getBoundValues() - Method in interface info.archinnov.achilles.internals.dsl.StatementProvider
-
Return the provided raw (not yet encoded) bound values
OR extract the raw bound values from a given entity
- getBoundValues() - Method in class info.archinnov.achilles.internals.statements.BoundStatementWrapper
-
- getBoundValues() - Method in class info.archinnov.achilles.internals.statements.NativeStatementWrapper
-
- getBoundValues() - Method in interface info.archinnov.achilles.internals.statements.StatementWrapper
-
- getBoundValuesInternal() - Method in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDeleteEnd
-
- getBoundValuesInternal() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhere
-
- getBoundValuesInternal() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereJSON
-
- getBoundValuesInternal() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereTypeMap
-
- getBoundValuesInternal() - Method in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdateEnd
-
- getCassandraVersion() - Method in class info.archinnov.achilles.internals.runtime.AbstractManagerFactory
-
- getCl() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- getCluster() - Method in class info.archinnov.achilles.internals.runtime.RuntimeEngine
-
- getClusteringColsSignatureInfo(List<FieldParser.FieldMetaSignature>) - Method in class info.archinnov.achilles.internals.codegen.dsl.AbstractDSLCodeGen
-
- getClusteringColumns() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getCodecFor(TypeName) - Method in class info.archinnov.achilles.internals.parser.context.EntityParsingContext
-
- getCodecFor(TypeName) - Method in class info.archinnov.achilles.internals.parser.context.FieldParsingContext
-
- getCodecFor(TypeName) - Method in class info.archinnov.achilles.internals.parser.context.GlobalParsingContext
-
- getColumnDefinitions() - Method in class info.archinnov.achilles.internals.types.LimitedResultSetWrapper
-
- getColumnDefinitions() - Method in class info.archinnov.achilles.internals.types.ResultSetWrapper
-
- getColumnForSelect() - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
- getColumnForSelect() - Method in class info.archinnov.achilles.internals.metamodel.ComputedProperty
-
- getComponentsProperty() - Method in class info.archinnov.achilles.internals.metamodel.AbstractUDTClassProperty
-
- getComputedColumns() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getConstructorInjectedColumns() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getConstructorInjectedProperty() - Method in class info.archinnov.achilles.internals.metamodel.AbstractUDTClassProperty
-
- getCounterColumns() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getCounterColumns() - Method in class info.archinnov.achilles.internals.metamodel.AbstractViewProperty
-
- getCurrentKeyspace() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getCurrentType() - Method in class info.archinnov.achilles.internals.parser.AnnotationTree
-
- getDataType() - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
- getDefaultBeanFactory() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getDefaultReadConsistencyLevel() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getDefaultSerialConsistencyLevel() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getDefaultTimestamp() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- getDefaultWriteConsistencyLevel() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getDerivedTableOrViewName() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getDMLResultsDisplaySize() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getDSESearchColsSignatureInfo(List<FieldParser.FieldMetaSignature>) - Static method in class info.archinnov.achilles.internals.codegen.dsl.AbstractDSLCodeGen
-
- getDynamicCache(String, Session) - Method in class info.archinnov.achilles.internals.cache.StatementsCache
-
- getElementValue(AnnotationMirror, CharSequence, Class<T>, boolean) - Static method in class info.archinnov.achilles.internals.apt.AptUtils
-
Get the attribute with the name name of the annotation
anno.
- getElementValueArray(AnnotationMirror, CharSequence, Class<T>, boolean) - Static method in class info.archinnov.achilles.internals.apt.AptUtils
-
Get the attribute with the name name of the annotation
anno, where the attribute has an array type.
- getElementValueClass(AnnotationMirror, CharSequence, boolean) - Static method in class info.archinnov.achilles.internals.apt.AptUtils
-
Get the Class that is referenced by attribute 'name'.
- getElementValueClassName(AnnotationMirror, CharSequence, boolean) - Static method in class info.archinnov.achilles.internals.apt.AptUtils
-
Get the Name of the class that is referenced by attribute 'name'.
- getElementValueEnum(AnnotationMirror, CharSequence, Class<T>, boolean) - Static method in class info.archinnov.achilles.internals.apt.AptUtils
-
Version that is suitable for Enum elements.
- getElementValuesWithDefaults(AnnotationMirror) - Static method in class info.archinnov.achilles.internals.apt.AptUtils
-
Returns the values of an annotation's attributes, including defaults.
- getEncodedBoundValues() - Method in class info.archinnov.achilles.internals.dsl.crud.DeleteByPartitionWithOptions
-
- getEncodedBoundValues() - Method in class info.archinnov.achilles.internals.dsl.crud.DeleteWithOptions
-
- getEncodedBoundValues() - Method in class info.archinnov.achilles.internals.dsl.crud.FindWithOptions
-
- getEncodedBoundValues() - Method in class info.archinnov.achilles.internals.dsl.crud.InsertJSONWithOptions
-
- getEncodedBoundValues() - Method in class info.archinnov.achilles.internals.dsl.crud.InsertWithOptions
-
- getEncodedBoundValues() - Method in class info.archinnov.achilles.internals.dsl.crud.UpdateWithOptions
-
- getEncodedBoundValues() - Method in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDeleteEnd
-
- getEncodedBoundValues() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhere
-
- getEncodedBoundValues() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereJSON
-
- getEncodedBoundValues() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereTypeMap
-
- getEncodedBoundValues() - Method in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdateEnd
-
- getEncodedBoundValues() - Method in interface info.archinnov.achilles.internals.dsl.StatementProvider
-
Return the provided encoded bound values
OR extract the raw bound values from a given entity
and encode them
- getEncodedValuesInternal() - Method in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDeleteEnd
-
- getEncodedValuesInternal() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhere
-
- getEncodedValuesInternal() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereJSON
-
- getEncodedValuesInternal() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereTypeMap
-
- getEncodedValuesInternal() - Method in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdateEnd
-
- getEntityClass() - Method in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDeleteEnd
-
- getEntityClass() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhere
-
- getEntityClass() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereJSON
-
- getEntityClass() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereTypeMap
-
- getEntityClass() - Method in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdateEnd
-
- getEntityClass() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getExecutionInfo() - Method in class info.archinnov.achilles.internals.types.EntityIteratorWrapper
-
- getExecutionInfo() - Method in class info.archinnov.achilles.internals.types.JSONIteratorWrapper
-
- getExecutionInfo() - Method in class info.archinnov.achilles.internals.types.LimitedResultSetWrapper
-
- getExecutionInfo() - Method in class info.archinnov.achilles.internals.types.ResultSetWrapper
-
- getExecutionInfo() - Method in class info.archinnov.achilles.internals.types.TypedMapIteratorWrapper
-
- getExecutorService() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getFeatures() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_4_8_X
-
- getFeatures() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_0_0
-
- getFeatures() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_1_0
-
- getFeatures() - Method in interface info.archinnov.achilles.internals.cassandra_version.InternalCassandraVersion
-
- getFeatures() - Method in class info.archinnov.achilles.internals.cassandra_version.V2_1
-
- getFeatures() - Method in class info.archinnov.achilles.internals.cassandra_version.V2_2
-
- getFeatures() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_0
-
- getFeatures() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_10
-
- getFeatures() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_2
-
- getFeatures() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_6
-
- getFeatures() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_7
-
- getFeatures() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_8
-
- getFetchSize() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- getFieldValue(ENTITY) - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
Call the getter on the given entity to get the value
- getFunctionName() - Method in class info.archinnov.achilles.internals.parser.context.FunctionSignature
-
- getGlobalInsertStrategy() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getGlobalNamingStrategy() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getIdempotent() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- getIndexedColsSignatureInfo(IndexImpl, List<FieldParser.FieldMetaSignature>) - Method in class info.archinnov.achilles.internals.codegen.dsl.AbstractDSLCodeGen
-
- getInterceptors() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getInterfaces(TypeMirror) - Static method in class info.archinnov.achilles.internals.apt.AptUtils
-
- getInternalBoundStatementWrapper() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractIndexSelectWhere
-
- getInternalBoundStatementWrapper() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractIndexSelectWhereJSON
-
- getInternalBoundStatementWrapper() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractIndexSelectWhereTypeMap
-
- getInternalBoundStatementWrapper() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhere
-
- getInternalBoundStatementWrapper() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereJSON
-
- getInternalBoundStatementWrapper() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereTypeMap
-
- getJacksonMapperFactory() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getJavaValue(ENTITY) - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
Get the raw value associated with this field from the given entity (non encoded)
- getJSON() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectJSONAction
-
Execute the SELECT JSON * action
and return the first row value as JSON
- getJSONAsync() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectJSONAction
-
Execute the SELECT JSON * action asynchronously
and return a
CompletableFuture of
the first row as JSON
- getJSONAsyncWithStats() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectJSONAction
-
- getJSONWithStats() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectJSONAction
-
Execute the SELECT JSON * action
and return the first row as JSON with
ExecutionInfo
- getKeyspace() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getList() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectAction
-
Execute the SELECT action
and return a list of entity instances
- getListAsync() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectAction
-
Execute the SELECT action asynchronously
and return a
CompletableFuture of
a list of entity instances
- getListAsyncWithStats() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectAction
-
- getListAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhere
-
- getListAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.raw.TypedQuery
-
Execute the typed query asynchronously and return a list of entities with execution info
- getListJSON() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectJSONAction
-
Execute the SELECT JSON * action
and return a list of rows as JSON
- getListJSONAsync() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectJSONAction
-
Execute the SELECT JSON * action asynchronously
and return a
CompletableFuture of
a list of rows as JSON
- getListJSONAsyncWithStats() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectJSONAction
-
- getListJSONAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereJSON
-
JSON API *
- getListJSONWithStats() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectJSONAction
-
Execute the SELECT JSON * action
and return a list of rows as JSON with
ExecutionInfo
- getListWithStats() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectAction
-
- getManageEntities() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getMapper(Class<T>) - Method in class info.archinnov.achilles.json.DefaultJacksonMapperFactory
-
- getMapper(Class<T>) - Method in interface info.archinnov.achilles.json.JacksonMapperFactory
-
- getMapperFor(Class<?>) - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getMetaInternal() - Method in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDeleteEnd
-
- getMetaInternal() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhere
-
- getMetaInternal() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereJSON
-
- getMetaInternal() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereTypeMap
-
- getMetaInternal() - Method in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdateEnd
-
- getNamingStrategy(NamingStrategy) - Static method in interface info.archinnov.achilles.internals.strategy.naming.InternalNamingStrategy
-
- getNativeCluster() - Method in class info.archinnov.achilles.internals.runtime.AbstractManager
-
Return the native Cluster object used by this Manager
- getNativeDataTypeFor(TypeName) - Static method in class info.archinnov.achilles.internals.parser.TypeUtils
-
- getNativeSession() - Method in class info.archinnov.achilles.internals.runtime.AbstractManager
-
Return the native Session object used by this Manager
- getNormalColumns() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getOne() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectAction
-
Execute the SELECT action
and return the first entity instance
- getOneAsync() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectAction
-
Execute the SELECT action asynchronously
and return a
CompletableFuture of
the first entity instance
- getOneAsyncWithStats() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectAction
-
- getOneWithStats() - Method in interface info.archinnov.achilles.internals.dsl.action.SelectAction
-
Execute the SELECT action
and return the first entity instance with
ExecutionInfo
- getOperationType(Statement) - Method in interface info.archinnov.achilles.internals.dsl.StatementTypeAware
-
- getOptional() - Method in class info.archinnov.achilles.internals.types.OverridingOptional
-
- getOptions() - Method in class info.archinnov.achilles.internals.dsl.crud.DeleteByPartitionWithOptions
-
- getOptions() - Method in class info.archinnov.achilles.internals.dsl.crud.DeleteWithOptions
-
- getOptions() - Method in class info.archinnov.achilles.internals.dsl.crud.FindWithOptions
-
- getOptions() - Method in class info.archinnov.achilles.internals.dsl.crud.InsertJSONWithOptions
-
- getOptions() - Method in class info.archinnov.achilles.internals.dsl.crud.InsertWithOptions
-
- getOptions() - Method in class info.archinnov.achilles.internals.dsl.crud.UpdateWithOptions
-
- getOptions() - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
- getOutgoingPayLoad() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- getOverridenStrategy(AbstractEntityProperty<?>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForCRUDInsert
-
Determine the insert strategy for the given
entity using static configuration and runtime option
- getOverridenStrategy(AbstractEntityProperty<?>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForCRUDUpdate
-
- getPagingState() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- getParentEntityClass() - Method in class info.archinnov.achilles.internals.metamodel.AbstractUDTClassProperty
-
- getPartitionKeys() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getPartitionKeysSignatureInfo(List<FieldParser.FieldMetaSignature>) - Method in class info.archinnov.achilles.internals.codegen.dsl.AbstractDSLCodeGen
-
- getPreparedStatement(RuntimeEngine, AbstractEntityProperty<?>, CassandraOptions) - Method in enum info.archinnov.achilles.internals.cache.CacheKey.Operation
-
- getPreparedStatementLRUCacheSize() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getRawType(TypeName) - Static method in class info.archinnov.achilles.internals.parser.TypeUtils
-
- getReadConsistencyLevelForTable(String) - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getResultSetAsyncListeners() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- getRetryPolicy() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- getRowAsyncListeners() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- getRte() - Method in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDeleteEnd
-
- getRte() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhere
-
- getRte() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereJSON
-
- getRte() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereTypeMap
-
- getRte() - Method in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdateEnd
-
- getRuntimeCodecs() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getRuntimeTupleType(Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.AbstractTupleProperty
-
- getSchemaNameProvider() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getSchemaNameProvider() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- getSerialCL() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- getSerialConsistencyLevelForTable(String) - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getSession() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getShortname(TypeName) - Static method in class info.archinnov.achilles.internals.apt.AptUtils
-
- getStatementAsString() - Method in class info.archinnov.achilles.internals.dsl.crud.DeleteByPartitionWithOptions
-
- getStatementAsString() - Method in class info.archinnov.achilles.internals.dsl.crud.DeleteWithOptions
-
- getStatementAsString() - Method in class info.archinnov.achilles.internals.dsl.crud.FindWithOptions
-
- getStatementAsString() - Method in class info.archinnov.achilles.internals.dsl.crud.InsertJSONWithOptions
-
- getStatementAsString() - Method in class info.archinnov.achilles.internals.dsl.crud.InsertWithOptions
-
- getStatementAsString() - Method in class info.archinnov.achilles.internals.dsl.crud.UpdateWithOptions
-
- getStatementAsString() - Method in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDeleteEnd
-
- getStatementAsString() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhere
-
- getStatementAsString() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereJSON
-
- getStatementAsString() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereTypeMap
-
- getStatementAsString() - Method in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdateEnd
-
- getStatementAsString() - Method in interface info.archinnov.achilles.internals.dsl.StatementProvider
-
Generate the statement as plain text
- getStatementsCache() - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- getStaticCache(CacheKey) - Method in class info.archinnov.achilles.internals.cache.StatementsCache
-
- getStaticCache(CacheKey) - Method in class info.archinnov.achilles.internals.runtime.RuntimeEngine
-
- getStaticColumns() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getStaticColumns() - Method in class info.archinnov.achilles.internals.metamodel.AbstractViewProperty
-
- getStaticInsertStrategy() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getStaticInsertStrategy() - Method in class info.archinnov.achilles.internals.metamodel.AbstractViewProperty
-
- getStaticKeyspace() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getStaticKeyspace() - Method in class info.archinnov.achilles.internals.metamodel.AbstractUDTClassProperty
-
- getStaticNamingStrategy() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getStaticNamingStrategy() - Method in class info.archinnov.achilles.internals.metamodel.AbstractUDTClassProperty
-
- getStaticReadConsistency() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getStaticSerialConsistency() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getStaticSerialConsistency() - Method in class info.archinnov.achilles.internals.metamodel.AbstractViewProperty
-
- getStaticTableOrViewName() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getStaticTTL() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getStaticTTL() - Method in class info.archinnov.achilles.internals.metamodel.AbstractViewProperty
-
- getStaticUdtName() - Method in class info.archinnov.achilles.internals.metamodel.AbstractUDTClassProperty
-
- getStaticWriteConsistency() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getStaticWriteConsistency() - Method in class info.archinnov.achilles.internals.metamodel.AbstractViewProperty
-
- getSupportedAnnotationTypes() - Method in class info.archinnov.achilles.internals.apt.processors.meta.AchillesProcessor
-
- getSupportedSourceVersion() - Method in class info.archinnov.achilles.internals.apt.processors.meta.AchillesProcessor
-
- gettable - Variable in class info.archinnov.achilles.internals.metamodel.SimpleProperty
-
- gettableDataGetter(TypeName, String) - Static method in class info.archinnov.achilles.internals.parser.TypeUtils
-
- getTableOrViewName() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getter - Variable in class info.archinnov.achilles.internals.metamodel.columns.FieldInfo
-
- Getter<ENTITY,VALUEFROM> - Interface in info.archinnov.achilles.internals.parser.accessors
-
- getThis() - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
- getThis() - Method in class info.archinnov.achilles.internals.dsl.crud.DeleteByPartitionWithOptions
-
- getThis() - Method in class info.archinnov.achilles.internals.dsl.crud.DeleteWithOptions
-
- getThis() - Method in class info.archinnov.achilles.internals.dsl.crud.FindWithOptions
-
- getThis() - Method in class info.archinnov.achilles.internals.dsl.crud.InsertJSONWithOptions
-
- getThis() - Method in class info.archinnov.achilles.internals.dsl.crud.InsertWithOptions
-
- getThis() - Method in class info.archinnov.achilles.internals.dsl.crud.UpdateWithOptions
-
- getThis() - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
- getTimeToLive() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- getTracing() - Method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- getType() - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- getType() - Method in class info.archinnov.achilles.internals.metamodel.AbstractViewProperty
-
- getTypeArguments(TypeMirror) - Static method in class info.archinnov.achilles.internals.apt.AptUtils
-
- getTyped(ConfigurationParameters) - Method in class info.archinnov.achilles.internals.types.ConfigMap
-
- getTypedMap() - Method in interface info.archinnov.achilles.internals.dsl.TypedMapAware
-
Execute the SELECT action and return a TypedMap
- getTypedMapAsync() - Method in interface info.archinnov.achilles.internals.dsl.TypedMapAware
-
- getTypedMapAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhere
-
- getTypedMapAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereTypeMap
-
- getTypedMapAsyncWithStats() - Method in interface info.archinnov.achilles.internals.dsl.RawAndTypeMapDefaultImpl
-
- getTypedMapAsyncWithStats() - Method in interface info.archinnov.achilles.internals.dsl.TypedMapAware
-
- getTypedMaps() - Method in interface info.archinnov.achilles.internals.dsl.TypedMapAware
-
Execute the SELECT action and return a
List<
TypedMap>
- getTypedMapsAsync() - Method in interface info.archinnov.achilles.internals.dsl.TypedMapAware
-
- getTypedMapsAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhere
-
TypedMap API *
- getTypedMapsAsyncWithStats() - Method in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereTypeMap
-
TypedMap API *
- getTypedMapsAsyncWithStats() - Method in interface info.archinnov.achilles.internals.dsl.RawAndTypeMapDefaultImpl
-
- getTypedMapsAsyncWithStats() - Method in interface info.archinnov.achilles.internals.dsl.TypedMapAware
-
- getTypedMapsWithStats() - Method in interface info.archinnov.achilles.internals.dsl.TypedMapAware
-
- getTypedMapWithStats() - Method in interface info.archinnov.achilles.internals.dsl.TypedMapAware
-
Execute the SELECT action and return a
Tuple2<
TypedMap,
ExecutionInfo>
- getTypedOr(ConfigurationParameters, T) - Method in class info.archinnov.achilles.internals.types.ConfigMap
-
- getTypedOr(ConfigurationParameters, Supplier<T>) - Method in class info.archinnov.achilles.internals.types.ConfigMap
-
- getTypesAnnotatedBy(Set<? extends TypeElement>, RoundEnvironment, Class<? extends Annotation>) - Static method in class info.archinnov.achilles.internals.apt.AptUtils
-
- getTypesAnnotatedByAsStream(Set<? extends TypeElement>, RoundEnvironment, Class<? extends Annotation>) - Static method in class info.archinnov.achilles.internals.apt.AptUtils
-
- getUdtClass() - Method in class info.archinnov.achilles.internals.metamodel.AbstractUDTClassProperty
-
- getUDTClassProperties() - Method in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
- getUDTClassProperties() - Method in class info.archinnov.achilles.internals.metamodel.AbstractTupleProperty
-
- getUDTClassProperties() - Method in class info.archinnov.achilles.internals.metamodel.ComputedProperty
-
- getUDTClassProperties() - Method in class info.archinnov.achilles.internals.metamodel.JdkOptionalProperty
-
- getUDTClassProperties() - Method in class info.archinnov.achilles.internals.metamodel.ListProperty
-
- getUDTClassProperties() - Method in class info.archinnov.achilles.internals.metamodel.MapProperty
-
- getUDTClassProperties() - Method in class info.archinnov.achilles.internals.metamodel.SetProperty
-
- getUDTClassProperties() - Method in class info.archinnov.achilles.internals.metamodel.SimpleProperty
-
- getUDTClassProperties() - Method in class info.archinnov.achilles.internals.metamodel.UDTProperty
-
- getUdtClassProperties() - Method in class info.archinnov.achilles.internals.runtime.AbstractManagerFactory
-
- getUDTMetaSignature(TypeName) - Method in class info.archinnov.achilles.internals.parser.context.FieldParsingContext
-
- getUdtName() - Method in class info.archinnov.achilles.internals.metamodel.AbstractUDTClassProperty
-
- getUserType(boolean, Optional<CassandraOptions>) - Method in class info.archinnov.achilles.internals.metamodel.AbstractUDTClassProperty
-
- getValue() - Method in class info.archinnov.achilles.generated.function.AbstractCQLCompatibleType
-
- getWithStats() - Method in class info.archinnov.achilles.internals.dsl.crud.FindWithOptions
-
- getWriteConsistencyLevelForTable(String) - Method in class info.archinnov.achilles.internals.context.ConfigurationContext
-
- globalContext - Variable in class info.archinnov.achilles.internals.parser.context.EntityParsingContext
-
- GlobalParsingContext - Class in info.archinnov.achilles.internals.parser.context
-
- GlobalParsingContext(InternalCassandraVersion, InsertStrategy, InternalNamingStrategy, FieldFilter, FieldFilter, Optional<String>) - Constructor for class info.archinnov.achilles.internals.parser.context.GlobalParsingContext
-
- GT - Static variable in class info.archinnov.achilles.internals.codegen.dsl.AbstractDSLCodeGen
-
- GTE - Static variable in class info.archinnov.achilles.internals.codegen.dsl.AbstractDSLCodeGen
-
- V2_1 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V2_1() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V2_1
-
- V2_2 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V2_2() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V2_2
-
- V3_0 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_0() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_0
-
- V3_1 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_1() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_1
-
- V3_10 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_10() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_10
-
- V3_11_0 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_11_0() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_11_0
-
- V3_11_1 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_11_1() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_11_1
-
- V3_11_2 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_11_2() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_11_2
-
- V3_11_3 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_11_3() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_11_3
-
- V3_11_4 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_11_4() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_11_4
-
- V3_2 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_2() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_2
-
- V3_3 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_3() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_3
-
- V3_4 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_4() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_4
-
- V3_5 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_5() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_5
-
- V3_6 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_6() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_6
-
- V3_7 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_7() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_7
-
- V3_8 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_8() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_8
-
- V3_9 - Class in info.archinnov.achilles.internals.cassandra_version
-
- V3_9() - Constructor for class info.archinnov.achilles.internals.cassandra_version.V3_9
-
- validate(ConfigurationContext) - Method in class info.archinnov.achilles.internals.metamodel.functions.FunctionProperty
-
- validate(AptUtils, AnnotationTree, String, TypeName) - Method in class info.archinnov.achilles.internals.parser.validator.cassandra2_1.NestedTypeValidator2_1
-
- validate(AptUtils, AnnotationTree, String, TypeName) - Method in class info.archinnov.achilles.internals.parser.validator.cassandra3_6.NestedTypeValidator3_6
-
- validate(AptUtils, AnnotationTree, String, TypeName) - Method in class info.archinnov.achilles.internals.parser.validator.NestedTypesValidator
-
- validateAllowedFrozen(boolean, AptUtils, VariableElement, String, TypeName) - Method in class info.archinnov.achilles.internals.parser.validator.FieldValidator
-
- validateAllowedType(AptUtils, TypeName, FieldParsingContext) - Method in class info.archinnov.achilles.internals.parser.validator.FieldValidator
-
- validateAllowedTypes(AptUtils, TypeName, TypeName) - Method in class info.archinnov.achilles.internals.parser.validator.TypeValidator
-
- validateAllowedTypesForFunction(AptUtils, String, String, TypeName) - Method in class info.archinnov.achilles.internals.parser.validator.TypeValidator
-
- validateCodec(AptUtils, TypeValidator, CodecContext, TypeName, Optional<TypeName>, boolean) - Method in class info.archinnov.achilles.internals.parser.validator.FieldValidator
-
- validateColumns(AbstractTableMetadata, List<AbstractProperty<T, ?, ?>>, Class<T>) - Static method in class info.archinnov.achilles.internals.schema.SchemaValidator
-
- validateColumnsForInsertOrUpdateStatic(T, AbstractEntityProperty<T>, Optional<CassandraOptions>) - Static method in class info.archinnov.achilles.internals.runtime.BeanInternalValidator
-
- validateColumnType(ColumnType, AbstractTableMetadata, List<AbstractProperty<T, ?, ?>>, Class<T>) - Static method in class info.archinnov.achilles.internals.schema.SchemaValidator
-
- validateCompatibleCodecAnnotationsOnField(AptUtils, String, Name, Frozen, JSON, Enumerated, Codec, RuntimeCodec, Computed, Counter, TimeUUID, ASCII) - Method in class info.archinnov.achilles.internals.parser.validator.FieldValidator
-
- validateCompatibleColumnAnnotationsOnField(AptUtils, String, TypeName, Optional<PartitionKey>, Optional<ClusteringColumn>, Optional<Static>, Optional<Computed>, Optional<Counter>) - Method in class info.archinnov.achilles.internals.parser.validator.FieldValidator
-
- validateCompatibleIndexAnnotationsOnField(GlobalParsingContext, AptUtils, String, TypeName, Optional<Index>, Optional<SASI>, Optional<DSE_Search>) - Method in class info.archinnov.achilles.internals.parser.validator.cassandra2_1.FieldValidator2_1
-
- validateCompatibleIndexAnnotationsOnField(GlobalParsingContext, AptUtils, String, TypeName, Optional<Index>, Optional<SASI>, Optional<DSE_Search>) - Method in class info.archinnov.achilles.internals.parser.validator.cassandra3_7.FieldValidator3_7
-
- validateCompatibleIndexAnnotationsOnField(GlobalParsingContext, AptUtils, String, TypeName, Optional<Index>, Optional<SASI>, Optional<DSE_Search>) - Method in class info.archinnov.achilles.internals.parser.validator.FieldValidator
-
- validateComputed(AptUtils, TypeName, List<FieldParser.FieldMetaSignature>) - Method in class info.archinnov.achilles.internals.parser.validator.BeanValidator
-
- validateConstructor(AptUtils, TypeName, TypeElement) - Method in class info.archinnov.achilles.internals.parser.validator.BeanValidator
-
- validateCorrectKeysOrder(AptUtils, TypeName, List<Tuple2<String, KeyColumnInfo>>, String) - Method in class info.archinnov.achilles.internals.parser.validator.FieldValidator
-
- validateCorrectTableName(String, AbstractEntityProperty<?>) - Static method in class info.archinnov.achilles.internals.dsl.raw.TypedQueryValidator
-
- validateCounter(AptUtils, TypeName, Set<Class<? extends Annotation>>, FieldParsingContext) - Method in class info.archinnov.achilles.internals.parser.validator.FieldValidator
-
- validateCqlColumnNotReservedWords(AptUtils, TypeName, List<FieldParser.FieldMetaSignature>) - Method in class info.archinnov.achilles.internals.parser.validator.BeanValidator
-
- validateDefaultTTL(AbstractTableMetadata, Optional<Integer>, Class<?>) - Static method in class info.archinnov.achilles.internals.schema.SchemaValidator
-
- validateDSESearchIndex(AptUtils, FieldParser.FieldMetaSignature) - Method in class info.archinnov.achilles.internals.parser.validator.cassandra2_1.FieldValidator2_1
-
- validateDSESearchIndex(AptUtils, FieldParser.FieldMetaSignature) - Method in class info.archinnov.achilles.internals.parser.validator.dse_4_8.FieldValidator_DSE_4_8
-
- validateDSESearchIndex(AptUtils, FieldParser.FieldMetaSignature) - Method in class info.archinnov.achilles.internals.parser.validator.FieldValidator
-
- validateEntityNames(AptUtils, List<TypeElement>) - Method in class info.archinnov.achilles.internals.parser.validator.BeanValidator
-
- validateFalse(boolean, String, Object...) - Method in class info.archinnov.achilles.internals.apt.AptUtils
-
- validateHasPartitionKey(AptUtils, TypeName, List<FieldParser.FieldMetaSignature>) - Method in class info.archinnov.achilles.internals.parser.validator.BeanValidator
-
- validateIndexAnnotation(AptUtils, AnnotationTree, String, TypeName) - Method in class info.archinnov.achilles.internals.parser.validator.NestedTypesValidator
-
- validateIsAConcreteClass(AptUtils, TypeElement) - Method in class info.archinnov.achilles.internals.parser.validator.BeanValidator
-
- validateMapKeys(AptUtils, AnnotationTree, String, TypeName) - Method in class info.archinnov.achilles.internals.parser.validator.NestedTypesValidator
-
- validateNestedType(AptUtils, AnnotationTree, String, TypeName) - Method in class info.archinnov.achilles.internals.parser.validator.cassandra2_1.NestedTypeValidator2_1
-
- validateNoDuplicateDeclaration(AptUtils, List<FunctionSignature>) - Static method in class info.archinnov.achilles.internals.parser.FunctionParser
-
- validateNoDuplicateNames(AptUtils, TypeName, List<FieldParser.FieldMetaSignature>) - Method in class info.archinnov.achilles.internals.parser.validator.BeanValidator
-
- validateNoStaticColumnsForView(AptUtils, TypeName, List<FieldParser.FieldMetaSignature>) - Method in class info.archinnov.achilles.internals.parser.validator.BeanValidator
-
- validateNoStaticColumnsForView(AptUtils, TypeName, List<FieldParser.FieldMetaSignature>) - Method in class info.archinnov.achilles.internals.parser.validator.cassandra3_0.BeanValidator3_0
-
- validatePrimaryKey(T, AbstractEntityProperty<T>, Optional<CassandraOptions>) - Static method in class info.archinnov.achilles.internals.runtime.BeanInternalValidator
-
- validateProjectName(AptUtils) - Method in class info.archinnov.achilles.internals.parser.context.GlobalParsingContext
-
- validateSASIIndex(AptUtils, FieldParser.FieldMetaSignature) - Method in class info.archinnov.achilles.internals.parser.validator.cassandra2_1.FieldValidator2_1
-
- validateSASIIndex(AptUtils, FieldParser.FieldMetaSignature) - Method in class info.archinnov.achilles.internals.parser.validator.cassandra3_7.FieldValidator3_7
-
- validateSASIIndex(AptUtils, FieldParser.FieldMetaSignature) - Method in class info.archinnov.achilles.internals.parser.validator.FieldValidator
-
- validateSchema(boolean) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Whether Achilles should validate the schema generated by the java classes/annotations with the live schema of the cluster.
- validateSchema(ConfigurationContext) - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- validateSchema(ConfigurationContext) - Method in class info.archinnov.achilles.internals.metamodel.AbstractViewProperty
-
- validateSchema() - Method in class info.archinnov.achilles.internals.runtime.AbstractManagerFactory
-
- validateStaticColumns(AptUtils, TypeName, List<FieldParser.FieldMetaSignature>) - Method in class info.archinnov.achilles.internals.parser.validator.BeanValidator
-
- validateTrue(boolean, String, Object...) - Method in class info.archinnov.achilles.internals.apt.AptUtils
-
- validateUDT(AptUtils, FieldParser.UDTMetaSignature, String, TypeName) - Method in class info.archinnov.achilles.internals.parser.validator.cassandra2_1.NestedTypeValidator2_1
-
- validateUDT(AptUtils, FieldParser.UDTMetaSignature, String, TypeName) - Method in class info.archinnov.achilles.internals.parser.validator.cassandra3_6.NestedTypeValidator3_6
-
- validateUDT(AptUtils, FieldParser.UDTMetaSignature, String, TypeName) - Method in class info.archinnov.achilles.internals.parser.validator.NestedTypesValidator
-
- validateViewsAgainstBaseTable(AptUtils, List<EntityMetaCodeGen.EntityMetaSignature>, List<EntityMetaCodeGen.EntityMetaSignature>) - Method in class info.archinnov.achilles.internals.parser.validator.BeanValidator
-
- validateViewsAgainstBaseTable(AptUtils, List<EntityMetaCodeGen.EntityMetaSignature>, List<EntityMetaCodeGen.EntityMetaSignature>) - Method in class info.archinnov.achilles.internals.parser.validator.cassandra3_0.BeanValidator3_0
-
- VALIDATOR - Static variable in class info.archinnov.achilles.internals.parser.TypeUtils
-
- value - Variable in class info.archinnov.achilles.generated.function.AbstractCQLCompatibleType
-
- valueClass - Variable in class info.archinnov.achilles.internals.metamodel.UDTProperty
-
- valueCodec - Variable in class info.archinnov.achilles.internals.metamodel.SimpleProperty
-
- valueFromTypeToken - Variable in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
- valueOf(String) - Static method in enum info.archinnov.achilles.configuration.ConfigurationParameters
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.archinnov.achilles.internals.cache.CacheKey.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.archinnov.achilles.internals.cassandra_version.CassandraFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.archinnov.achilles.internals.codegen.dsl.AbstractDSLCodeGen.ReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.archinnov.achilles.internals.codegen.dsl.AbstractDSLCodeGen.WhereClauseFor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.archinnov.achilles.internals.metamodel.AbstractEntityProperty.EntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.archinnov.achilles.internals.metamodel.columns.ColumnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.archinnov.achilles.internals.metamodel.index.IndexImpl
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.archinnov.achilles.internals.metamodel.index.IndexType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.archinnov.achilles.internals.parser.context.ConstructorInfo.ConstructorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.archinnov.achilles.internals.statements.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.archinnov.achilles.internals.statements.StatementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.archinnov.achilles.json.DefaultJacksonMapper
-
Returns the enum constant of this type with the specified name.
- valueProperty - Variable in class info.archinnov.achilles.internals.metamodel.ListProperty
-
- valueProperty - Variable in class info.archinnov.achilles.internals.metamodel.MapProperty
-
- valueProperty - Variable in class info.archinnov.achilles.internals.metamodel.SetProperty
-
- values() - Static method in enum info.archinnov.achilles.configuration.ConfigurationParameters
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.archinnov.achilles.internals.cache.CacheKey.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.archinnov.achilles.internals.cassandra_version.CassandraFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.archinnov.achilles.internals.codegen.dsl.AbstractDSLCodeGen.ReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.archinnov.achilles.internals.codegen.dsl.AbstractDSLCodeGen.WhereClauseFor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.archinnov.achilles.internals.metamodel.AbstractEntityProperty.EntityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.archinnov.achilles.internals.metamodel.columns.ColumnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.archinnov.achilles.internals.metamodel.index.IndexImpl
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.archinnov.achilles.internals.metamodel.index.IndexType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.archinnov.achilles.internals.parser.context.ConstructorInfo.ConstructorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.archinnov.achilles.internals.statements.OperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.archinnov.achilles.internals.statements.StatementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.archinnov.achilles.json.DefaultJacksonMapper
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueToClass - Variable in class info.archinnov.achilles.internals.metamodel.ListProperty
-
- valueToClass - Variable in class info.archinnov.achilles.internals.metamodel.SetProperty
-
- valueToTypeToken - Variable in class info.archinnov.achilles.internals.metamodel.AbstractProperty
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_4_8_X
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_0_0
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_0_1
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_0_2
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_0_3
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_0_4
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_0_5
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_0_6
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_0_7
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_0_8
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_0_9
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_1_0
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_1_1
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_1_10
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_1_2
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_1_3
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_1_4
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_1_5
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_1_6
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_1_7
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_1_8
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.DSE_5_1_9
-
- version() - Method in interface info.archinnov.achilles.internals.cassandra_version.InternalCassandraVersion
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V2_1
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V2_2
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_0
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_1
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_10
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_11_0
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_11_1
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_11_2
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_11_3
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_11_4
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_2
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_3
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_4
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_5
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_6
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_7
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_8
-
- version() - Method in class info.archinnov.achilles.internals.cassandra_version.V3_9
-
- viewBaseClass - Variable in class info.archinnov.achilles.internals.codegen.meta.EntityMetaCodeGen.EntityMetaSignature
-
- VOID() - Static method in class info.archinnov.achilles.internals.parser.context.FunctionSignature.FunctionParamSignature
-
- wasApplied() - Method in class info.archinnov.achilles.internals.types.LimitedResultSetWrapper
-
- wasApplied() - Method in class info.archinnov.achilles.internals.types.ResultSetWrapper
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDeleteEnd
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDeleteFrom
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDeleteWhere
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.delete.AbstractDeleteWherePartition
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectFrom
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectFromJSON
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectFromTypeMap
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhere
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereJSON
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWherePartition
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWherePartitionJSON
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWherePartitionTypeMap
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.select.AbstractSelectWhereTypeMap
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdateColumns
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdateEnd
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdateFrom
-
- where - Variable in class info.archinnov.achilles.internals.dsl.query.update.AbstractUpdateWhere
-
- WHERE_CONSTRUCTOR - Static variable in class info.archinnov.achilles.internals.codegen.dsl.update.UpdateWhereDSLCodeGen
-
- WHERE_DSL_SUFFIX - Static variable in class info.archinnov.achilles.internals.parser.TypeUtils
-
- WHERE_JSON_DSL_SUFFIX - Static variable in class info.archinnov.achilles.internals.parser.TypeUtils
-
- WHERE_TYPED_MAP_DSL_SUFFIX - Static variable in class info.archinnov.achilles.internals.parser.TypeUtils
-
- whereDslSuffix - Variable in class info.archinnov.achilles.internals.codegen.dsl.AbstractDSLCodeGen.ClassSignatureParams
-
- whereReturnType(String, String, String) - Method in class info.archinnov.achilles.internals.codegen.meta.EntityMetaCodeGen.EntityMetaSignature
-
- whereType(String, String) - Method in class info.archinnov.achilles.internals.codegen.meta.EntityMetaCodeGen.EntityMetaSignature
-
- WILDCARD - Static variable in class info.archinnov.achilles.internals.parser.TypeUtils
-
- withBeanValidation(boolean) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Activate Bean Validation (JSR303)
- withBeanValidator(Validator) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Provide custom validator for Bean Validation (JSR303)
- withConsistencyLevel(ConsistencyLevel) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Set the given consistency level on the generated statement
- withDefaultExecutorService(ExecutorService) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Pass an ExecutorService (ThreadPool) to Achilles to be used internally for asynchronous operations.
- withDefaultKeyspaceName(String) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the keyspace name to be used by Achilles.
- withDefaultReadConsistency(ConsistencyLevel) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the default Consistency level to be used for all READ
operations
- withDefaultReadConsistencyMap(Map<String, ConsistencyLevel>) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the default Consistency level map to be used for all READ
operations The map keys represent table names and values represent
the corresponding consistency level
- withDefaultSerialConsistency(ConsistencyLevel) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the default Consistency level to be used for all LightWeightTransaction operations
operations
- withDefaultSerialConsistencyMap(Map<String, ConsistencyLevel>) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the default Consistency level map to be used for all LightWeightTransaction operations
operations The map keys represent table names and values represent
the corresponding consistency level
- withDefaultWriteConsistency(ConsistencyLevel) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the default Consistency level to be used for all WRITE
operations
- withDefaultWriteConsistencyMap(Map<String, ConsistencyLevel>) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the default Consistency level map to be used for all WRITE
operations The map keys represent table names and values represent
the corresponding consistency level
- withDMLResultsDisplaySize(int) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
When DEBUG log is enabled, restrict the Results Display to maximum DMLResultsDisplaySize rows.
- withDMLResultsDisplaySize(int) - Method in class info.archinnov.achilles.internals.dsl.raw.NativeQuery
-
When DEBUG log is enabled, restrict the Results Display to maximum DMLResultsDisplaySize rows.
- withDMLResultsDisplaySize(int) - Method in class info.archinnov.achilles.internals.dsl.raw.TypedQuery
-
When DEBUG log is enabled, restrict the Results Display to maximum DMLResultsDisplaySize rows.
- withEventInterceptors(List<Interceptor<?>>) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Provide a list of event interceptors
- withExecutorServiceMaxThreadCount(int) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the max thread count for the ExecutorService (ThreadPool) to be used internally for asynchronous operations.
- withExecutorServiceMinThreadCount(int) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the min thread count for the ExecutorService (ThreadPool) to be used internally for asynchronous operations.
- withExecutorServiceThreadFactory(ThreadFactory) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the Thread Factory for the ExecutorService (ThreadPool) to be used internally for asynchronous operations.
- withExecutorServiceThreadKeepAliveDuration(int) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the thread keep-alive duration in second for the ExecutorService (ThreadPool) to be used internally for asynchronous operations.
- withExecutorServiceThreadQueueSize(int) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the LinkedBlockingQueue size for the ExecutorService (ThreadPool) to be used internally for asynchronous operations.
- withFetchSize(int) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Set the given fetch size on the generated statement
- withGlobalInsertStrategy(InsertStrategy) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the global insert strategy
- withInsertStrategy(InsertStrategy) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForCRUDInsert
-
Bind values to prepared statement and avoid null if
InsertStrategy.NOT_NULL_FIELDS is chosen
- withJacksonMapper(ObjectMapper) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define a pre-configured Jackson Object Mapper for serialization of
non-primitive types
- withJacksonMapperFactory(JacksonMapperFactory) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define a pre-configured map of Jackson Object Mapper for
serialization of non-primitive types
- withLwtResultListener(LWTResultListener) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForCRUDInsert
-
Add a single LWT result listeners.
- withLwtResultListener(LWTResultListener) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForCRUDUpdate
-
Add a single LWT result listeners.
- withLwtResultListener(LWTResultListener) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForUpdateOrDelete
-
Add a single LWT result listeners.
- withLwtResultListener(LWTResultListener) - Method in class info.archinnov.achilles.internals.dsl.raw.NativeQuery
-
Add a single LWT result listeners.
- withLwtResultListeners(List<LWTResultListener>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForCRUDInsert
-
Add a list of LWT result listeners.
- withLwtResultListeners(List<LWTResultListener>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForCRUDUpdate
-
Add a list of LWT result listeners.
- withLwtResultListeners(List<LWTResultListener>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForUpdateOrDelete
-
Add a list of LWT result listeners.
- withLwtResultListeners(List<LWTResultListener>) - Method in class info.archinnov.achilles.internals.dsl.raw.NativeQuery
-
Add a list of LWT result listeners.
- withManagedEntityClasses(List<Class<?>>) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define a list of entities to be managed by Achilles.
- withManagedEntityClasses(Class<?>...) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define a list of entities to be managed by Achilles.
- withMaxDMLResultsDisplayed(int) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Specify how many returned rows to be displayed if ACHILLES_DML_STATEMENT logger or entity logger is debug-enabled.
- withMaxPreparedStatementCacheSize(int) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Specify maximum size for the internal prepared statements LRU cache.
- withNativeSession(Session) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the pre-configured com.datastax.driver.core.Session object to
be used instead of creating a new one
- withOptionalConsistencyLevel(Optional<ConsistencyLevel>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Set the given consistency level on the generated statement IF NOT NULL
- withOptionalOutgoingPayload(Optional<Map<String, ByteBuffer>>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Set the given outgoing payload map on the generated statement IF NOT NULL
- withOptionalPagingState(Optional<PagingState>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Set the given paging state on the generated statement IF NOT NULL
- withOptionalPagingStateString(Optional<String>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Set the given paging state string on the generated statement IF NOT NULL
- withOptionalRetryPolicy(Optional<RetryPolicy>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Set the given retry policy
- withOptionalSerialConsistencyLevel(Optional<ConsistencyLevel>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Set the given serial consistency level on the generated statement IF NOT NULL
- withOutgoingPayload(Map<String, ByteBuffer>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Set the given outgoing payload map on the generated statement
- withPagingState(PagingState) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Set the given paging state on the generated statement
- withPagingState(String) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Set the given paging state string on the generated statement
- withParameter(ConfigurationParameters, Object) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Pass an arbitrary parameter to configure Achilles
- withPostLoadBeanValidation(boolean) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Activate Bean Validation (JSR303)
- withReadTimeoutInMillis(Integer) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Set read timeout in millisecs.
- withResultSetAsyncListener(Function<ResultSet, ResultSet>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Add the given async listener on the
ResultSet object.
- withResultSetAsyncListener(Function<ResultSet, ResultSet>) - Method in class info.archinnov.achilles.internals.dsl.raw.NativeQuery
-
Add the given async listener on the
ResultSet object.
- withResultSetAsyncListener(Function<ResultSet, ResultSet>) - Method in class info.archinnov.achilles.internals.dsl.raw.TypedQuery
-
Add the given async listener on the
ResultSet object.
- withResultSetAsyncListeners(List<Function<ResultSet, ResultSet>>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Add the given list of async listeners on the
ResultSet object.
- withResultSetAsyncListeners(List<Function<ResultSet, ResultSet>>) - Method in class info.archinnov.achilles.internals.dsl.raw.NativeQuery
-
Add the given list of async listeners on the
ResultSet object.
- withResultSetAsyncListeners(List<Function<ResultSet, ResultSet>>) - Method in class info.archinnov.achilles.internals.dsl.raw.TypedQuery
-
Add the given list of async listeners on the
ResultSet object.
- withRetryPolicy(RetryPolicy) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Set the given retry policy
- withRowAsyncListener(Function<Row, Row>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Add the given async listener on the
Row object.
- withRowAsyncListener(Function<Row, Row>) - Method in class info.archinnov.achilles.internals.dsl.raw.TypedQuery
-
Add the given async listener on the
Row object.
- withRowAsyncListeners(List<Function<Row, Row>>) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Add the given list of async listeners on the
Row object.
- withRowAsyncListeners(List<Function<Row, Row>>) - Method in class info.archinnov.achilles.internals.dsl.raw.TypedQuery
-
Add the given list of async listeners on the
Row object.
- withRuntimeCodec(CodecSignature<FROM, TO>, Codec<FROM, TO>) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Specify a runtime codec to register with Achilles
final Codec<MyBean, String> beanCodec = new ....
- withRuntimeCodecs(Map<CodecSignature<?, ?>, Codec<?, ?>>) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Specify runtime codecs to register with Achilles
final Codec<MyBean, String> beanCodec = new ....
- withSchemaNameProvider(SchemaNameProvider) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the schema name provider to be used instead of default keyspace/table names
- withSchemaNameProvider(SchemaNameProvider) - Static method in class info.archinnov.achilles.internals.options.CassandraOptions
-
- withSerialConsistencyLevel(ConsistencyLevel) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Set the given serial consistency level on the generated statement
- withStatementsCache(StatementsCache) - Method in class info.archinnov.achilles.bootstrap.AbstractManagerFactoryBuilder
-
Define the statements cache object to be used for prepared statements.
- withTracing(boolean) - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Enable query tracing.
- withTracing() - Method in class info.archinnov.achilles.internals.dsl.options.AbstractOptionsForSelect
-
Enable query tracing.
- writeConsistency(Optional<ConsistencyLevel>) - Method in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- writeConsistency(Optional<ConsistencyLevel>) - Method in class info.archinnov.achilles.internals.metamodel.AbstractViewProperty
-
- writeConsistencyLevel - Variable in class info.archinnov.achilles.internals.metamodel.AbstractEntityProperty
-
- writeDMLStatementLog(Logger, UUID, String, ConsistencyLevel, Object[], Object[]) - Method in interface info.archinnov.achilles.internals.statements.StatementWrapper
-