Class SimpleFragment

java.lang.Object
org.nuxeo.ecm.core.storage.sql.Fragment
org.nuxeo.ecm.core.storage.sql.SimpleFragment
All Implemented Interfaces:
Serializable

public final class SimpleFragment extends Fragment
A type of fragment corresponding to a single row in a table and its associated in-memory information (state, dirty fields, attached context).
See Also:
  • Field Details

  • Constructor Details

    • SimpleFragment

      public SimpleFragment(Row row, Fragment.State state, PersistenceContext context)
      Constructs a SimpleFragment from a Row.
      Parameters:
      row - the row, or null
      state - the initial state for the fragment
      context - the persistence context to which the fragment is tied, or null
  • Method Details