package cassandra
Type Members
- class CassandraPersistenceGuiceModule extends AbstractModule
Guice module for the Cassandra Persistence API.
Guice module for the Cassandra Persistence API.
This serves one purpose, to invoke the @PostConstruct annotated init method on InitServiceLocatorHolder, since Guice doesn't support @PostConstruct.
- class CassandraPersistenceModule extends Module
Guice module for the Persistence API.
- trait CassandraReadSide extends AnyRef
Cassandra read side support.
Cassandra read side support.
This should be used to build and register a read side processor.
- final class CassandraSession extends AnyRef
Data Access Object for Cassandra.
Data Access Object for Cassandra. The statements are expressed in Cassandra Query Language (CQL) syntax.
The configured keyspace is automatically created if it doesn't already exists. The keyspace is also set as the current keyspace, i.e. it doesn't have to be qualified in the statements.
All methods are non-blocking.
- Annotations
- @Singleton()