Overload List
| Name | Description | |
|---|---|---|
| Exists(Type) |
Check if there is any records in the db for the target type
| |
| Exists(Type, DetachedCriteria) |
Check if any instance matching the criteria exists in the database.
| |
| Exists(Type, array<ICriterion>[]()) |
Check if any instance matches the criteria.
| |
| Exists(Type, Object) |
Check if the id exists in the database.
| |
| Exists(Type, String, array<Object>[]()) |
Check if there is any records in the db for the target type
|