Package org.minimalj.transaction

  • Interface Summary 
    Interface Description
    Transaction<RETURN>
    The transaction is the action the frontend passes to the backend for execution.
  • Class Summary 
    Class Description
    InputStreamTransaction<T extends java.io.Serializable>  
    OutputStreamTransaction<T extends java.io.Serializable>  
  • Enum Summary 
    Enum Description
    Isolation.Level  
  • Annotation Types Summary 
    Annotation Type Description
    Isolation
    Annotate a Transaction or an entity with this annotation.
    Role