接口 Field


public interface Field
  • 方法详细资料

    • getEntityType

      org.babyfish.jimmer.meta.ImmutableType getEntityType()
      If the declaring type of getProp() has id property, the returned type is declaring type of getProp(), otherwise(Interface decorated by MappedSuperclass and have no id property) the returned type is the type that contain id property.
      返回:
    • getProp

      org.babyfish.jimmer.meta.ImmutableProp getProp()
    • getFilter

      FieldFilter<?> getFilter()
    • getBatchSize

      int getBatchSize()
    • getLimit

      int getLimit()
    • getOffset

      int getOffset()
    • getRecursionStrategy

      RecursionStrategy<?> getRecursionStrategy()
    • getChildFetcher

      Fetcher<?> getChildFetcher()
    • isSimpleField

      boolean isSimpleField()
      Whether the property is a direct mapping to a database column(s) or a formula property based on `SQL` expression(Not java/kotlin expression).
      返回:
    • isImplicit

      boolean isImplicit()
    • isRawId

      boolean isRawId()