Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- org.ethelred.kiwiproc.impl.AbstractDAOInstance<T> (implements org.ethelred.kiwiproc.api.TransactionalDAO<T>)
- org.ethelred.kiwiproc.impl.AbstractTransactionalDAO<T> (implements org.ethelred.kiwiproc.api.TransactionalDAO<T>)
- org.ethelred.kiwiproc.impl.ArraySupport
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.ethelred.kiwiproc.exception.UncheckedSQLException
- java.sql.SQLException (implements java.lang.Iterable<T>)
- org.ethelred.kiwiproc.exception.KiwiException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- org.ethelred.kiwiproc.api.DAOCallable<T,
R> - org.ethelred.kiwiproc.api.DAOContext
- org.ethelred.kiwiproc.api.DAORunnable<T>
- org.ethelred.kiwiproc.api.TransactionalDAO<T>