ActiveJDBC - the agile Java ORM.
-
class
The purpose of this class is to provide toMaps()
method in cases of eager loading of dependencies.
Use in case the scopes define all criteria you need.
This method returns all records from this table.
Provides a list of child models in one to many, many to many and polymorphic associations, but in addition also allows to filter this list
by criteria.
This methods supports one to many, many to many relationships as well as polymorphic associations.
This method will return a list of records for a specific page.
This method includes associated objects.
LazyList.limit(long limit)
This method limits the number of results in the resultset.
SuperLazyList.limit(long limit)
This method exists to force immediate load from DB.
This method sets an offset of a resultset.
SuperLazyList.offset(long offset)
Use this method to order results by a column.
Finder method for DB queries based on table represented by this model.
Applies additional criteria to scopes defined in the model.