A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

addCollectionMethods(PersistentEntity) - Method in CassandraGormEnhancer
addColumn(Column) - Method in Table
addPendingUpdate(Serializable, Statement) - Method in CassandraEntityPersister
addPersistentEntity(TypeInformation<?>) - Method in BasicCassandraMappingContext
afterPropertiesSet() - Method in CassandraDatastore
afterPropertiesSet() - Method in GormCassandraSessionFactoryBean
allowFiltering(boolean) - Method in CassandraQuery
append(Serializable, String, Object, WriteOptions) - Method in CassandraEntityPersister
append(D, String, Object, Map) - Method in CassandraGormInstanceApi
Add the specified element to the instance's embedded list, set or map and generate an update for the datastore
append(Serializable, String, Object, Map) - Method in CassandraGormStaticApi
Add the specified element to the instance's embedded list, set or map in the datastore
ARGUMENT_ALLOW_FILTERING - Field in CassandraQuery
ARGUMENT_FETCH_SIZE - Field in CassandraQuery

B

BasicCassandraMappingContext - Class in org.grails.datastore.gorm.cassandra.mapping
Extends default org.springframework.data.cassandra.mapping.BasicCassandraMappingContext to create CassandraPersistentProperty for GORM types not supported by Spring Data Cassandra or Cassandra
BasicCassandraMappingContext(CassandraMappingContext) - Constructor in BasicCassandraMappingContext
beginTransactionInternal() - Method in CassandraSession

C

