From d479253768d296a40b4f699e1de9b03c7146a97a Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 3 Dec 2013 14:03:28 -0800 Subject: Adding javadocs and Carbonado User Guide --- apidocs/index-files/index-10.html | 167 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 apidocs/index-files/index-10.html (limited to 'apidocs/index-files/index-10.html') diff --git a/apidocs/index-files/index-10.html b/apidocs/index-files/index-10.html new file mode 100644 index 0000000..fa12fdb --- /dev/null +++ b/apidocs/index-files/index-10.html @@ -0,0 +1,167 @@ + + + + + + +J-Index (Carbonado 1.2.3 API) + + + + + + + +
+ + + + + +
+ + +
A B C D E F G H I J K L M N O P Q R S T U V W Y  + + +

J

+
+
JDBCBlobLoader - Interface in com.amazon.carbonado.repo.jdbc
+
+
Callback for reloading Blobs outside original transaction.
+
+
JDBCClobLoader - Interface in com.amazon.carbonado.repo.jdbc
+
+
Callback for reloading Clobs outside original transaction.
+
+
JDBCConnectionCapability - Interface in com.amazon.carbonado.repo.jdbc
+
+
Capability to directly access the JDBC connection being used by the current + transaction, which is thread-local.
+
+
JDBCRepositoryBuilder - Class in com.amazon.carbonado.repo.jdbc
+
+
Builds a repository instance backed by a JDBC accessible database.
+
+
JDBCRepositoryBuilder() - Constructor for class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
 
+
JDBCStorableInfo<S extends Storable> - Interface in com.amazon.carbonado.repo.jdbc
+
+
Contains all the metadata describing a specific Storable type as + needed by JDBCRepository.
+
+
JDBCStorableIntrospector - Class in com.amazon.carbonado.repo.jdbc
+
+
Provides additional metadata for a Storable type needed by + JDBCRepository.
+
+
JDBCStorableIntrospector() - Constructor for class com.amazon.carbonado.repo.jdbc.JDBCStorableIntrospector
+
 
+
JDBCStorableProperty<S extends Storable> - Interface in com.amazon.carbonado.repo.jdbc
+
+
Contains all the metadata describing a property of a specific Storable type as needed by JDBCRepository.
+
+
JDBCSupport<S extends Storable> - Interface in com.amazon.carbonado.repo.jdbc
+
 
+
Join - Annotation Type in com.amazon.carbonado
+
+
Identifies a Storable property as defining a join relationship + with another Storable type.
+
+
JoinedQueryExecutor<S extends Storable,T extends Storable> - Class in com.amazon.carbonado.qe
+
+
QueryExecutor which joins a source and target executor, + producing results of target type.
+
+
+A B C D E F G H I J K L M N O P Q R S T U V W Y 
+ +
+ + + + + +
+ + +

Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.

+ + -- cgit v1.2.3