Nuxeo Enterprise Platform 5.4

Uses of Package
org.nuxeo.ecm.core.storage.sql

Packages that use org.nuxeo.ecm.core.storage.sql
org.nuxeo.ecm.admin   
org.nuxeo.ecm.core.management.test   
org.nuxeo.ecm.core.repository.jcr.testing   
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.core.storage.sql.jdbc   
org.nuxeo.ecm.core.storage.sql.jdbc.db Internal API to deal with the database by generating SQL statements. 
org.nuxeo.ecm.core.storage.sql.jdbc.dialect Database Dialects implementations; a Dialect encapsulates knowledge about database-specific behavior. 
org.nuxeo.ecm.core.storage.sql.management Simple MBean to report the status of a SQL repository. 
org.nuxeo.ecm.core.storage.sql.net   
org.nuxeo.ecm.core.storage.sql.ra   
org.nuxeo.ecm.core.test   
org.nuxeo.ecm.core.test.annotations   
org.nuxeo.ecm.directory.sql   
org.nuxeo.ecm.platform.tag   
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.admin
BinaryManagerStatus
          Status of a BinaryManager, including files that may have just been deleted by GC
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.core.management.test
SQLRepositoryTestCase
           
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.core.repository.jcr.testing
SQLRepositoryTestCase
           
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.core.storage.sql
ACLRow
          A simple value holding one row of the ACLs table.
ACLRow.ACLRowPositionComparator
          Comparator of ACLRows according to their pos field.
Activator
          Needed to lookup local bundle resources - which should use Bundle API.
BaseProperty
          A Property gives access to a scalar or array value stored in an underlying table.
Binary
          A binary object that can be read, and has a length and a digest.
BinaryGarbageCollector
          A Garbage Collector for a BinaryManager.
BinaryManager
          A binary manager stores binaries according to their digest.
BinaryManagerStatus
          Status of a BinaryManager, including files that may have just been deleted by GC
BinaryScrambler
          A scrambler/unscrambler of binaries.
CachingRowMapper
          A RowMapper that has an internal cache.
Children
          Holds information about the children of a given parent node.
CollectionFragment
          A type of fragment corresponding to several rows with the same id.
CollectionProperty
          A CollectionProperty gives access to a collection value stored in an underlying CollectionFragment.
ColumnSpec
          Abstract representation of the database-level column types.
ColumnType
          The database-level column types, including per-type parameters like length.
DatabaseHelper
           
DefaultBinaryManager
          A simple filesystem-based binary manager.
Fragment
          A rich value corresponding to one row or a collection of rows in a table.
Fragment.State
          The possible states of a fragment.
HierarchyContext
          This class holds cached information for children relationships in the hierarchy table.
Invalidations
          A set of invalidations.
Invalidations.InvalidationsPair
           
InvalidationsPropagator
          Propagator of invalidations to a set of InvalidationsQueues.
InvalidationsQueue
          Queue of invalidations.
LockManager
          Manager of locks that serializes access to them.
Mapper
          A Mapper maps Rows to and from the database.
Mapper.Identification
          Identifiers assigned by a server to identify a client mapper and its repository.
Model
          The Model is the link between high-level types and SQL-level objects (entity tables, collections).
ModelFulltext
          Info about the fulltext configuration.
ModelProperty
          Model of a property.
ModelSetup
          Info driving the model creation.
Node
          A Node implementation.
PersistenceContext
          This class holds persistence context information.
PropertyType
           
Repository
           
RepositoryBackend
          Interface for the backend-specific initialization code of a Repository.
RepositoryDescriptor
          Repository descriptor.
RepositoryDescriptor.FieldDescriptor
           
RepositoryDescriptor.FulltextIndexDescriptor
           
RepositoryDescriptor.ServerDescriptor
           
RepositoryImpl
          Repository implementation, to be extended by backend-specific initialization code.
RepositoryManagement
           
Row
          The data of a single row in a table (keys/values form a map), or of multiple rows with the same id (values is an array of Serializable).
RowId
          The identification of a Row (table name and id) without the row content itself.
RowMapper
          A RowMapper maps Rows to and from the database.
RowMapper.CopyHierarchyResult
           
RowMapper.IdWithTypes
           
RowMapper.RowBatch
          The description of a set of rows to create, update or delete.
RowMapper.RowUpdate
          A Row and a list of its keys that have to be updated.
Session
          The session is the main high level access point to data from the underlying database.
Session.PathResolver
          Interface for a class that knows how to resolve a node path into a node id.
SessionImpl
          The session is the main high level access point to data from the underlying database.
SimpleFragment
          A type of fragment corresponding to a single row in a table and its associated in-memory information (state, dirty fields, attached context).
SimpleProperty
          A SimpleProperty gives access to a scalar value stored in an underlying SimpleFragment.
SQLRepositoryTestCase
           