cassandraAdminTemplate - Field in CassandraDatastore
CassandraApplicationContextConfigurer - Class in org.grails.datastore.gorm.cassandra.plugin.support
CassandraApplicationContextConfigurer() - Constructor in CassandraApplicationContextConfigurer
cassandraCqlClusterFactoryBean - Field in CassandraDatastore
CassandraDatastore - Class in org.grails.datastore.mapping.cassandra
A Datastore implementation for Cassandra.
CassandraDatastore(CassandraMappingContext, Map<String, String>, ConfigurableApplicationContext) - Constructor in CassandraDatastore
CassandraDatastoreFactoryBean - Class in org.grails.datastore.gorm.cassandra.bean.factory
Created by jeff.beck on 2/13/14.
CassandraDatastoreSpringInitializer - Class in grails.cassandra.bootstrap
@author Graeme Rocher
CassandraEntityPersister - Class in org.grails.datastore.mapping.cassandra.engine
@author Graeme Rocher
CassandraEntityPersister.CassandraEntityAccess - Class in org.grails.datastore.mapping.cassandra.engine
CassandraEntityPersister.CassandraEntityAccess(PersistentEntity, Object) - Constructor in CassandraEntityPersister.CassandraEntityAccess
CassandraEntityPersister(MappingContext, PersistentEntity, CassandraSession, ApplicationEventPublisher) - Constructor in CassandraEntityPersister
CassandraGormEnhancer - Class in org.grails.datastore.gorm.cassandra
Extends the default org.grails.datastore.gorm.GormEnhancer adding supporting for passing arguments and Cassandra specific methods
CassandraGormEnhancer(Datastore, PlatformTransactionManager) - Constructor in CassandraGormEnhancer
CassandraGormInstanceApi - Class in org.grails.datastore.gorm.cassandra
CassandraGormInstanceApi(Class<D>, Datastore) - Constructor in CassandraGormInstanceApi
CassandraGormStaticApi - Class in org.grails.datastore.gorm.cassandra
CassandraGormStaticApi(Class<D>, Datastore, List<FinderMethod>, PlatformTransactionManager) - Constructor in CassandraGormStaticApi
cassandraMapping() - Method in CassandraDatastore
CassandraMappingContext - Class in org.grails.datastore.mapping.cassandra.config
Started by Jeff Beck(@beckje01) on 1/23/14.
CassandraMappingContext(String, Closure) - Constructor in CassandraMappingContext
Constructs a context using the given keyspace
CassandraMappingContextFactoryBean - Class in org.grails.datastore.gorm.cassandra.bean.factory
Factory bean for construction the Cassandra MappingContext.
CassandraMethodsConfigurer - Class in org.grails.datastore.gorm.cassandra.plugin.support
Cassandra specific dynamic methods configurer
CassandraMethodsConfigurer(Datastore, PlatformTransactionManager) - Constructor in CassandraMethodsConfigurer
CassandraPendingUpdate - Interface in org.grails.datastore.mapping.cassandra.engine
An update that is pending execution in a flush() operation
CassandraPendingUpdateAdapter - Class in org.grails.datastore.mapping.cassandra.engine
Provides a default implementation for the org.grails.datastore.mapping.core.impl.PendingUpdate interface
CassandraPendingUpdateAdapter(PersistentEntity, K, Statement, CassandraTemplate) - Constructor in CassandraPendingUpdateAdapter
CassandraPersistentEntity - Class in org.grails.datastore.mapping.cassandra.config
CassandraPersistentEntity.CassandraClassMapping - Class in org.grails.datastore.mapping.cassandra.config
CassandraPersistentEntity.CassandraClassMapping(PersistentEntity, MappingContext) - Constructor in CassandraPersistentEntity.CassandraClassMapping
CassandraPersistentEntity(Class<?>, CassandraMappingContext) - Constructor in CassandraPersistentEntity
CassandraQuery - Class in org.grails.datastore.mapping.cassandra.query
A org.grails.datastore.mapping.query.Query implementation for Cassandra
CassandraQuery.QueryHandler - Interface in org.grails.datastore.mapping.cassandra.query
CassandraQuery(CassandraSession, PersistentEntity) - Constructor in CassandraQuery
CassandraSession - Class in org.grails.datastore.mapping.cassandra
@author Graeme Rocher
CassandraSession(Datastore, MappingContext, Session, ApplicationEventPublisher, boolean, CassandraTemplate) - Constructor in CassandraSession
cassandraSessionFactoryBean - Field in CassandraDatastore
CassandraSpringConfigurer - Class in org.grails.datastore.gorm.cassandra.plugin.support
Cassandra specific configuration logic for Spring
cassandraTemplate - Field in CassandraDatastore
Column - Class in org.grails.datastore.mapping.cassandra.config
Provides configuration options for mapping Cassandra columns
configuration - Field in CassandraDatastore
configure(ConfigurableApplicationContext) - Method in CassandraApplicationContextConfigurer
CONTACT_POINTS - Field in CassandraDatastore
convert(TimeZone) - Method in TimeZoneToStringConverter
convertArguments(PersistentEntity) - Method in InList
convertObject(PersistentEntity, Serializable, Object) - Method in CassandraEntityPersister
convertPrimitiveToNative(Object, CassandraPersistentProperty, ConversionService) - Method in CassandraEntityPersister
convertToCassandraOptionEnumObjectMap(Class<E>, Map<String, Object>, String) - Method in GormCassandraSessionFactoryBean
convertToWriteOptions(Map<String, Object>) - Method in OptionsUtil
createCluster() - Method in CassandraDatastore
createEnhancer() - Method in CassandraMethodsConfigurer
createEntityAccess(PersistentEntity, Object, EntityAccess) - Method in CassandraEntityPersister
createGormInstanceApi(Class) - Method in CassandraMethodsConfigurer
createGormStaticApi(Class, List<FinderMethod>) - Method in CassandraMethodsConfigurer
createIdentity(PersistentEntity, MappingContext, PropertyDescriptor) - Method in GormCassandraMappingFactory
createIdMap(Serializable, boolean) - Method in CassandraEntityPersister
createIndex(CassandraPersistentEntity<?>) - Method in GormCassandraSessionFactoryBean
createKeyspaceSpecifications() - Method in CassandraDatastore
createMappedForm(PersistentEntity) - Method in GormCassandraMappingFactory
createMappingContext() - Method in CassandraMappingContextFactoryBean
createMappingFactory() - Method in CassandraMappingContext
createNativeSession() - Method in CassandraDatastore
createNewEntry(String, Object) - Method in CassandraEntityPersister
createObjectFromNativeEntry(PersistentEntity, Serializable, EntityAccess) - Method in CassandraEntityPersister
createPersistentEntity(Class) - Method in CassandraMappingContext
createPersistentProperty(Field, PropertyDescriptor, CassandraPersistentEntity<?>, SimpleTypeHolder) - Method in BasicCassandraMappingContext
createPersister(Class, MappingContext) - Method in CassandraSession
createQuery() - Method in CassandraEntityPersister
createSession(Map<String, String>) - Method in CassandraDatastore
createStatelessSession(Map<String, String>) - Method in CassandraDatastore
createTable(CreateTableSpecification) - Method in GormCassandraSessionFactoryBean
createTableDefinition(Class<?>) - Method in CassandraDatastore
createTables(boolean, boolean) - Method in GormCassandraSessionFactoryBean
createTableSpecification(CassandraPersistentEntity<?>) - Method in GormCassandraSessionFactoryBean
createTableSpecifications(Collection<? extends CassandraPersistentEntity<?>>) - Method in GormCassandraSessionFactoryBean
createUpdate() - Method in CassandraEntityPersister

