Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.

@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.