fixed DB mapping

pull/708/merge
Justin Richer 10 years ago
parent ff958e20b6
commit b635a2bc88

@ -130,9 +130,9 @@ public class Claim {
* @return the issuer
*/
@ElementCollection(fetch = FetchType.EAGER)
@Column(name = "claim_issuer")
@Column(name = "issuer")
@CollectionTable(
name = "issuer",
name = "claim_issuer",
joinColumns = @JoinColumn(name = "owner_id")
)
public Set<String> getIssuer() {

Loading…
Cancel
Save