As the title states, what is its counterpart? any snubbing would not be appreciated. :D
Hibernate
@Type( type="yes_no")
EclipseLink
ONE BIG (?)
|
As the title states, what is its counterpart? any snubbing would not be appreciated. :D Hibernate
EclipseLink
|
||||
|
|
I basically use another method, by manually setting your property(which here is "enabled"), you can easily get the same result(or feel, actually). :D that's all. |
|||
|
|
|
You can use a Converter for this, such as an ObjectTypeConverter. |
|||
|
|