git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@8523 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Christian Bauer 2005-11-04 20:41:52 +00:00
parent 3e7c54a616
commit 3ccecfd554
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ kittens = cat.getKittens(); // Okay, kittens collection is a Set
schema="schema_name"
lazy="true|extra|false"
inverse="true|false"
cascade="all|none|save-update|delete|all-delete-orphan"
cascade="all|none|save-update|delete|all-delete-orphan|delete-orphan"
sort="unsorted|natural|comparatorClass"
order-by="column_name asc|desc"
where="arbitrary sql where condition"