DATACASS-379 - Add package documentation.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Spring Java configuration for Spring CQL.
|
||||
*/
|
||||
package org.springframework.cassandra.config.java;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Spring CQL {@link org.springframework.beans.factory.FactoryBean factory beans} and configuration.
|
||||
*/
|
||||
package org.springframework.cassandra.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Spring XML namespace configuration for Spring CQL.
|
||||
*/
|
||||
package org.springframework.cassandra.config.xml;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* CQL specific converters.
|
||||
*/
|
||||
package org.springframework.cassandra.core.converter;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* CQL generators for Keyspace object actions.
|
||||
*/
|
||||
package org.springframework.cassandra.core.cql.generator;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* CQL support.
|
||||
*/
|
||||
package org.springframework.cassandra.core.cql;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Keyspace object action specifications such as {@code CREATE TABLE}, {@code DROP INDEX}.
|
||||
*/
|
||||
package org.springframework.cassandra.core.keyspace;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* CQL core support.
|
||||
*/
|
||||
package org.springframework.cassandra.core;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* CQL support classes.
|
||||
*/
|
||||
package org.springframework.cassandra.core.support;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Spring Data's Cassandra specific Data Access Exceptions.
|
||||
*/
|
||||
package org.springframework.cassandra.support.exception;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* CQL support classes and Exception translation.
|
||||
*/
|
||||
package org.springframework.cassandra.support;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Spring Java configuration for Spring Data Cassandra.
|
||||
*/
|
||||
package org.springframework.data.cassandra.config.java;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Spring Data Cassandra {@link org.springframework.beans.factory.FactoryBean factory beans} and configuration.
|
||||
*/
|
||||
package org.springframework.data.cassandra.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Spring XML namespace configuration for Spring Data Cassandra.
|
||||
*/
|
||||
package org.springframework.data.cassandra.config.xml;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Spring Data Cassandra specific converter infrastructure.
|
||||
*/
|
||||
package org.springframework.data.cassandra.convert;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Apache Cassandra core support.
|
||||
*/
|
||||
package org.springframework.data.cassandra.core;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
|
||||
*/
|
||||
package org.springframework.data.cassandra.mapping;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Spring Data's CQL abstraction.
|
||||
*/
|
||||
package org.springframework.data.cassandra;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* CDI support for Apache Cassandra specific repository implementation.
|
||||
*/
|
||||
package org.springframework.data.cassandra.repository.cdi;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Support infrastructure for the configuration of Apache Cassandra specific repositories.
|
||||
*/
|
||||
package org.springframework.data.cassandra.repository.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Apache Cassandra specific repository implementation.
|
||||
*/
|
||||
package org.springframework.data.cassandra.repository;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Query derivation mechanism for Apache Cassandra specific repositories.
|
||||
*/
|
||||
package org.springframework.data.cassandra.repository.query;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Support infrastructure for query derivation of Apache Cassandra specific repositories.
|
||||
*/
|
||||
package org.springframework.data.cassandra.repository.support;
|
||||
Reference in New Issue
Block a user