net.walend.lyophil.jdbc
Class JDBCClassDigger

java.lang.Object
  |
  +--net.walend.lyophil.jdbc.JDBCClassDigger
All Implemented Interfaces:
ClassDigger, Digger

public class JDBCClassDigger
extends java.lang.Object
implements ClassDigger

This class implements ClassDigger to work over jdbc 2.0 persistence.

Since:
1-29-2001
Author:
David Walend

Constructor Summary
JDBCClassDigger()
           
 
Method Summary
 int countByClass(java.lang.Class interf)
          Count the number of freezables that implement this interf.
 SetOfFreezables findByClass(java.lang.Class interf)
          Returns the Set of Freezables in the Freezer that can be cast to interf.
protected  Caster getCaster()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCClassDigger

public JDBCClassDigger()
Method Detail

getCaster

protected Caster getCaster()

countByClass

public int countByClass(java.lang.Class interf)
Description copied from interface: ClassDigger
Count the number of freezables that implement this interf.

Specified by:
countByClass in interface ClassDigger

findByClass

public SetOfFreezables findByClass(java.lang.Class interf)
Description copied from interface: ClassDigger
Returns the Set of Freezables in the Freezer that can be cast to interf.

Specified by:
findByClass in interface ClassDigger


Copyright (c) 2000, 2001, David Walend