接口 Field
public interface Field
-
方法概要
修饰符和类型方法说明intFetcher<?>org.babyfish.jimmer.meta.ImmutableTypeFieldFilter<?>intgetLimit()intorg.babyfish.jimmer.meta.ImmutablePropgetProp()booleanWhether the property is a direct mapping to a database column(s) or a formula property based on `SQL` expression(Not java/kotlin expression).
-
方法详细资料
-
getEntityType
org.babyfish.jimmer.meta.ImmutableType getEntityType()If the declaring type ofgetProp()has id property, the returned type is declaring type ofgetProp(), 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).- 返回:
-