Uses of Class
myorg.queryex.Person
-
Packages that use Person Package Description myorg.queryex -
-
Uses of Person in myorg.queryex
Fields in myorg.queryex declared as Person Modifier and Type Field Description private PersonActor. personprivate PersonDirector. personFields in myorg.queryex with type parameters of type Person Modifier and Type Field Description static SingularAttribute<Person,Date>Person_. birthDatestatic SingularAttribute<Person,String>Person_. firstNamestatic SingularAttribute<Person,String>Person_. idstatic SingularAttribute<Person,String>Person_. lastNamestatic SingularAttribute<Actor,Person>Actor_. personstatic SingularAttribute<Director,Person>Director_. personMethods in myorg.queryex that return Person Modifier and Type Method Description PersonActor. getPerson()PersonDirector. getPerson()PersonPerson. setBirthDate(Date birthDate)PersonPerson. setFirstName(String firstName)PersonPerson. setLastName(String lastName)Constructors in myorg.queryex with parameters of type Person Constructor Description Actor(Person person)Director(Person person)
-