Class DaoUtils.ChildrenFilter<T>

  • Enclosing class:
    DaoUtils

    public static class DaoUtils.ChildrenFilter<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ChildrenFilter​(java.lang.String parentPropertyName, java.lang.Object parent)  
      ChildrenFilter​(java.lang.String parentPropertyName, java.lang.Object parent, java.util.List<T> existingChildren)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ChildrenFilter

        public ChildrenFilter​(java.lang.String parentPropertyName,
                              java.lang.Object parent,
                              java.util.List<T> existingChildren)
      • ChildrenFilter

        public ChildrenFilter​(java.lang.String parentPropertyName,
                              java.lang.Object parent)