Package io.ebean.enhance.querybean
package io.ebean.enhance.querybean
-
ClassesClassDescriptionDetects if a class is a query bean.Changes the existing constructor to remove all the field initialisation as these are going to be initialised lazily by calls to our generated methods.Changes the existing constructor to remove all the field initialisation as these are going to be initialised lazily by calls to our generated methods.Reads/visits the class and performs the appropriate enhancement if necessary.