org.jboss.cdi.tck.tests.lookup.injection.parameterized
Class IntegerListOfStringsDao

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injection.parameterized.Dao<Integer,List<String>>
      extended by org.jboss.cdi.tck.tests.lookup.injection.parameterized.IntegerListOfStringsDao

@IntegerPowered
public class IntegerListOfStringsDao
extends Dao<Integer,List<String>>


Constructor Summary
IntegerListOfStringsDao()
           
 
Method Summary
 String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerListOfStringsDao

public IntegerListOfStringsDao()
Method Detail

getId

public String getId()
Overrides:
getId in class Dao<Integer,List<String>>


Copyright © 2008-2012 Seam Framework. All Rights Reserved.