I know that the value of the @Transient field is not stored in the database. But is the field value loaded from the table when the entity is created from the query? (Field exists in table)
@Transient @Column (name = "zipcode") Integer zipcode;
source share