19 Şubat 2019 Salı

JPA @Transient Anotasyonu

Giriş
@Entity olarak işaretli bir sınıfın, bir alanı veritabanına yazılmayacaksa bu anotasyon ile işaretlenir. Açıklaması şöyle.
With JPA, any fields declared in the entity are mapped to columns in the table schema. If you do not want a column to exist in your table schema for the entity, you can use the @Transient annotation to exclude it.

Hiç yorum yok:

Yorum Gönder