com.basilv.examples.java5
Class PersonServiceImpl

java.lang.Object
  extended by com.basilv.examples.java5.PersonServiceImpl

public class PersonServiceImpl
extends Object


Constructor Summary
PersonServiceImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonServiceImpl

public PersonServiceImpl()
Method Detail

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.