D

DEFAULT_KEYSPACE - Field in CassandraDatastore
DEFAULT_KEYSPACE - Field in CassandraMappingContext
DEFAULT_SCHEMA_ACTION - Field in CassandraDatastore
DefaultMappingHolder - Class in org.grails.datastore.gorm.cassandra.bean.factory
deleteAll(Class) - Method in CassandraSession
deleteEntries(String, List<Object>) - Method in CassandraEntityPersister
deleteEntry(String, Object, Object) - Method in CassandraEntityPersister
deleteFrom(Serializable, String, Object, boolean, WriteOptions) - Method in CassandraEntityPersister
deleteFrom(D, String, Object, boolean, Map) - Method in CassandraGormInstanceApi
Remove the specified element, or the element at the specified index, from the instance's embedded list, set or map and generate an update for the datastore
deleteFrom(Serializable, String, Object, boolean, Map) - Method in CassandraGormStaticApi
Remove the specified element, or the element at the specified index, from the instance's embedded list, set or map in the datastore
destroy() - Method in CassandraDatastore
destroy() - Method in GormCassandraSessionFactoryBean
disconnect() - Method in CassandraSession
doesRequirePropertyIndexing() - Method in CassandraEntityPersister
doSave(D, Map, Session, boolean) - Method in CassandraGormInstanceApi

E

enhance(PersistentEntity, boolean) - Method in CassandraGormEnhancer
EnumUtil - Class in org.grails.datastore.mapping.cassandra.utils
evaluate(Closure) - Method in MapConfigurationBuilder
executeQuery(PersistentEntity, Junction) - Method in CassandraQuery

F

fetchSize(int) - Method in CassandraQuery
findEnum(Class<E>, String, Map<String, Object>, E) - Method in EnumUtil
findMatchingEnum(String, Object, Map<String, E>, E) - Method in EnumUtil
findOrCreateWhere(Map, Map) - Method in CassandraGormStaticApi
Finds a single result matching all of the given conditions.
findOrSaveWhere(Map, Map) - Method in CassandraGormStaticApi
Finds a single result matching all of the given conditions.

G

