- 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
-
- 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 byte
s 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
-
- 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 long
s 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
-
- 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
-
- 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
-
- createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
-
- createTupleAssociation(AssociationKey, RowKey) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
-
- 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
-
- 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
-
- 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
-
- getEntityById(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
-
- 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
-
- 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
-
- 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
-
- 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
-