Why for the last choice we have c twice, instead of c and o ?
Root<Order> c = q.from(Order.class);
Join<Order, Customer> c = c.join(Order_.customer);
			
			
									
									
						About Question enthuware.oce-jpad.v6.2.578 :
Moderators: Site Manager, fjwalraven
- 
				jszczepankiewicz
 
Re: About Question enthuware.oce-jpad.v6.2.578 :
Last option will result in compilation error. Thus there are two options:
1. replace second c with co
2. treat this as intentionall mistake and change explanation for last option that this will result also with compilation error.
			
			
									
									
						1. replace second c with co
2. treat this as intentionall mistake and change explanation for last option that this will result also with compilation error.
- 
				admin
 - Site Admin
 - Posts: 10443
 - Joined: Fri Sep 10, 2010 9:26 pm
 - Contact:
 
Re: About Question enthuware.oce-jpad.v6.2.578 :
The second c should actually be o. This has now been fixed.
thank you for your feedback!
			
			
									
									
						thank you for your feedback!
Who is online
Users browsing this forum: No registered users and 7 guests