类 OptimisticLockException

所有已实现的接口:
Serializable

public class OptimisticLockException extends RuntimeException
另请参阅:
序列化表格
  • 构造器详细资料

    • OptimisticLockException

      public OptimisticLockException(org.babyfish.jimmer.meta.ImmutableType entityType, Object entityId, int entityVersion, String path)
  • 方法详细资料

    • getEntityType

      public org.babyfish.jimmer.meta.ImmutableType getEntityType()
    • getEntityId

      public Object getEntityId()
    • getPath

      public String getPath()