Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

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

Subclasses of Fragment in org.nuxeo.ecm.core.storage.sql
 class CollectionFragment
          A type of fragment corresponding to several rows with the same id.
 class SimpleFragment
          A type of fragment corresponding to a single row in a table and its associated in-memory information (state, dirty fields, attached context).
 

Methods in org.nuxeo.ecm.core.storage.sql that return types with arguments of type Fragment
 List<Fragment> PersistenceContext.getMulti(Collection<RowId> rowIds, boolean allowAbsent)
          Gets a list of fragments.
 

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type Fragment
 void PersistenceContext.removeFragment(Fragment fragment, boolean primary)
          Deletes a fragment from the context.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.