程序包 org.babyfish.jimmer


package org.babyfish.jimmer
  • 接口概要
    接口
    说明
    The mutable interface generated by the Annotation processor inherits this interface, and the user interface should not inherit this interface.
    Lambda expressions for modifying mutable draft.
  • 类概要
    说明
     
     
  • Enum Class Summary
    Enum Class
    说明
     
  • 异常错误概要
    异常错误
    说明
    jimmer prohibits bidirectional associations between different objects, any code that attempts to do so will result in this exception
    If DraftConsumer throws an exception that is neither RuntimeException nor Error, wrap that exception and then rethrow.
    When get the property value of immutable object, if the property is not loaded, this exception will be thrown.
  • Annotation Interfaces Summary
    Annotation Interface
    说明
    Specifies that an interface is an immutable interface.