net.java.ao
Class RSCachingStrategy

java.lang.Object
  extended by net.java.ao.RSCachingStrategy

public abstract class RSCachingStrategy
extends java.lang.Object

Author:
Daniel Spiewak

Field Summary
static RSCachingStrategy AGGRESSIVE
           
static RSCachingStrategy ITERATIVE
           
static RSCachingStrategy NULL
           
 
Constructor Summary
protected RSCachingStrategy()
           
 
Method Summary
abstract  void cache(java.sql.ResultSet res, net.java.ao.EntityProxy<?> proxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AGGRESSIVE

public static final RSCachingStrategy AGGRESSIVE

ITERATIVE

public static final RSCachingStrategy ITERATIVE

NULL

public static final RSCachingStrategy NULL
Constructor Detail

RSCachingStrategy

protected RSCachingStrategy()
Method Detail

cache

public abstract void cache(java.sql.ResultSet res,
                           net.java.ao.EntityProxy<?> proxy)
                    throws java.sql.SQLException
Throws:
java.sql.SQLException