类 SaveException.NotUnique

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.NotUnique
所有已实现的接口:
Serializable
封闭类:
SaveException

public static class SaveException.NotUnique extends SaveException
另请参阅:
  • 构造器详细资料

    • NotUnique

      public NotUnique(@NotNull @NotNull MutationPath path, String message, Set<org.babyfish.jimmer.meta.ImmutableProp> props, Object value)
    • NotUnique

      public NotUnique(@NotNull @NotNull ExportedSavePath path, String message, Set<org.babyfish.jimmer.meta.ImmutableProp> props, Object value)
  • 方法详细资料

    • getSaveErrorCode

      public SaveErrorCode getSaveErrorCode()
      指定者:
      getSaveErrorCode 在类中 SaveException
    • getValueMap

      @NotNull public @NotNull Map<String,Object> getValueMap()
    • getValue

      public <T> T getValue(org.babyfish.jimmer.meta.TypedProp.Single<?,T> prop)
    • getValue

      public Object getValue(org.babyfish.jimmer.meta.ImmutableProp prop)
    • getProps

      @NotNull public @NotNull List<org.babyfish.jimmer.meta.ImmutableProp> getProps()
    • isMatched

      public boolean isMatched(org.babyfish.jimmer.meta.TypedProp.Single<?,?>... props)
    • isMatched

      public boolean isMatched(org.babyfish.jimmer.meta.ImmutableProp... props)