Uses of Interface
cz.cvut.kbss.jopa.sessions.UnitOfWork
Packages that use UnitOfWork
Package
Description
-
Uses of UnitOfWork in cz.cvut.kbss.jopa.model
Methods in cz.cvut.kbss.jopa.model that return UnitOfWorkModifier and TypeMethodDescriptionAbstractEntityManager.getCurrentPersistenceContext()
Return the UnitOfWork that holds the current persistence context.EntityManagerImpl.getCurrentPersistenceContext()
Manageable.getPersistenceContext()
Gets the persistence context associated with this entity instance.Methods in cz.cvut.kbss.jopa.model with parameters of type UnitOfWorkModifier and TypeMethodDescriptionvoid
Manageable.setPersistenceContext
(UnitOfWork uow) Sets persistence context to this instance.Constructors in cz.cvut.kbss.jopa.model with parameters of type UnitOfWorkModifierConstructorDescriptionResultSetMappingQuery
(QueryHolder query, ConnectionWrapper connection, SparqlResultMapper mapper, UnitOfWork uow) TypedQueryImpl
(QueryHolder query, Class<X> resultType, ConnectionWrapper connection, UnitOfWork uow) -
Uses of UnitOfWork in cz.cvut.kbss.jopa.oom
Methods in cz.cvut.kbss.jopa.oom that return UnitOfWork -
Uses of UnitOfWork in cz.cvut.kbss.jopa.proxy.change
Fields in cz.cvut.kbss.jopa.proxy.change declared as UnitOfWorkModifier and TypeFieldDescriptionprotected final UnitOfWork
ChangeTrackingIndirectCollection.persistenceContext
Constructors in cz.cvut.kbss.jopa.proxy.change with parameters of type UnitOfWorkModifierConstructorDescriptionprotected
ChangeTrackingIndirectCollection
(Object owner, Field f, UnitOfWork persistenceContext) Create new indirect collection from the specified data.ChangeTrackingIndirectList
(Object owner, Field f, UnitOfWork uow, List<E> referencedList) Create new indirect list backed by the specified referenced list.ChangeTrackingIndirectMap
(Object owner, Field f, UnitOfWork persistenceContext, Map<K, V> referencedMap) ChangeTrackingIndirectMultilingualString
(Object owner, Field f, UnitOfWork uow, MultilingualString referencedString) Create new indirect multilingual string backed by the specified referencedMultilingualString
.ChangeTrackingIndirectSet
(Object owner, Field f, UnitOfWork uow, Set<E> referencedSet) -
Uses of UnitOfWork in cz.cvut.kbss.jopa.proxy.lazy
Fields in cz.cvut.kbss.jopa.proxy.lazy declared as UnitOfWorkModifier and TypeFieldDescriptionprotected final UnitOfWork
LazyLoadingCollectionProxy.persistenceContext
protected final UnitOfWork
LazyLoadingCollectionProxy.persistenceContext
protected final UnitOfWork
LazyLoadingMapProxy.persistenceContext
Constructors in cz.cvut.kbss.jopa.proxy.lazy with parameters of type UnitOfWorkModifierConstructorDescriptionLazyLoadingListProxy
(O owner, FieldSpecification<? super O, List<E>> fieldSpec, UnitOfWork persistenceContext) LazyLoadingMapProxy
(T owner, FieldSpecification<? super T, Map<K, V>> fieldSpec, UnitOfWork persistenceContext) LazyLoadingSetProxy
(O owner, FieldSpecification<? super O, Set<E>> fieldSpec, UnitOfWork persistenceContext) -
Uses of UnitOfWork in cz.cvut.kbss.jopa.proxy.lazy.gen
Methods in cz.cvut.kbss.jopa.proxy.lazy.gen that return UnitOfWorkMethods in cz.cvut.kbss.jopa.proxy.lazy.gen with parameters of type UnitOfWorkModifier and TypeMethodDescriptionvoid
LazyLoadingProxyPropertyAccessor.setPersistenceContext
(UnitOfWork uow) -
Uses of UnitOfWork in cz.cvut.kbss.jopa.proxy.reference
Methods in cz.cvut.kbss.jopa.proxy.reference that return UnitOfWorkMethods in cz.cvut.kbss.jopa.proxy.reference with parameters of type UnitOfWorkModifier and TypeMethodDescriptionvoid
EntityReferenceProxyPropertyAccessor.setPersistenceContext
(UnitOfWork uow) -
Uses of UnitOfWork in cz.cvut.kbss.jopa.query.mapper
Methods in cz.cvut.kbss.jopa.query.mapper with parameters of type UnitOfWorkModifier and TypeMethodDescriptionResultRowMapper.map
(ResultRow resultRow, UnitOfWork uow) SparqlResultMapper.map
(ResultRow resultRow, UnitOfWork uow) Maps (a subset of) the specified current result row to output based on this instance's configuration. -
Uses of UnitOfWork in cz.cvut.kbss.jopa.query.sparql
Constructors in cz.cvut.kbss.jopa.query.sparql with parameters of type UnitOfWork -
Uses of UnitOfWork in cz.cvut.kbss.jopa.sessions
Classes in cz.cvut.kbss.jopa.sessions that implement UnitOfWorkModifier and TypeClassDescriptionclass
class
class
class
Fields in cz.cvut.kbss.jopa.sessions declared as UnitOfWorkMethods in cz.cvut.kbss.jopa.sessions that return UnitOfWorkModifier and TypeMethodDescriptionServerSession.acquireUnitOfWork
(Configuration configuration) Acquires aUnitOfWork
instance to perform transactional operations. -
Uses of UnitOfWork in cz.cvut.kbss.jopa.sessions.merge
Constructors in cz.cvut.kbss.jopa.sessions.merge with parameters of type UnitOfWork