generateIdentifier(PersistentEntity, EntityAccess) - Method in CassandraEntityPersister
getArtefactTypes() - Method in GormToCassandraTransform
getAssociationIndexer(EntityAccess, Association) - Method in CassandraEntityPersister
getBeanDefinitions(BeanDefinitionRegistry) - Method in CassandraDatastoreSpringInitializer
getCassandraDatastore() - Method in CassandraSession
getCassandraSession() - Method in CassandraEntityPersister
getCassandraTemplate() - Method in CassandraDatastore
getCassandraTemplate() - Method in CassandraEntityPersister
getCassandraTemplate() - Method in CassandraGormStaticApi
getCassandraTemplate() - Method in CassandraSession
getColumns() - Method in Table
getCurrentVersion(EntityAccess) - Method in CassandraEntityPersister
getDatastoreType() - Method in CassandraMethodsConfigurer
getDatastoreType() - Method in CassandraSpringConfigurer
getDefaultMapping() - Method in CassandraMappingContext
getEntityFamily() - Method in CassandraEntityPersister
getEntityMappedFormType() - Method in GormCassandraMappingFactory
getEntryValue(EntityAccess, String) - Method in CassandraEntityPersister
getIdentityMappedForm(ClassMapping, Column) - Method in GormCassandraMappingFactory
getInstanceApi(Class<D>) - Method in CassandraGormEnhancer
getKeyspace() - Method in CassandraMappingContext
getKeyspace() - Method in Table
getMappedForm() - Method in CassandraPersistentEntity.CassandraClassMapping
getMapping() - Method in CassandraPersistentEntity
getMappingFactory() - Method in CassandraMappingContext
getMappingSyntaxStrategy() - Method in CassandraMappingContext
getNativeCluster() - Method in CassandraDatastore
getNativeInterface() - Method in CassandraSession
getNativeSession() - Method in CassandraDatastore
getObject() - Method in CassandraDatastoreFactoryBean
getObjectIdentifier(Object) - Method in CassandraEntityPersister
getObjectType() - Method in CassandraDatastoreFactoryBean
getOrder() - Method in Column
getPersistentProperty(CassandraPersistentEntity<?>, String) - Method in CassandraEntityPersister
getPrimaryKeyAttributes() - Method in Column
getPrimaryKeyNames() - Method in Table
getPrimaryKeys() - Method in Table
getPropertyIndexer(PersistentProperty) - Method in CassandraEntityPersister
getPropertyMappedFormType() - Method in GormCassandraMappingFactory
getPropertyName(CassandraPersistentProperty) - Method in CassandraEntityPersister
getRandomTimeUUID() - Method in UUIDUtil
getRandomUUID() - Method in UUIDUtil
getRequiredEnum(Class<E>, String, String) - Method in EnumUtil
getSort() - Method in Table
getSpringCassandraMappingContext() - Method in CassandraMappingContext
getSpringCustomizer() - Method in CassandraSpringConfigurer
getStatement() - Method in CassandraPendingUpdate
getStatement() - Method in CassandraPendingUpdateAdapter
getStaticApi(Class<D>) - Method in CassandraGormEnhancer
getTableName() - Method in CassandraEntityPersister
getTableProperties() - Method in Table
getType() - Method in Column
getValidEnumList(Class<E>) - Method in EnumUtil
getWriteOptions(Object) - Method in CassandraDatastore
getWriteOptions(Object) - Method in CassandraEntityPersister
GormCassandraMappingFactory - Class in org.grails.datastore.mapping.cassandra.config
GormCassandraMappingFactory(String) - Constructor in GormCassandraMappingFactory
GormCassandraSessionFactoryBean - Class in org.grails.datastore.mapping.cassandra
GormCassandraSessionFactoryBean(MappingContext, CassandraMappingContext) - Constructor in GormCassandraSessionFactoryBean
gormMappingContext - Field in GormCassandraSessionFactoryBean
GormToCassandraTransform - Class in org.grails.compiler
A AST transformation that turns a GORM entity into a Spring Data Cassandra entity.

H

handle(CassandraQuery, T, Where) - Method in CassandraQuery.QueryHandler
hasCompositePrimaryKeys() - Method in Table

I

initializeConverters(MappingContext) - Method in CassandraDatastore
InList - Class in org.grails.datastore.gorm.cassandra
Override convertArguments implementation to prevent conversion if conversionService cannot convert, just like the MethodExpression implementation.
InList(Class<?>, String) - Constructor in InList
invokeMethod(String, def) - Method in MapConfigurationBuilder
isCassandraNativeType(Class) - Method in GormCassandraMappingFactory
isClusterKey() - Method in Column
isPartitionKey() - Method in Column
isPrimaryKey() - Method in Column
isPrimaryKey(String) - Method in Table
isSimpleType(Class) - Method in GormCassandraMappingFactory
isSingleton() - Method in CassandraDatastoreFactoryBean
isVersioned() - Method in CassandraPersistentEntity

