Implemented by persistent classes with invariants that must be checked before inserting into or updating the database

Namespace:  NHibernate.Classic
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Interface IValidatable
C#
public interface IValidatable
Visual C++
public interface class IValidatable
JavaScript
NHibernate.Classic.IValidatable = function();
NHibernate.Classic.IValidatable.createInterface('NHibernate.Classic.IValidatable');

See Also