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

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -