Nuxeo Enterprise Platform 5.4

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 with parameters of type Fragment
 void HierarchyContext.recordFragment(Fragment fragment)
           
 void HierarchyContext.removeFragment(Fragment fragment)
          Deletes a fragment from the context.
 void HierarchyContext.removeNode(Fragment hierFragment)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.