public class PersonServiceImpl extends Object
Constructor and Description |
---|
PersonServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Map<Integer,? extends com.basilv.examples.java5.PersonEntity> |
collectIntoMap(com.basilv.examples.java5.PersonEntity... people) |
List<com.basilv.examples.java5.PersonEntity> |
findAll()
Deprecated.
|
com.basilv.examples.java5.PersonEntity |
loadByPrimaryKey(Long id) |
static <T> T[] |
toArray(List<T> list,
Class<T> clazz) |
public PersonServiceImpl()
@Deprecated public List<com.basilv.examples.java5.PersonEntity> findAll()
public com.basilv.examples.java5.PersonEntity loadByPrimaryKey(Long id)
public Map<Integer,? extends com.basilv.examples.java5.PersonEntity> collectIntoMap(com.basilv.examples.java5.PersonEntity... people)
Java Examples available from http://www.basilv.com/psd/software Copyright © 2009 by Basil Vandegriend. All Rights Reserved.