addresses issue #366

pull/368/merge
William Kim 12 years ago committed by Justin Richer
parent cf3cee5ec2
commit e74444e3d1

@ -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() {

Loading…
Cancel
Save