T
- is the type of object that will be returned.public abstract class GcEntityCallback<T>
extends java.lang.Object
Constructor and Description |
---|
GcEntityCallback() |
public abstract boolean callback(T t) throws java.lang.Exception
t
- is the thing hydrated from the resultset.java.lang.Exception
- if things go wrong in your code.