Class UpdateByExampleDao<D>


  • public class UpdateByExampleDao<D>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateByExampleDao​(D filter, D values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      D getFilter()  
      D getValues()  
      • Methods inherited from class java.lang.Object

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

      • UpdateByExampleDao

        public UpdateByExampleDao​(D filter,
                                  D values)
    • Method Detail

      • getFilter

        public D getFilter()
      • getValues

        public D getValues()