Determine whether the given property is declared by our
mapped class, our super class, or one of our subclasses...
Note: the method is called 'subclass property...' simply
for consistency sake (e.g. {@link #getSubclassPropertyTableNumber}
Namespace: NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
Visual Basic |
---|
Function GetSubclassPropertyDeclarer ( _
propertyPath As String _
) As Declarer |
Visual C++ |
---|
Declarer GetSubclassPropertyDeclarer(
String^ propertyPath
) |
Return Value
The property declarer
See Also