Uses of Class
ejava.jpa.examples.query.Customer
-
Packages that use Customer Package Description ejava.jpa.examples.query -
-
Uses of Customer in ejava.jpa.examples.query
Fields in ejava.jpa.examples.query with type parameters of type Customer Modifier and Type Field Description static SingularAttribute<Customer,String>
Customer_. firstName
static SingularAttribute<Customer,Long>
Customer_. id
static SingularAttribute<Customer,String>
Customer_. lastName
Methods in ejava.jpa.examples.query that return Customer Modifier and Type Method Description Customer
Customer. setFirstName(String firstName)
Customer
Customer. setLastName(String lastName)
-