|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
T
.
PersistenceService
instances.
@
Finder
annotations
that have the specified unit.
Matchers.annotatedWith(Transactional.class)
.
@Transactional
annotation present on transactional methods, and
use a Matcher.any()
for methods, warp-persist
will assume default rollbackOn and exceptOn clauses (as though @Transactional were present but
with no attributes specified).
LazyReference.instanceProvider
.
PersistenceModule
from the given configuration.
PersistenceService
instances.
ManagedSessionContext
,
but not limited to a single persistence engine.UnitOfWork.REQUEST
, this class is used by the
WorkManager
, in UnitOfWork.TRANSACTION
by
the context artifact (like EntityManager, ObjectContainer, ...) provider and
local transaction interceptor.PersistenceService
instances.Module
returned by
a PersistenceStrategy
.Module
for use with
Guice.PersistenceModule
and gather state that needs to be used with static methods.PersistenceStrategy
builders.PersistenceService
for consumption by Warp Persist's common infrastructure,
notably PersistenceFilter
.
WorkManager
for consumption by Warp Persist's common infrastructure,
notably PersistenceFilter
and PersistenceFilter
.
@
Transactional
annotations
that have the specified unit.
TransactionStrategyBuilder.forAll(com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher)
.TransactionMatcher
with default class and method matcher.
TransactionMatcher
with given class matcher and default method matcher.
TransactionMatcher
with given class and method matcher.
PersistenceStrategy
, either
because it is not part of Warp Persist, or because you need support for multiple
persistence modules (bound to an annotation).
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |