Class Delete<S extends StorageSession,​A>


  • public abstract class Delete<S extends StorageSession,​A>
    extends ManipulationDataAction<S,​A>
    Delete storage operation, this is a operation of data manipulating and supports manipulate many instance in the same time.
    Author:
    javaito
    • Constructor Summary

      Constructors 
      Constructor Description
      Delete​(S session, java.lang.Class modelClass, Queryable queryable)  
      Delete​(S session, Queryable queryable)  
    • Method Summary

      Modifier and Type Method Description
      protected java.util.Collection<java.lang.Object> getInstances()
      Returns a list with the queryable instance to execute the delete.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Delete

        public Delete​(S session,
                      java.lang.Class modelClass,
                      Queryable queryable)
      • Delete

        public Delete​(S session,
                      Queryable queryable)
    • Method Detail

      • getInstances

        protected java.util.Collection<java.lang.Object> getInstances()
        Returns a list with the queryable instance to execute the delete.
        Specified by:
        getInstances in class ManipulationDataAction<S extends StorageSession,​A>
        Returns:
        Queryable instance.