org.jboss.cdi.tck.tests.lookup.injection.parameterized
Class Dao<T1,T2>

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injection.parameterized.Dao<T1,T2>
Direct Known Subclasses:
IntegerDao, IntegerListOfStringsDao, IntegerStringDao, NumberDao, ObjectDao, StringDao

public class Dao<T1,T2>
extends Object


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

Constructor Detail

Dao

public Dao()
Method Detail

getId

public String getId()


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