Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.storage.sql.PersistenceContext

Packages that use PersistenceContext
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
 

Uses of PersistenceContext in org.nuxeo.ecm.core.storage.sql
 

Fields in org.nuxeo.ecm.core.storage.sql declared as PersistenceContext
 PersistenceContext SessionImpl.context
           
 

Constructors in org.nuxeo.ecm.core.storage.sql with parameters of type PersistenceContext
CollectionFragment(Row row, Fragment.State state, PersistenceContext context)
          Constructs a CollectionFragment from a Row.
Selection(Serializable selId, String tableName, boolean empty, String filterKey, PersistenceContext context, Map<Serializable,Selection> softMap, Map<Serializable,Selection> hardMap)
          Constructs a Selection for the given selection id.
SelectionContext(SelectionType selType, Serializable criterion, RowMapper mapper, PersistenceContext context)
           
SimpleFragment(Row row, Fragment.State state, PersistenceContext context)
          Constructs a SimpleFragment from a Row.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.