Package io.ebean.enhance.querybean

  • Class Summary
    Class Description
    DetectQueryBean
    Detects if a class is a query bean.
    TypeQueryAssocBasicConstructor
    Changes the existing constructor to remove all the field initialisation as these are going to be initialised lazily by calls to our generated methods.
    TypeQueryAssocMainConstructor
    Changes the existing constructor to remove all the field initialisation as these are going to be initialised lazily by calls to our generated methods.
    TypeQueryClassAdapter
    Reads/visits the class and performs the appropriate enhancement if necessary.