Uses of Class
org.tynamo.model.test.entities.Baz

Packages that use Baz
org.tynamo.model.test.entities   
 

Uses of Baz in org.tynamo.model.test.entities
 

Methods in org.tynamo.model.test.entities that return Baz
 Baz Foo.createBaz()
           
 

Methods in org.tynamo.model.test.entities that return types with arguments of type Baz
 Set<Baz> Foo.getBazzes()
           
 Set<Baz> Ancestor.getBazzes()
           
 

Methods in org.tynamo.model.test.entities with parameters of type Baz
 void Foo.addBaz(Baz baz)
           
 

Method parameters in org.tynamo.model.test.entities with type arguments of type Baz
 void Foo.setBazzes(Set<Baz> bazzes)
           
 void Ancestor.setBazzes(Set<Baz> bazzes)
           
 



Copyright © 2004-2012. All Rights Reserved.