History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: NHV-9
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Fabio Maulo
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
NHibernate.Validator

<ruledef> for often used custom validators

Created: 12/Jul/08 12:45 PM   Updated: 02/Oct/08 04:19 PM
Component/s: Core
Affects Version/s: 1.0.0Beta1, 1.0.0GA, 1.0.0CR1
Fix Version/s: None


 Description  « Hide
<ruledef name="MyOftenUsedAttributeType" class="AssemblyQualifiedName">
<param name="paramName" value="paramValue"/>
<param name="paramName1" value="paramValue1"/>
.....
</ruledef>

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Fabio Maulo - 26/Jul/08 12:06 AM
How use in mapping
    <class name="MyEntity">
        <property name="AProperty">
            <notnull-notempty/>
            <rule attribute="MyOftenUsedAttributeType"/>
        </property>
    </class>