org.jboss.cdi.tck.tests.lookup.injection.parameterized
Class ConsumerActualType
java.lang.Object
org.jboss.cdi.tck.tests.lookup.injection.parameterized.ConsumerActualType
public class ConsumerActualType
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsumerActualType
public ConsumerActualType()
getDao
public Dao<Integer,String> getDao()
getIntegerStringDao
public Dao<Integer,String> getIntegerStringDao()
getIntegerListOfStringsDao
public Dao<Integer,List<String>> getIntegerListOfStringsDao()
getObjectDao
public Dao<Object,Object> getObjectDao()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.