Overload List

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

See Also