addresses issue #366

pull/368/merge
William Kim 2013-06-24 13:30:37 -04:00 committed by Justin Richer
parent cf3cee5ec2
commit e74444e3d1
1 changed files with 1 additions and 1 deletions

View File

@ -776,7 +776,7 @@ public class ClientDetailsEntity implements ClientDetails {
@ElementCollection(fetch = FetchType.EAGER)
@CollectionTable(
name="client_response_type",
joinColumns=@JoinColumn(name="response_type")
joinColumns=@JoinColumn(name="owner_id")
)
@Column(name="response_type")
public Set<String> getResponseTypes() {