类 SaveException.CannotDissociateTarget

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.babyfish.jimmer.error.CodeBasedRuntimeException
org.babyfish.jimmer.sql.runtime.SaveException
org.babyfish.jimmer.sql.runtime.SaveException.CannotDissociateTarget
所有已实现的接口:
Serializable
封闭类:
SaveException

public static class SaveException.CannotDissociateTarget extends SaveException
Some child objects need to be dissociated by in order to save the current object, however, no dissociation behavior if configured on the many-to-one/one-to-one association from child object to parent object, by either annotation or runtime overriding.
另请参阅: