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

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -