Package com.github.collinalpert.java2db.modules

  • Class Summary 
    Class Description
    AnnotationModule
    A helper module which provides functionality for getting information from annotations.
    AnnotationModule.AnnotationInfo<A extends java.lang.annotation.Annotation>
    A helper class for determining information of an annotation above a field.
    ArrayModule<T>
    A helper module to work with arrays and especially adding elements to them.
    CachingModule<T>
    A helper module which contains functionality for basic caching.
    FieldModule
    A helper module for getting fields from classes.
    LazyModule<T>
    A helper module to support lazy loading of objects.
    LoggingModule
    A helper module which logs messages based on a condition.
    TableModule
    A helper module for getting information about database tables and their columns.