ColumnEntityColumnEntityColumnCondition using the Condition.ANDColumnCondition aggregating ,as ¨AND", all the conditions as just one condition.Condition.AND operationColumnCondition.and(ColumnCondition)ColumnCondition.and(ColumnCondition)SortType.ASCColumnCondition that has a Condition.BETWEEN,
it means a select will scanning to a column family that is between two values informed
on a column name.Condition.BETWEEN operationCondition.EQUALSCondition.EQUALSColumnDeleteQueryColumnQueryColumn where it will create from two parameters:
The first one is the name of column
The second one is the information of columnColumnCondition where it will create from two parameters:
The first one is Column
The second one is the ConditionColumnFamilyManagerFactoryColumnDeleteQuery.ColumnDeleteColumnDeleteQuery.ColumnEntity where it will return from the column entity name.ColumnEntity
The ColumnFamilyManager API is used to create and remove persistent ColumnEntity instances,
to select entities by their primary key, and to select over entities.ColumnFamilyManager factory.ColumnEntitySortTypeColumnQuery.ColumnQuery.ColumnSelectColumnFamilyManager.ColumnColumnFamilyManager.delete(ColumnDeleteQuery)DeleteQuery to ColumnDeleteQueryParamsSortType.DESCColumnCondition that has a Condition.EQUALS, it means a select will scanning to a
column family that has the same name and equals value informed in this column.Condition.EQUALSCondition.EQUALSValue.get(Class)Value.get(TypeSupplier)Value.get()ColumnFamilyManagerFactory instance.Settings instance, the parameters are defined by NoSQL
provider, then creates a ColumnFamilyManagerFactory instance.ColumnFamilyManager from database's nameColumnDeleteQueryOptional.empty() is true, the implementation might either return an unsupported exception or delete same elements in the database.ColumnQuery
If empty, Optional.empty() is true, the implementation might either return an unsupported exception or returns same elements in the database.ColumnConfiguration instance from ServiceLoaderColumnConfiguration instance from ServiceLoader
for a particular provider implementation.ParamsParamsColumnQueryStreamOptional.empty()ColumnQuery
The implementation might ignore this option.ColumnCondition that has a Condition.GREATER_THAN, it means a select will scanning to a
column family that has the same name and the value greater than informed in this column.Condition.GREATER_THANCondition.GREATER_THANColumnCondition that has a Condition.GREATER_EQUALS_THAN,
it means a select will scanning to a column family that has the same name and the value
greater or equals than informed in this column.Condition.GREATER_EQUALS_THANCondition.GREATER_EQUALS_THANCondition.IN operationColumnCondition that has a Condition.IN, it means a select will scanning to a
column family that has the same name and the value is within informed in this column.Condition.INCondition.INColumnFamilyManager.insert(ColumnEntity), each NoSQL vendor might
replace to a more appropriate one.ColumnFamilyManager.insert(ColumnEntity, Duration),
each NoSQL vendor might replace to a more appropriate one.ColumnCondition that has a Condition.LIKE, it means a select will scanning to a
column family that has the same name and the value is like than informed in this column.Condition.LIKECondition.LIKEColumnCondition that has a Condition.LESSER_THAN, it means a select will scanning to a
column family that has the same name and the value lesser than informed in this column.Condition.LESSER_THANCondition.LESSER_THANColumnCondition that has a Condition.LESSER_EQUALS_THAN,
it means a select will scanning to a column family that has the same name and the value
lesser or equals than informed in this column.Condition.LESSER_EQUALS_THANCondition.LESSER_EQUALS_THANColumnCondition negating the current oneCondition.NOTCondition.NOTCondition.OR operationColumnCondition using the Condition.ORColumnCondition aggregating ,as ¨OR", all the conditions as just one condition.ColumnCondition.or(ColumnCondition)ColumnCondition.or(ColumnCondition)ColumnPreparedStatement, when the operations are insert, update and select
command it will return the result of the operation when the command is delete it will return an empty collection.ColumnEntity from selectSelectQuery to ColumnQueryParamsValue.get() of the mapColumnFamilyManager.update(ColumnEntity), each NoSQL vendor might
replace to a more appropriate one.Copyright © 2017–2020 Eclipse Foundation. All rights reserved.