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_. firstNamestatic SingularAttribute<Customer,Long>Customer_. idstatic SingularAttribute<Customer,String>Customer_. lastNameMethods in ejava.jpa.examples.query that return Customer Modifier and Type Method Description CustomerCustomer. setFirstName(String firstName)CustomerCustomer. setLastName(String lastName)
-