接口 DtoProp<T extends org.babyfish.jimmer.dto.compiler.spi.BaseType,P extends org.babyfish.jimmer.dto.compiler.spi.BaseProp>

所有超级接口:
AbstractProp

public interface DtoProp<T extends org.babyfish.jimmer.dto.compiler.spi.BaseType,P extends org.babyfish.jimmer.dto.compiler.spi.BaseProp>
  • 方法详细资料

    • toTailProp

      DtoProp<T,P> toTailProp()
    • getBaseProp

      P getBaseProp()
    • getBasePropMap

      Map<String,P> getBasePropMap()
    • getBasePath

      String getBasePath()
    • getNextProp

      @Nullable @Nullable DtoProp<T,P> getNextProp()
    • getName

      String getName()
    • isBaseNullable

      boolean isBaseNullable()
    • isIdOnly

      boolean isIdOnly()
    • isFlat

      boolean isFlat()
    • isFunc

      boolean isFunc(String... funcNames)
    • getAlias

      @Nullable @Nullable String getAlias()
      指定者:
      getAlias 在接口中 AbstractProp
    • getTargetType

      @Nullable @Nullable DtoType<T,P> getTargetType()
    • getEnumType

      @Nullable @Nullable EnumType getEnumType()
    • isRecursive

      boolean isRecursive()
    • getLikeOptions

      Set<LikeOption> getLikeOptions()
    • getBaseLine

      int getBaseLine()
    • getBaseColumn

      int getBaseColumn()
    • getAliasLine

      int getAliasLine()
      指定者:
      getAliasLine 在接口中 AbstractProp
    • getAliasColumn

      int getAliasColumn()
      指定者:
      getAliasColumn 在接口中 AbstractProp
    • getFuncName

      @Nullable @Nullable String getFuncName()
    • getMandatory

      org.babyfish.jimmer.dto.compiler.Mandatory getMandatory()