Issue Type: Bug Bug
Affects Versions: 4.1.6
Assignee: Unassigned
Components: core
Created: 15/Aug/12 9:06 AM
Description:

Having this mapping results in always eager-loading the @ManyToOne association:

@ManyToOne(fetch = FetchType.LAZY, optional = false)
	@JoinColumn(name = "owner_name", referencedColumnName = "username") // Don't use PK to show non-lazy behavior
	private Person owner = null;
Project: Hibernate ORM
Priority: Major Major
Reporter: Andreas Joseph Krogh
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira