java - Does @Transient field value get loaded? -


i know @transient field value not persisted in database. field value loaded table when entity created query? (the field exists in table)

@transient @column (name = "zipcode") integer zipcode; 

no, @transient totally ignored either in storing or loading database


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -