接口 AbstractEntitySaveCommand
- 所有已知子接口:
BatchEntitySaveCommand<E>,SimpleEntitySaveCommand<E>
public interface AbstractEntitySaveCommand
-
嵌套类概要
嵌套类修饰符和类型接口说明static interfacestatic interface -
方法概要
修饰符和类型方法说明setAssociatedMode(org.babyfish.jimmer.meta.ImmutableProp prop, AssociatedSaveMode mode) setAssociatedMode(org.babyfish.jimmer.meta.TypedProp.Association<?, ?> prop, AssociatedSaveMode mode) setAutoIdOnlyTargetChecking(org.babyfish.jimmer.meta.ImmutableProp prop) setAutoIdOnlyTargetChecking(org.babyfish.jimmer.meta.ImmutableProp prop, boolean checking) setAutoIdOnlyTargetChecking(org.babyfish.jimmer.meta.TypedProp.Association<?, ?> prop) setAutoIdOnlyTargetChecking(org.babyfish.jimmer.meta.TypedProp.Association<?, ?> prop, boolean checking) setDeleteMode(DeleteMode mode) setDissociateAction(org.babyfish.jimmer.meta.ImmutableProp prop, org.babyfish.jimmer.sql.DissociateAction dissociateAction) default AbstractEntitySaveCommandsetDissociateAction(org.babyfish.jimmer.meta.TypedProp.Reference<?, ?> prop, org.babyfish.jimmer.sql.DissociateAction dissociateAction) setKeyProps(org.babyfish.jimmer.meta.ImmutableProp... props) setKeyProps(org.babyfish.jimmer.meta.TypedProp<?, ?>... props) setLockMode(LockMode lockMode)
-
方法详细资料
-
configure
-
setMode
-
setAssociatedModeAll
-
setAssociatedMode
@NewChain AbstractEntitySaveCommand setAssociatedMode(org.babyfish.jimmer.meta.ImmutableProp prop, AssociatedSaveMode mode) -
setAssociatedMode
@NewChain AbstractEntitySaveCommand setAssociatedMode(org.babyfish.jimmer.meta.TypedProp.Association<?, ?> prop, AssociatedSaveMode mode) -
setKeyProps
-
setKeyProps
-
setAutoIdOnlyTargetCheckingAll
-
setAutoIdOnlyTargetChecking
@NewChain AbstractEntitySaveCommand setAutoIdOnlyTargetChecking(org.babyfish.jimmer.meta.TypedProp.Association<?, ?> prop) -
setAutoIdOnlyTargetChecking
@NewChain AbstractEntitySaveCommand setAutoIdOnlyTargetChecking(org.babyfish.jimmer.meta.TypedProp.Association<?, ?> prop, boolean checking) -
setAutoIdOnlyTargetChecking
@NewChain AbstractEntitySaveCommand setAutoIdOnlyTargetChecking(org.babyfish.jimmer.meta.ImmutableProp prop) -
setAutoIdOnlyTargetChecking
@NewChain AbstractEntitySaveCommand setAutoIdOnlyTargetChecking(org.babyfish.jimmer.meta.ImmutableProp prop, boolean checking) -
setDissociateAction
@NewChain default AbstractEntitySaveCommand setDissociateAction(org.babyfish.jimmer.meta.TypedProp.Reference<?, ?> prop, org.babyfish.jimmer.sql.DissociateAction dissociateAction) -
setDissociateAction
@NewChain AbstractEntitySaveCommand setDissociateAction(org.babyfish.jimmer.meta.ImmutableProp prop, org.babyfish.jimmer.sql.DissociateAction dissociateAction) -
setDeleteMode
-
setLockMode
-