Uses of Class
nl.beesting.beangenerator.example.Kitten

Packages that use Kitten
nl.beesting.beangenerator.example   
nl.beesting.beangenerator.example.service   
nl.beesting.beangenerator.locators   
 

Uses of Kitten in nl.beesting.beangenerator.example
 

Methods in nl.beesting.beangenerator.example that return types with arguments of type Kitten
 java.util.Collection<Kitten> Cat.getKittens()
           
 

Method parameters in nl.beesting.beangenerator.example with type arguments of type Kitten
 void Cat.setKittens(java.util.Collection<Kitten> kittens)
           
 

Uses of Kitten in nl.beesting.beangenerator.example.service
 

Methods in nl.beesting.beangenerator.example.service that return types with arguments of type Kitten
 java.util.Collection<Kitten> CatServiceImpl.findKittens()
          
 java.util.Collection<Kitten> CatService.findKittens()
           
 

Uses of Kitten in nl.beesting.beangenerator.locators
 

Methods in nl.beesting.beangenerator.locators that return Kitten
 Kitten ReturnTypeClassLocatorTest.findKittenById(java.lang.Long id)
           
 Kitten ConfigurationClassLocatorTest.findKittenById(java.lang.Long id)
           
 

Methods in nl.beesting.beangenerator.locators that return types with arguments of type Kitten
 java.util.Collection<Kitten> ReturnTypeClassLocatorTest.findAllKittens()
           
 



Copyright © 2008. All Rights Reserved.