TXSQLRepositoryTestCase
          Transactional SQL Repository TestCase.
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.core.storage.sql.coremodel
Binary
          A binary object that can be read, and has a length and a digest.
CollectionProperty
          A CollectionProperty gives access to a collection value stored in an underlying CollectionFragment.
Node
          A Node implementation.
RepositoryDescriptor
          Repository descriptor.
RepositoryImpl
          Repository implementation, to be extended by backend-specific initialization code.
Session
          The session is the main high level access point to data from the underlying database.
SimpleProperty
          A SimpleProperty gives access to a scalar value stored in an underlying SimpleFragment.
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.core.storage.sql.jdbc
ACLRow
          A simple value holding one row of the ACLs table.
BinaryGarbageCollector
          A Garbage Collector for a BinaryManager.
Invalidations
          A set of invalidations.
Invalidations.InvalidationsPair
           
InvalidationsPropagator
          Propagator of invalidations to a set of InvalidationsQueues.
Mapper
          A Mapper maps Rows to and from the database.
Mapper.Identification
          Identifiers assigned by a server to identify a client mapper and its repository.
Model
          The Model is the link between high-level types and SQL-level objects (entity tables, collections).
ModelSetup
          Info driving the model creation.
RepositoryBackend
          Interface for the backend-specific initialization code of a Repository.
RepositoryDescriptor
          Repository descriptor.
RepositoryImpl
          Repository implementation, to be extended by backend-specific initialization code.
Row
          The data of a single row in a table (keys/values form a map), or of multiple rows with the same id (values is an array of Serializable).
RowId
          The identification of a Row (table name and id) without the row content itself.
RowMapper
          A RowMapper maps Rows to and from the database.
RowMapper.CopyHierarchyResult
           
RowMapper.IdWithTypes
           
RowMapper.RowBatch
          The description of a set of rows to create, update or delete.
Session.PathResolver
          Interface for a class that knows how to resolve a node path into a node id.
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.core.storage.sql.jdbc.db
ColumnType
          The database-level column types, including per-type parameters like length.
Model
          The Model is the link between high-level types and SQL-level objects (entity tables, collections).
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.core.storage.sql.jdbc.dialect
BinaryManager
          A binary manager stores binaries according to their digest.
ColumnType
          The database-level column types, including per-type parameters like length.
Model
          The Model is the link between high-level types and SQL-level objects (entity tables, collections).
RepositoryDescriptor
          Repository descriptor.
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.core.storage.sql.management
BinaryManagerStatus
          Status of a BinaryManager, including files that may have just been deleted by GC
Mapper
          A Mapper maps Rows to and from the database.
Model
          The Model is the link between high-level types and SQL-level objects (entity tables, collections).
ModelSetup
          Info driving the model creation.
RepositoryBackend
          Interface for the backend-specific initialization code of a Repository.
RepositoryImpl
          Repository implementation, to be extended by backend-specific initialization code.
Session.PathResolver
          Interface for a class that knows how to resolve a node path into a node id.
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.core.storage.sql.net
Binary
          A binary object that can be read, and has a length and a digest.
BinaryGarbageCollector
          A Garbage Collector for a BinaryManager.
BinaryManager
          A binary manager stores binaries according to their digest.
InvalidationsQueue
          Queue of invalidations.
Mapper
          A Mapper maps Rows to and from the database.
Model
          The Model is the link between high-level types and SQL-level objects (entity tables, collections).
ModelSetup
          Info driving the model creation.
Repository
           
RepositoryBackend
          Interface for the backend-specific initialization code of a Repository.
RepositoryDescriptor
          Repository descriptor.
RepositoryDescriptor.ServerDescriptor
           
RepositoryImpl
          Repository implementation, to be extended by backend-specific initialization code.
Session.PathResolver
          Interface for a class that knows how to resolve a node path into a node id.
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.core.storage.sql.ra
Binary
          A binary object that can be read, and has a length and a digest.
BinaryGarbageCollector
          A Garbage Collector for a BinaryManager.
ConnectionSpecImpl
          This represents the parameters (mostly, credentials) passed by the application to the Repository when requesting the creation of a Session.
Mapper
          A Mapper maps Rows to and from the database.
Model
          The Model is the link between high-level types and SQL-level objects (entity tables, collections).
Node
          A Node implementation.
RepositoryDescriptor
          Repository descriptor.
RepositoryManagement
           
Session
          The session is the main high level access point to data from the underlying database.
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.core.test
DatabaseHelper
           
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.core.test.annotations
DatabaseHelper
           
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.directory.sql
ColumnType
          The database-level column types, including per-type parameters like length.
 

Classes in org.nuxeo.ecm.core.storage.sql used by org.nuxeo.ecm.platform.tag
Model
          The Model is the link between high-level types and SQL-level objects (entity tables, collections).
Session.PathResolver
          Interface for a class that knows how to resolve a node path into a node id.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.