J

K

KEYSPACE_ACTION - Field in CassandraDatastore
keyspace - Field in CassandraDatastore
keyspace - Field in CassandraMappingContext
KEYSPACE_CONFIG - Field in CassandraDatastore
KEYSPACE_DURABLE_WRITES - Field in CassandraDatastore
KEYSPACE_NAME - Field in CassandraDatastore
KEYSPACE_NETWORK_TOPOLOGY - Field in CassandraDatastore
KEYSPACE_REPLICATION_FACTOR - Field in CassandraDatastore
KEYSPACE_REPLICATION_STRATEGY - Field in CassandraDatastore
keyspaceActionSpecificationFactoryBean - Field in CassandraDatastore

L

M

MapConfigurationBuilder - Class in org.grails.datastore.mapping.cassandra.config
MappingCassandraConverter - Class in org.grails.datastore.gorm.cassandra.mapping
Overridden classes to: - workaround BIGINT/varint bug in Spring Data Cassandra.
MappingCassandraConverter(CassandraMappingContext) - Constructor in MappingCassandraConverter
mappingFactory - Field in CassandraMappingContext

N

nativeCluster - Field in CassandraDatastore
nativeSession - Field in CassandraDatastore

O

OptionsUtil - Class in org.grails.datastore.mapping.cassandra.utils

P

performIndexAction() - Method in GormCassandraSessionFactoryBean
performInjection(SourceUnit, GeneratorContext, ClassNode) - Method in GormToCassandraTransform
performInjectionOnAnnotatedClass(SourceUnit, ClassNode) - Method in GormToCassandraTransform
performInjectionOnAnnotatedEntity(ClassNode) - Method in GormToCassandraTransform
persistentEntityAdded(PersistentEntity) - Method in CassandraDatastore
PORT - Field in CassandraDatastore
prepareAppend(Serializable, String, Object, WriteOptions) - Method in CassandraEntityPersister
prepareDelete(Serializable, Delete) - Method in CassandraEntityPersister
prepareDeleteFrom(Serializable, String, Object, boolean, WriteOptions) - Method in CassandraEntityPersister
preparePrepend(Serializable, String, Object, WriteOptions) - Method in CassandraEntityPersister
prepareReplaceAt(Serializable, String, int, Object, WriteOptions) - Method in CassandraEntityPersister
prepareUpdate(Serializable, Update, WriteOptions) - Method in CassandraEntityPersister
prepareUpdateProperties(Serializable, Map<String, Object>, WriteOptions) - Method in CassandraEntityPersister
prepareUpdateProperty(Serializable, String, Object, WriteOptions) - Method in CassandraEntityPersister
prepend(Serializable, String, Object, WriteOptions) - Method in CassandraEntityPersister
prepend(D, String, Object, Map) - Method in CassandraGormInstanceApi
Prepend the specified element to the instance's embedded list and generate an update for the datastore
prepend(Serializable, String, Object, Map) - Method in CassandraGormStaticApi
Prepend the specified element to the instance's embedded list in the datastore

Q

R

readEntityFromRow(CassandraPersistentEntity<S>, Row) - Method in MappingCassandraConverter
TODO: remove once BIGINT/varint bug fixed in Spring Data Cassandra.
readIdentifierFromObject(Object) - Method in CassandraEntityPersister
readObjectIdentifier(EntityAccess, ClassMapping) - Method in CassandraEntityPersister
replaceAt(Serializable, String, int, Object, WriteOptions) - Method in CassandraEntityPersister
replaceAt(D, String, int, Object, Map) - Method in CassandraGormInstanceApi
Replace the specified element at the specified index in the instance's embedded list and generate an update for the datastore
replaceAt(Serializable, String, int, Object, Map) - Method in CassandraGormStaticApi
Replace the specified element at the specified index in the instance's embedded list in the datastore
retrieveEntry(PersistentEntity, String, Serializable) - Method in CassandraEntityPersister
run() - Method in CassandraPendingUpdateAdapter

