Interface MutablePersistable<T extends org.jmolecules.ddd.types.Identifiable<ID>,ID>

All Superinterfaces:
org.jmolecules.ddd.types.Identifiable<ID>, org.springframework.data.domain.Persistable<ID>

public interface MutablePersistable<T extends org.jmolecules.ddd.types.Identifiable<ID>,ID> extends org.springframework.data.domain.Persistable<ID>, org.jmolecules.ddd.types.Identifiable<ID>
Synthetic extension of Persistable to allow marking an entity instance as not new.
Author:
Oliver Drotbohm
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface org.jmolecules.ddd.types.Identifiable

    getId

    Methods inherited from interface org.springframework.data.domain.Persistable

    getId, isNew
  • Method Details

    • __jMolecules__markNotNew

      void __jMolecules__markNotNew()