接口 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>
-
方法概要
从接口继承的方法 org.babyfish.jimmer.dto.compiler.AbstractProp
getAnnotations
-
方法详细资料
-
toTailProp
-
getBaseProp
P getBaseProp() -
getBasePath
String getBasePath() -
getNextProp
-
getName
String getName() -
isNullable
boolean isNullable() -
isIdOnly
boolean isIdOnly() -
isFlat
boolean isFlat() -
getAlias
- 指定者:
getAlias在接口中AbstractProp
-
getTargetType
-
isRecursive
boolean isRecursive() -
isNewTarget
boolean isNewTarget() -
getBaseLine
int getBaseLine() -
getAliasLine
int getAliasLine()- 指定者:
getAliasLine在接口中AbstractProp
-
getFuncName
-
getMandatory
org.babyfish.jimmer.dto.compiler.Mandatory getMandatory()
-