Class Insert<S extends StorageSession,​A>

    • Constructor Summary

      Constructors 
      Constructor Description
      Insert​(S session, java.lang.Class modelClass, java.lang.Object instance)  
      Insert​(S session, java.lang.Object instance)  
    • Method Summary

      Modifier and Type Method Description
      protected java.util.Collection<java.lang.Object> getInstances()
      Returns only one instance to insert.
      • Methods inherited from class java.lang.Object

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

      • Insert

        public Insert​(S session,
                      java.lang.Class modelClass,
                      java.lang.Object instance)
      • Insert

        public Insert​(S session,
                      java.lang.Object instance)