Class RepositorySupport<T,ID>

java.lang.Object
dev.relism.flash.ext.data.core.RepositorySupport<T,ID>
Direct Known Subclasses:
Repository

public abstract class RepositorySupport<T,ID> extends Object
  • Constructor Details

    • RepositorySupport

      protected RepositorySupport(Tx tx)
  • Method Details

    • tx

      protected final Tx tx()
    • roQuery

      protected final <R> R roQuery(Tx.TxCallable<R> work)
    • rwQuery

      protected final <R> R rwQuery(Tx.TxCallable<R> work)