Module com.aoapps.dao.base
Package com.aoapps.dao.base
package com.aoapps.dao.base
-
ClassesClassDescriptionA base implementation of
DaoDatabase.Base forReasonimplementations.Base forRowimplementations.Base forTableimplementations.Allows sets of columns to be used as multi-column keys.AReasonwith a multiple causes.An empty table does not return any rows and never finds any object.Provides encryption routines.Caches results by querying the entire table upon first use, the cache is persistent and shared by all users.Caches results on a per-row basis.AReasonwith a single cause.Caches results by querying the entire table upon first use.A compound key with two columns.Tuple3Impl<C1 extends Comparable<? super C1>,C2 extends Comparable<? super C2>, C3 extends Comparable<? super C3>> A compound key with three columns.TupleNImpl<C extends Comparable<? super C>>A compound key with any number of columns of the same type.
