Class 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:
    Serialized Form
    • Constructor Detail

      • 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