Class ArgumentMatcherDemo


  • public class ArgumentMatcherDemo
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> findByNamedQuery​(java.lang.String argument, java.util.List<java.lang.String> someList)  
      • Methods inherited from class java.lang.Object

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

      • ArgumentMatcherDemo

        public ArgumentMatcherDemo()
    • Method Detail

      • findByNamedQuery

        public java.util.List<java.lang.String> findByNamedQuery​(java.lang.String argument,
                                                                 java.util.List<java.lang.String> someList)