Package com.blackrook.sql.hints


package com.blackrook.sql.hints
Contains annotations for hinting at various uses of data types and fields concerning database operations.
  • Annotation Interfaces
    Class
    Description
    Placing this annotation on public fields or getter/setter methods on POJOs hints at this field not being included in the resulting collection/table.
    Placing this annotation on public fields or getter/setter methods on POJOs hints that this field uses a different field or column name in a collection or table.