类 AbstractImmutableTypeImpl
java.lang.Object
org.babyfish.jimmer.meta.impl.AbstractImmutableTypeImpl
- 所有已实现的接口:
ImmutableType
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.meta.ImmutableType
ImmutableType.Builder -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getPropChain(String columnName, MetadataStrategy strategy, boolean nullable) voidvalidateColumnUniqueness(MetadataStrategy strategy) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.babyfish.jimmer.meta.ImmutableType
getAllTypes, getDeclaredLogicalDeletedInfo, getDeclaredProps, getDraftFactory, getEmbeddedPaths, getEntityProps, getIdGenerator, getIdProp, getImmutableAnnotation, getJavaClass, getKeyProps, getLogicalDeletedInfo, getLogicalDeletedValueGenerator, getMicroServiceName, getPrimarySuperType, getProp, getProp, getPropChain, getProps, getSelectableProps, getSelectableReferenceProps, getSelectableScalarProps, getSuperTypes, getTableName, getVersionProp, isAssignableFrom, isEmbeddable, isEntity, isKotlinClass, isMappedSuperclass
-
构造器详细资料
-
AbstractImmutableTypeImpl
public AbstractImmutableTypeImpl()
-
-
方法详细资料
-
getPropChain
public List<ImmutableProp> getPropChain(String columnName, MetadataStrategy strategy, boolean nullable) - 指定者:
getPropChain在接口中ImmutableType
-
validateColumnUniqueness
-