@Retention(CLASS) @Target({FIELD})
public @interface DbTransient
Excludes an
@Entity field from the generated table. Useful for computed
fields, caches, or fields shared only with the JSON / XML projection.