Uses of Class
ejava.examples.orm.ejbql.annotated.Clerk
-
Packages that use Clerk Package Description ejava.examples.orm.ejbql.annotated -
-
Uses of Clerk in ejava.examples.orm.ejbql.annotated
Fields in ejava.examples.orm.ejbql.annotated with type parameters of type Clerk Modifier and Type Field Description private Collection<Clerk>
Sale. clerks
Methods in ejava.examples.orm.ejbql.annotated that return types with arguments of type Clerk Modifier and Type Method Description Collection<Clerk>
Sale. getClerks()
Method parameters in ejava.examples.orm.ejbql.annotated with type arguments of type Clerk Modifier and Type Method Description void
Sale. setClerks(Collection<Clerk> clerks)
-