Caused by: org.hibernate.AnnotationException: @Column(s) not allowed on a @OneToOne property:
http://knowledge-cess.com/java-hibernate-errors-1-errors/
Caused by: org.hibernate.AnnotationException: @Column(s) not allowed on a @OneToOne property:
Solution :
Instead of using
@Column(name="columnName") Use @JoinColumn(name="columnName")