S

save(D, Map) - Method in CassandraGormInstanceApi
Saves an object with the given parameters
SCHEMA_ACTION - Field in CassandraDatastore
setArguments(Map) - Method in CassandraQuery
setCassandraCqlClusterFactoryBean(CassandraCqlClusterFactoryBean) - Method in CassandraDatastore
setCassandraSessionFactoryBean(GormCassandraSessionFactoryBean) - Method in CassandraDatastore
setEntryValue(EntityAccess, String, Object) - Method in CassandraEntityPersister
setIdentifier(Object) - Method in CassandraEntityPersister.CassandraEntityAccess
setKeyspace(String) - Method in Table
setKeyspaceActionSpecificationFactoryBean(KeyspaceActionSpecificationFactoryBean) - Method in CassandraDatastore
setMappingFactory(MappingFactory<Table, Column>) - Method in CassandraMappingContext
setObjectIdentifier(Object, Serializable) - Method in CassandraEntityPersister
setOrder(String) - Method in Column
setPrimaryKey(Map) - Method in Column
setProperty(String, Object) - Method in CassandraEntityPersister.CassandraEntityAccess
setSort(Object) - Method in Table
setSpringCassandraMappingContext(BasicCassandraMappingContext) - Method in CassandraMappingContext
setStatement(Statement) - Method in CassandraPendingUpdateAdapter
setSyntaxStrategy(MappingConfigurationStrategy) - Method in CassandraMappingContext
setTableProperties(Map<String, Object>) - Method in Table
setType(String) - Method in Column
setVersion(Boolean) - Method in CassandraPersistentEntity
setWriteOptions(Object, WriteOptions) - Method in CassandraDatastore
shouldInject(URL) - Method in GormToCassandraTransform
shouldInjectClass(ClassNode) - Method in GormToCassandraTransform
springCassandraMappingContext - Field in CassandraDatastore
springCassandraMappingContext - Field in CassandraMappingContext
springCassandraMappingContext - Field in GormCassandraSessionFactoryBean
stateless - Field in CassandraDatastore
storeEntry(PersistentEntity, EntityAccess, Object, EntityAccess) - Method in CassandraEntityPersister
syntaxStrategy - Field in CassandraMappingContext

T

Table - Class in org.grails.datastore.mapping.cassandra.config
Provides configuration options for mapping Cassandra tables
Table(String) - Constructor in Table
throwUnsupportedOperationException(String) - Method in CassandraQuery
TimeZoneToStringConverter - Class in org.grails.datastore.gorm.cassandra.mapping
transformEntity(ClassNode, boolean) - Method in GormToCassandraTransform

U

update(Object, boolean) - Method in CassandraEntityPersister
update(D, Map) - Method in CassandraGormInstanceApi
Update an instance without loading into the session
update(Object) - Method in CassandraSession
updateEntry(PersistentEntity, EntityAccess, Object, EntityAccess, boolean) - Method in CassandraEntityPersister
updateProperties(Serializable, Map<String, Object>, WriteOptions) - Method in CassandraEntityPersister
updateProperties(Serializable, Map, Map) - Method in CassandraGormStaticApi
Update multiple properties on an instance with the specified properties
updateProperty(Serializable, String, Object, WriteOptions) - Method in CassandraEntityPersister
updateProperty(Serializable, String, Object, Map) - Method in CassandraGormStaticApi
Update a property on an instance with the specified item
updateSingleTypes(Object) - Method in CassandraEntityPersister
updateSingleTypes(D, Map) - Method in CassandraGormInstanceApi
Update an instance's non collection, non map types only without loading into the session
UUIDUtil - Class in org.grails.datastore.mapping.cassandra.utils
Utilities for creating regular and time based UUIDs for Cassandra

V

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _