A C D E F G I J L M N O P Q R S T U V 

A

addList(String, String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
Adds the given list function to this design document.
addView(String, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
Adds View with bot map and reduce functions to the Document.
addView(String, String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
Adds View with only the map function to the Document.
ambigiousOptionConfiguration(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
ambigiousOptionConfiguration$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
AssociationDocument - Class in org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl
Represents an association stored as a separate CouchDB document.
AssociationDocument() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.AssociationDocument
 
AssociationDocument(String) - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.AssociationDocument
 

C

cannotConvertAnnotation(Class, Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
cannotConvertAnnotation$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
cannotCreateEntityContextProxy(Class, Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
cannotCreateEntityContextProxy$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
cannotCreateGlobalContextProxy(Class, Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
cannotCreateGlobalContextProxy$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
cannotCreateNewProxyInstance(Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
cannotCreateNewProxyInstance$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
cannotCreatePropertyContextProxy(Class, Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
cannotCreatePropertyContextProxy$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
cannotInstantiateGridDialect(Class, Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
cannotInstantiateGridDialect$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
closedOperationQueue() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
closedOperationQueue$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
configure(Map) - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
 
connectingToCouchDB(String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
connectingToCouchDB(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
connectingToCouchDB$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
containsKey(RowKey) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociationSnapshot
 
contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBTypeContributor
 
CouchDB - Class in org.hibernate.ogm.datastore.couchdb
Allows to configure options specific to the CouchDB document data store.
CouchDB() - Constructor for class org.hibernate.ogm.datastore.couchdb.CouchDB
 
CouchDBAssociation - Class in org.hibernate.ogm.datastore.couchdb.dialect.model.impl
Represents an association stored in CouchDB, backed either by an association document (external storage of associations) or an association sub-tree within an entity document (embedded storage of associations).
CouchDBAssociation() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociation
 
CouchDBAssociationSnapshot - Class in org.hibernate.ogm.datastore.couchdb.dialect.model.impl
AssociationSnapshot implementation based on a AssociationDocument object as written to and retrieved from the CouchDB server.
CouchDBAssociationSnapshot(CouchDBAssociation, AssociationKey) - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociationSnapshot
 
CouchDBBlobType - Class in org.hibernate.ogm.datastore.couchdb.dialect.type.impl
 
CouchDBBlobType() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBBlobType
 
CouchDBByteType - Class in org.hibernate.ogm.datastore.couchdb.dialect.type.impl
Type for storing bytes in CouchDB.
CouchDBByteType() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBByteType
 
CouchDBConfiguration - Class in org.hibernate.ogm.datastore.couchdb.impl
Provides utility methods to access the CouchDB configuration value
CouchDBConfiguration(ConfigurationPropertyReader) - Constructor for class org.hibernate.ogm.datastore.couchdb.impl.CouchDBConfiguration
 
couchDBConnectionProblem(Exception) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
couchDBConnectionProblem(Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
couchDBConnectionProblem$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
CouchDBDatastore - Class in org.hibernate.ogm.datastore.couchdb.dialect.backend.impl
Provides access and interaction with a database instance of CouchDB.
CouchDBDatastoreProvider - Class in org.hibernate.ogm.datastore.couchdb.impl
Creates a fully configured instance of CouchDBDatastore
CouchDBDatastoreProvider() - Constructor for class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
 
CouchDBDialect - Class in org.hibernate.ogm.datastore.couchdb
Stores tuples and associations as JSON documents inside CouchDB.
CouchDBDialect(CouchDBDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 
CouchDBEntityContext - Interface in org.hibernate.ogm.datastore.couchdb.options.navigation
Allows to configure CouchDB-specific options applying on a per-entity level.
CouchDBEntityContextImpl - Class in org.hibernate.ogm.datastore.couchdb.options.navigation.impl
Converts CouchDB entity-level options.
CouchDBEntityContextImpl(ConfigurationContext) - Constructor for class org.hibernate.ogm.datastore.couchdb.options.navigation.impl.CouchDBEntityContextImpl
 
CouchDBGlobalContext - Interface in org.hibernate.ogm.datastore.couchdb.options.navigation
Allows to configure CouchDB-specific options applying on a global level.
CouchDBGlobalContextImpl - Class in org.hibernate.ogm.datastore.couchdb.options.navigation.impl
Converts global CouchDB options.
CouchDBGlobalContextImpl(ConfigurationContext) - Constructor for class org.hibernate.ogm.datastore.couchdb.options.navigation.impl.CouchDBGlobalContextImpl
 
CouchDBIntegrator - Class in org.hibernate.ogm.datastore.couchdb.impl
Integrates with the ORM engine by contributing a SessionFactoryObserver which checks the mapped entities for CouchDB-specific requirements.
CouchDBIntegrator() - Constructor for class org.hibernate.ogm.datastore.couchdb.impl.CouchDBIntegrator
 
CouchDBLongType - Class in org.hibernate.ogm.datastore.couchdb.dialect.type.impl
Type for storing longs in CouchDB.
CouchDBLongType() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBLongType
 
CouchDBProperties - Class in org.hibernate.ogm.datastore.couchdb
Properties for configuring the CouchDB document datastore via persistence.xml or OgmConfiguration.
CouchDBPropertyContext - Interface in org.hibernate.ogm.datastore.couchdb.options.navigation
Allows to configure CouchDB-specific options applying on a per-entity level.
CouchDBPropertyContextImpl - Class in org.hibernate.ogm.datastore.couchdb.options.navigation.impl
Converts CouchDB property-level options.
CouchDBPropertyContextImpl(ConfigurationContext) - Constructor for class org.hibernate.ogm.datastore.couchdb.options.navigation.impl.CouchDBPropertyContextImpl
 
CouchDBStringType - Class in org.hibernate.ogm.datastore.couchdb.dialect.type.impl
A StringType which implemenets the VersionType contract and thus supports optimistic locking done by the datastore.
CouchDBStringType() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBStringType
 
CouchDBTupleSnapshot - Class in org.hibernate.ogm.datastore.couchdb.dialect.model.impl
A TupleSnapshot based on the properties of a CouchDB couchdb.backend.json.EntityDocument.
CouchDBTupleSnapshot(EntityKey) - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBTupleSnapshot
 
CouchDBTupleSnapshot(Map<String, Object>) - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBTupleSnapshot
 
CouchDBTypeContributor - Class in org.hibernate.ogm.datastore.couchdb.dialect.type.impl
Registers custom types (ORM types, no grid types).
CouchDBTypeContributor() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBTypeContributor
 
couldNotRetrieveEntityForRetrievalOfGeneratedProperties(String, Serializable) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
couldNotRetrieveEntityForRetrievalOfGeneratedProperties$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 
createAssociationId(AssociationKey) - Static method in class org.hibernate.ogm.datastore.couchdb.util.impl.Identifier
Create the id used to store an AssociationDocument
createDatabase(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.ServerClient
Create a new database
createdQuery(String, Object) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
createdQuery$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
createEntityId(EntityKey) - Static method in class org.hibernate.ogm.datastore.couchdb.util.impl.Identifier
Create the id used to store an EntityDocument
createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 
createTupleAssociation(AssociationKey, RowKey) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 

D

DatabaseClient - Interface in org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl
The Interface used by RESTEasy to create the REST calls used to interact with the CouchDB database instance.
databaseDoesNotExistException(String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
databaseDoesNotExistException(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
databaseDoesNotExistException$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
DatabaseIdentifier - Class in org.hibernate.ogm.datastore.couchdb.util.impl
Provides all information required to connect to a CouchDB database.
DatabaseIdentifier(String, int, String, String, String) - Constructor for class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
 
DEFAULT_PORT - Static variable in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBConfiguration
 
deleteDocument(String, String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
Delete the CouchDBDocument with the given id and revision
deleteDocument(String, String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
Deletes a Document from the database
DesignDocument - Class in org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl
Represents a CouchDB design document.
DesignDocument() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
 
DesignDocument.View - Class in org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl
 
DesignDocument.View() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument.View
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBIntegrator
 
Document - Class in org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl
Every Json document in CouchDB contains, The field '_id' representing the id of the document and '_rev' representing the revision number of the document
Document() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.Document
 
Document(String) - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.Document
 
Document(String, String) - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.Document
 
DOCUMENT_ID - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.TuplesDesignDocument
The ID of the Document
dropDatabase() - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
Delete the Database from CouchDB
dropDatabase() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
Deletes the database

E

ENTITY_TUPLE_BY_TABLE_NAME_PATH - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.TuplesDesignDocument
The URL to use in the REST call in order to obtain the EntityTupleRows
ENTITY_TUPLE_BY_TABLE_NAME_VIEW_NAME - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.TuplesDesignDocument
The name of the view
EntityDocument - Class in org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl
Contains the information related to a Tuple.
EntityDocument(EntityKey) - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
 
EntityDocument(EntityKey, String, Tuple) - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
Creates a new entity representing the given tuple.
entityShouldHaveRevisionProperty(String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
entityShouldHaveRevisionProperty(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
entityShouldHaveRevisionProperty$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
EntityTupleRows - Class in org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl
Represents the Result of the REST call associated with the TuplesDesignDocument
EntityTupleRows() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.EntityTupleRows
 
ERROR_DESCRIPTION - Static variable in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
errorCalculatingNextValue(Exception) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
errorCalculatingNextValue(Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorCalculatingNextValue$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorCreatingDatabase(String, int, String, String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
errorCreatingDatabase(String, int, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorCreatingDatabase$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorCreatingDocument(int, String, String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
errorCreatingDocument(int, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorCreatingDocument$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorDeletingDocument(int, String, String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
errorDeletingDocument(int, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorDeletingDocument$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorDroppingDatabase(int, String, String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
errorDroppingDatabase(int, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorDroppingDatabase$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorParsingStringToDate(ParseException, String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
errorParsingStringToDate(ParseException, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorParsingStringToDate$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorRetrievingAssociation(String, int, String, String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
errorRetrievingAssociation(String, int, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorRetrievingAssociation$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorRetrievingCurrentRevision(String, int, String, String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
errorRetrievingCurrentRevision(String, int, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorRetrievingCurrentRevision$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorRetrievingEntity(String, int, String, String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
errorRetrievingEntity(String, int, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorRetrievingEntity$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorRetrievingKeyValue(int, String, String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
errorRetrievingKeyValue(int, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
errorRetrievingKeyValue$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
executeBackendQuery(BackendCustomQuery, QueryParameters, EntityKeyMetadata[]) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 
exists(String, boolean) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
Whether the given document exists in the datastore or not.

F

forEachTuple(Consumer, EntityKeyMetadata...) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 
fromAssociationDocument(AssociationDocument) - Static method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociation
Creates a CouchDBAssociation from the given AssociationDocument.
fromEmbeddedAssociation(EntityDocument, String) - Static method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociation
Creates a CouchDBAssociation from the given EntityDocument and association name.

G

GenericResponse - Class in org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl
Used to serialize and deserialize a REST CouchDB response to a PUT and a DELETE
GenericResponse() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
 
get(RowKey) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociationSnapshot
 
get(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBTupleSnapshot
 
getAllDatabaseNames() - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.ServerClient
Retrieve the name of all the databases on the CouchDBServer
getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 
getAssociation(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
Retrieves a AssociationDocument from the database
getAssociation(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
 
getAssociationById(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
Retrieve the AssociationDocument with the given id
getColumnNames() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBTupleSnapshot
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBBlobType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBByteType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBLongType
 
getComparator() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBStringType
 
getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDB
 
getCouchDbAssociation() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociationSnapshot
 
getCurrentRevision(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
Retrieves the current revision of the document with the given id.
getCurrentRevision(String, boolean) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
Returns the current revision of the document with the given id.
getCurrentRevisionOfDesignDocument(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
Retrieves the current revision of the design document with the given id.
getDatabaseIdentifier() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
Returns a handle to the underlying CouchDB instance and database
getDatabaseName() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
The name of the database
getDatabaseUri() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
Returns the URI of the database, e.g.
getDataStore() - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
Provides an instance of CouchDBDatastore
getDefaultDialect() - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
 
getDefaultQueryParserServiceType() - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
 
getDocumentHasBeenConcurrentlyModifiedException(String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
getDocumentHasBeenConcurrentlyModifiedException(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
getDocumentHasBeenConcurrentlyModifiedException$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
getEntity(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
Retrieves a EntityDocument from the database
getEntityById(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
Retrieve the EntityDocument with the given id
getEntityTuplesByTableName(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
Retrieve all the entity tuples with the table name equals to the given one.
getError() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
 
getHost() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
 
getId() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.Document
 
getId() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
 
getKeyValueById(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
Retrieve the SequenceDocument with the given id
getLanguage() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
 
getLists() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 
getLogger() - Static method in class org.hibernate.ogm.datastore.couchdb.logging.impl.LoggerFactory
 
getMap() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument.View
 
getName() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBBlobType
 
getName() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBByteType
 
getName() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBLongType
 
getOk() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
 
getOwningDocument() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociation
Returns the CouchDB document which owns this association, either an AssociationDocument or an EntityDocument.
getParameterMetadataBuilder() - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 
getPassword() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
 
getPort() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
 
getProperties() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
Returns all properties of this entity, including its revision.
getPropertiesAsHierarchy() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
Returns a map with all non-static properties.
getPropertyDoesNotExistException(String, String, ElementType) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
getPropertyDoesNotExistException$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
getReason() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
 
getReduce() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument.View
 
getRev() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
 
getRevision() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.Document
 
getRowKeys() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociationSnapshot
 
getRows() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.AssociationDocument
 
getRows() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociation
Returns a list with all the rows of this association.
getServerUri() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
Returns the URI of the CouchDB server, e.g.
getTable() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
 
getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 
getTuples(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
Retrieves all the tuples matching the EntityKeyMetadata
getTuples() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.EntityTupleRows
 
getUnsupportedElementTypeException(ElementType) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
getUnsupportedElementTypeException$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
getUserName() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
 
getValue() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.SequenceDocument
 
getViews() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
 
gridDialectHasNoProperConstructor(Class) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
gridDialectHasNoProperConstructor$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 

I

Identifier - Class in org.hibernate.ogm.datastore.couchdb.util.impl
Generates the ids used to create the Document
Identifier() - Constructor for class org.hibernate.ogm.datastore.couchdb.util.impl.Identifier
 
illegalDiscrimantorType(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
illegalDiscrimantorType$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
illegalPortValue(int) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
illegalPortValue$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
increase(int) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.SequenceDocument
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
 
INSTANCE - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBBlobType
 
INSTANCE - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBByteType
 
INSTANCE - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBLongType
 
integrate(Configuration, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBIntegrator
 
integrate(MetadataImplementor, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBIntegrator
 
interruptedBatchIndexing() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
interruptedBatchIndexing$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
invalidConfigurationUrl(String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
invalidConfigurationUrl$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
isCreatedOnInsert() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBTupleSnapshot
Whether this snapshot has been created during an insert or not.
isEmpty() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBTupleSnapshot
 
isStoredInEntityStructure(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 

J

jtaCommitFailed(Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
jtaCommitFailed$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
jtaCouldNotDetermineStatus(SystemException) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
jtaCouldNotDetermineStatus$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
jtaRollbackFailed(Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
jtaRollbackFailed$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
jtaTransactionBeginFailed(Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
jtaTransactionBeginFailed$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 

L

Log - Interface in org.hibernate.ogm.datastore.couchdb.logging.impl
 
Log_$logger - Class in org.hibernate.ogm.datastore.couchdb.logging.impl
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
LoggerFactory - Class in org.hibernate.ogm.datastore.couchdb.logging.impl
 
LoggerFactory() - Constructor for class org.hibernate.ogm.datastore.couchdb.logging.impl.LoggerFactory
 

M

malformedDataBaseUrl(Exception, String, int, String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
malformedDataBaseUrl(Exception, String, int, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
malformedDataBaseUrl$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
MAP - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.TuplesDesignDocument
The JavaScript map function; each document of type "entity" will be emitted, using the table name as key.
mappingSubtypeNotInterface(Class) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
mappingSubtypeNotInterface$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
missingConfigurationProperty(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
missingConfigurationProperty$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
mustNotBeNull(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
mustNotBeNull$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 

N

newInstance(DatabaseIdentifier, boolean) - Static method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
Creates an instance of CouchDBDatastore, check if the CouchDB Design Document necessary to retrieve some data (e.g.
next(String, SessionImplementor) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBStringType
 
nextValue(RowKey, IntegralDataTypeHolder, int, int) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 
nextValue(RowKey, int, int) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
 
notAnInteger(String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
notAnInteger$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 

O

org.hibernate.ogm.datastore.couchdb - package org.hibernate.ogm.datastore.couchdb
 
org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl - package org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl
 
org.hibernate.ogm.datastore.couchdb.dialect.backend.impl - package org.hibernate.ogm.datastore.couchdb.dialect.backend.impl
 
org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl - package org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl
 
org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl - package org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl
 
org.hibernate.ogm.datastore.couchdb.dialect.model.impl - package org.hibernate.ogm.datastore.couchdb.dialect.model.impl
 
org.hibernate.ogm.datastore.couchdb.dialect.type.impl - package org.hibernate.ogm.datastore.couchdb.dialect.type.impl
 
org.hibernate.ogm.datastore.couchdb.impl - package org.hibernate.ogm.datastore.couchdb.impl
 
org.hibernate.ogm.datastore.couchdb.logging.impl - package org.hibernate.ogm.datastore.couchdb.logging.impl
 
org.hibernate.ogm.datastore.couchdb.options.navigation - package org.hibernate.ogm.datastore.couchdb.options.navigation
 
org.hibernate.ogm.datastore.couchdb.options.navigation.impl - package org.hibernate.ogm.datastore.couchdb.options.navigation.impl
 
org.hibernate.ogm.datastore.couchdb.util.impl - package org.hibernate.ogm.datastore.couchdb.util.impl
 
overrideType(Type) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 

P

parameterMustNotBeNull(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
parameterMustNotBeNull$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
persistenceXmlNotFoundInClassPath(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
persistenceXmlNotFoundInClassPath$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 

Q

querySyntaxException(QuerySyntaxException, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
querySyntaxException$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 

R

removeAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 
removeAssociation(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
 
removeTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 
REVISION_FIELD_NAME - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.Document
 

S

saveDesign(DesignDocument, String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
Save a DesignDocument with the given id
saveDocument(Document, String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
Save a Document with the given id
saveDocument(Document) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
Saves a Document to the database
saveDocument(DesignDocument) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
Saves the given design document in the database.
seed(SessionImplementor) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBStringType
 
SequenceDocument - Class in org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl
Used to serialize and deserialize sequence objects.
SequenceDocument() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.SequenceDocument
 
SequenceDocument(int) - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.SequenceDocument
 
ServerClient - Interface in org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl
* The Interface used by RESTEasy to create the REST calls used to interact with the CouchDB server
set(String, Object) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
Invoked by Jackson for any non-static property.
setAssociation(String, List<Map<String, Object>>) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
 
setError(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
 
setId(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.Document
 
setId(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
 
setLists(Map<String, String>) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
 
setMap(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument.View
 
setOk(boolean) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
 
setReason(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
 
setReduce(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument.View
 
setRev(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
 
setRevision(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.Document
 
setRows(List<Map<String, Object>>) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.AssociationDocument
 
setRows(List<Map<String, Object>>) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociation
Sets the rows of this association.
setTable(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
 
setValue(long) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.SequenceDocument
 
setViews(Map<String, DesignDocument.View>) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
 
shutDown() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
Releases all the resources
shutDownDatastoreException(Exception) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
shutDownDatastoreException(Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
shutDownDatastoreException$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
size() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociationSnapshot
 
start() - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
 
stop() - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
 

T

toString() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.Document
 
toString() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociationSnapshot
 
toString() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
 
TuplesDesignDocument - Class in org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl
Creates a CouchDB Design Document with a view used to retrieve the entities of a given table.
TuplesDesignDocument() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.TuplesDesignDocument
 
TYPE_DISCRIMINATOR_FIELD_NAME - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.Document
Name of the document type discriminator field
TYPE_NAME - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.AssociationDocument
The name of this document type as materialized in Document.TYPE_DISCRIMINATOR_FIELD_NAME.
TYPE_NAME - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
The name of this document type as materialized in Document.TYPE_DISCRIMINATOR_FIELD_NAME.
TYPE_NAME - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.SequenceDocument
The name of this document type as materialized in Document.TYPE_DISCRIMINATOR_FIELD_NAME.

U

unableToConvertStringToDiscriminator(Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToConvertStringToDiscriminator$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToFindGridType(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToFindGridType$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToInitializeInfinispan(RuntimeException) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToInitializeInfinispan$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToInstantiateType(String, Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToInstantiateType$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToLoadClass(String, String, Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToLoadClass$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToLoadContext(String, Class, Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToLoadContext$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToMarkTransactionForRollback(Exception) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToMarkTransactionForRollback$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToRetrieveTheListOfDatabase(int, String, String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
unableToRetrieveTheListOfDatabase(int, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToRetrieveTheListOfDatabase$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToRetrieveTheNumberOfAssociations(int, String, String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
unableToRetrieveTheNumberOfAssociations(int, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToRetrieveTheNumberOfAssociations$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToRetrieveTheNumberOfEntities(int, String, String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
unableToRetrieveTheNumberOfEntities(int, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToRetrieveTheNumberOfEntities$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToRetrieveTheTupleByEntityKeyMetadata(String, int, String, String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
 
unableToRetrieveTheTupleByEntityKeyMetadata(String, int, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToRetrieveTheTupleByEntityKeyMetadata$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToSetTimeout(SystemException, int) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unableToSetTimeout$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unexpectedClassType(String, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unexpectedClassType$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unexpectedDatastoreProvider(Class, Class) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unexpectedDatastoreProvider$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unexpectedInstanceType(String, String, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unexpectedInstanceType$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unknownAssociationStorageStrategy(String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unknownAssociationStorageStrategy$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unknownEnumerationValue(String, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unknownEnumerationValue$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unsupportedIndexerConfigurationOption(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unsupportedIndexerConfigurationOption$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unsupportedPropertyType(String, String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
unsupportedPropertyType$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
updateAssociation(Association, AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 
updateTuple(Tuple, EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
 
useDatastoreProvider(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
useDatastoreProvider$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
useGridDialect(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
useGridDialect$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
usingDefaultTransactionFactory() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
usingDefaultTransactionFactory$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 

V

version(String) - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
version$str() - Method in class org.hibernate.ogm.datastore.couchdb.logging.impl.Log_$logger
 
A C D E F G I J L M N O P Q R S T U V 

Copyright © 2010-2014 Hibernate. All Rights Reserved.