Overload List

NameDescription
Protected methodStatic memberExists(Type)
Check if there is any records in the db for the target type
Protected methodStatic memberExists(Type, DetachedCriteria)
Check if any instance matching the criteria exists in the database.
Protected methodStatic memberExists(Type, array<ICriterion>[]())
Check if any instance matching the criteria exists in the database.
Protected methodStatic memberExists(Type, Object)
Check if the id exists in the database.
Protected methodStatic memberExists(Type, String, array<Object>[]())
Check if there is any records in the db for the target type

See Also