com.basilv.examples.java5
Class PersonServiceImpl
java.lang.Object
com.basilv.examples.java5.PersonServiceImpl
public class PersonServiceImpl
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonServiceImpl
public PersonServiceImpl()
findAll
@Deprecated
public List<com.basilv.examples.java5.PersonEntity> findAll()
- Deprecated.
loadByPrimaryKey
public com.basilv.examples.java5.PersonEntity loadByPrimaryKey(Long id)
collectIntoMap
public Map<Integer,? extends com.basilv.examples.java5.PersonEntity> collectIntoMap(com.basilv.examples.java5.PersonEntity... people)
toArray
public static <T> T[] toArray(List<T> list,
Class<T> clazz)
Java Examples available from http://www.basilv.com/psd/software Copyright © 2009 by Basil Vandegriend. All Rights Reserved.