Overload List
| Name | Description | |
|---|---|---|
| FindAll(Type) |
Returns all instances found for the specified type.
| |
| FindAll(Type, array<ICriterion>[]()) |
Returns all instances found for the specified type
using criteria.
| |
| FindAll(Type, DetachedCriteria, array<Order>[]()) |
Returns all instances found for the specified type according to the criteria
| |
| FindAll(Type, array<Order>[](), array<ICriterion>[]()) |
Returns all instances found for the specified type
using sort orders and criteria.
|