Package

com.folio_sec.reladomo

scala_api

Permalink

package scala_api

Linear Supertypes
OperationImplicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scala_api
  2. OperationImplicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait BiTemporalTransactionalList[TxObject <: BiTemporalTransactionalObject, MithraTxObject <: MithraDatedTransactionalObject] extends Seq[TxObject]

    Permalink

    Represents a Scala facade of Reladomo's MithraTransactionalList.

    Represents a Scala facade of Reladomo's MithraTransactionalList. The type must provide a MithraTransactionalList which is consistent with the Scala object's state.

  2. trait BiTemporalTransactionalObject extends TemporalTransactionalObject

    Permalink

    Represents a Scala facade of Reladomo's MithraTransactionalObject.

    Represents a Scala facade of Reladomo's MithraTransactionalObject. The type must provide a MithraTransactionalObject which is consistent with the Scala object's state.

  3. trait BiTemporalTransactionalObjectFinder[TxObject <: BiTemporalTransactionalObject, TxObjectList <: BiTemporalTransactionalList[TxObject, MithraTxObject], MithraTxObject <: MithraDatedTransactionalObject] extends AnyRef

    Permalink

    A Scala wrapper interface of Reladomo transactional object finder utility.

    A Scala wrapper interface of Reladomo transactional object finder utility.

    TxObject

    the type of Scala interface which holds an underlying Reladomo Java object.

  4. type FinderOperation = Operation[_]

    Permalink
  5. implicit class FromOperationToScalaWrapper extends AnyRef

    Permalink
    Definition Classes
    OperationImplicits
  6. trait TemporalTransactionalList[TxObject <: TemporalTransactionalObject, MithraTxObject <: MithraDatedTransactionalObject] extends Seq[TxObject]

    Permalink

    Represents a Scala facade of Reladomo's MithraTransactionalList.

    Represents a Scala facade of Reladomo's MithraTransactionalList. The type must provide a MithraTransactionalList which is consistent with the Scala object's state.

  7. trait TemporalTransactionalObject extends TransactionalObjectBase

    Permalink

    Represents a Scala facade of Reladomo's MithraTransactionalObject.

    Represents a Scala facade of Reladomo's MithraTransactionalObject. The type must provide a MithraTransactionalObject which is consistent with the Scala object's state.

  8. trait TemporalTransactionalObjectFinder[TxObject <: TemporalTransactionalObject, TxObjectList <: TemporalTransactionalList[TxObject, MithraTxObject], MithraTxObject <: MithraDatedTransactionalObject] extends AnyRef

    Permalink

    A Scala wrapper interface of Reladomo transactional object finder utility.

    A Scala wrapper interface of Reladomo transactional object finder utility.

    TxObject

    the type of Scala interface which holds an underlying Reladomo Java object.

  9. type Timestamp = java.sql.Timestamp

    Permalink
  10. type Transaction = MithraTransaction

    Permalink
  11. trait TransactionProvider extends AnyRef

    Permalink

    Utility which provides a Reladomo transaction.

  12. trait TransactionalList[TxObject <: TransactionalObject, MithraTxObject <: MithraTransactionalObject] extends Seq[TxObject]

    Permalink

    Represents a Scala facade of Reladomo's MithraTransactionalList.

    Represents a Scala facade of Reladomo's MithraTransactionalList. The type must provide a MithraTransactionalList which is consistent with the Scala object's state.

  13. trait TransactionalObject extends TransactionalObjectBase

    Permalink

    Represents a Scala facade of Reladomo's MithraTransactionalObject.

    Represents a Scala facade of Reladomo's MithraTransactionalObject. The type must provide a MithraTransactionalObject which is consistent with the Scala object's state.

  14. trait TransactionalObjectBase extends AnyRef

    Permalink

    Represents a Scala facade of Reladomo's MithraTransactionalObject.

    Represents a Scala facade of Reladomo's MithraTransactionalObject. The type must provide a MithraTransactionalObject which is consistent with the Scala object's state.

  15. trait TransactionalObjectFinder[TxObject <: TransactionalObject, TxObjectList <: TransactionalList[TxObject, MithraTxObject], MithraTxObject <: MithraTransactionalObject] extends AnyRef

    Permalink

    A Scala wrapper interface of Reladomo transactional object finder utility.

    A Scala wrapper interface of Reladomo transactional object finder utility.

    TxObject

    the type of Scala interface which holds an underlying Reladomo Java object.

Value Members

  1. object TransactionProvider extends TransactionProvider

    Permalink
  2. package configuration

    Permalink
  3. package exception

    Permalink
  4. package implicits

    Permalink
  5. package operation

    Permalink
  6. package service

    Permalink
  7. package util

    Permalink

Inherited from OperationImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped