jpa 2.0 - Property not mapped by JPA to column in DB -
i have property in jpa model not mapped column in database.
because of this, compiler says "column abc cannot resolved".
is there annotation property no longer mapped db column, kind of utility property in jpa model.
regards,
satya
add @javax.persistence.transient
property
Comments
Post a Comment