@Basic(optional = false) x @Column(nullable = false) in JPA

Posted by joaosavio on Stack Overflow See other posts from Stack Overflow or by joaosavio
Published on 2010-05-24T17:57:51Z Indexed on 2010/05/24 18:01 UTC
Read the original article Hit count: 87

Filed under:
|

What's the diference between @Basic(optional = false) and @Column(nullable = false) in JPA persistence???

© Stack Overflow or respective owner

Related posts about java

Related posts about jpa