com.titan.clients
Class ParametersAndPaging
java.lang.Object
com.titan.clients.ParametersAndPaging
public class ParametersAndPaging
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParametersAndPaging
public ParametersAndPaging()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
findCustomerByNamedParameter
public static Customer findCustomerByNamedParameter(javax.persistence.EntityManager entityManager,
String first,
String last)
findCustomerByIndexedParameter
public static Customer findCustomerByIndexedParameter(javax.persistence.EntityManager entityManager,
String first,
String last)
getCustomers
public static List getCustomers(javax.persistence.EntityManager entityManager,
int max,
int index)
Copyright © 2011. All Rights Reserved.