HHH-5149 documentation for versioning

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19529 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Emmanuel Bernard 2010-05-17 14:29:28 +00:00
parent 3015c64556
commit b0b674d341
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@ import org.hibernate.annotations.FetchProfiles;
@FetchProfile(name = "customer-with-orders-and-country",
fetchOverrides = {
@FetchProfile.FetchOverride(entity = Customer.class, association = "orders", mode = FetchMode.JOIN),
//The following does not work
//@FetchProfile.FetchOverride(entity = Customer.class, association = "orders.country", mode = FetchMode.JOIN),
@FetchProfile.FetchOverride(entity = Customer.class, association = "lastOrder", mode = FetchMode.JOIN)
})
})