HHH-5808 - Code formatting

This commit is contained in:
Lukasz Antoniak 2011-05-19 21:39:31 +02:00
parent bcfa5ffed9
commit c4f65ffd8e
3 changed files with 127 additions and 127 deletions

View File

@ -48,7 +48,7 @@ public class PersonCompositeFKEntity {
this.name = name;
}
@OneToOne(cascade = { CascadeType.ALL }, orphanRemoval = true)
@OneToOne(cascade = {CascadeType.ALL}, orphanRemoval = true)
@JoinColumns({@JoinColumn(name = "ID_ADDRESS", referencedColumnName = "ID"),
@JoinColumn(name = "VER_ADDRESS", referencedColumnName = "VER")})
public AddressCompositePKEntity getAddress() {