Package io.ebean.enhance.entity
Class CapturedInitCode
java.lang.Object
io.ebean.enhance.entity.CapturedInitCode
Code that initialises a transient field.
Added into a default constructor when that is added to an entity bean.
-
Method Summary
-
Method Details
-
name
Return the field name. -
type
Return the concrete type the field is initialised to. -
write
Write the code that initialises the field. -
mismatch
-