コード例 #1
0
  /**
   * Tests that overriding a finder method is recognized by the DAO implementation. If an overriding
   * method is found it will will be invoked instead of the automatically generated finder.
   */
  @Test
  public void testOverwritingFinder() {

    userDao.findByOverrridingMethod();
  }