Overload List

NameDescription
Public methodStatic memberExists()()
Check if there is any records in the db for T
Public methodStatic memberExists(DetachedCriteria)
Check if any instance matching the criteria exists in the database.
Public methodStatic memberExists(array<ICriterion>[]())
Check if any instance matching the criteria 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 T

See Also