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

Popular posts from this blog

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -