Uses of Class
org.smallmind.persistence.orm.ProxySession
Packages that use ProxySession
Package
Description
-
Uses of ProxySession in org.smallmind.persistence.orm
Classes in org.smallmind.persistence.orm with type parameters of type ProxySessionMethods in org.smallmind.persistence.orm that return ProxySessionModifier and TypeMethodDescriptionORMDao.getSession()RelationalDao.getSession()static ProxySessionSessionManager.getSession()static ProxySessionSessionManager.getSession(String sessionSourceKey) Methods in org.smallmind.persistence.orm with parameters of type ProxySessionModifier and TypeMethodDescriptionstatic voidSessionManager.register(String sessionSourceKey, ProxySession proxySession) Constructors in org.smallmind.persistence.orm with parameters of type ProxySessionModifierConstructorDescriptionORMDao(ProxySession<F, N> proxySession, VectoredDao<I, D> vectoredDao) -
Uses of ProxySession in org.smallmind.persistence.orm.aop
Methods in org.smallmind.persistence.orm.aop that return ProxySessionModifier and TypeMethodDescriptionstatic ProxySession<?,?> NonTransactionalState.currentSession(String sessionSourceKey) Methods in org.smallmind.persistence.orm.aop that return types with arguments of type ProxySessionModifier and TypeMethodDescriptionstatic BoundarySet<ProxySession<?,?>> NonTransactionalState.obtainBoundary(ProxySession<?, ?> proxySession) Methods in org.smallmind.persistence.orm.aop with parameters of type ProxySessionModifier and TypeMethodDescriptionbooleanBoundarySet.allows(ProxySession<?, ?> proxySession) protected static booleanNonTransactionalState.containsSession(ProxySession<?, ?> proxySession) static BoundarySet<ProxySession<?,?>> NonTransactionalState.obtainBoundary(ProxySession<?, ?> proxySession) static RollbackAwareBoundarySet<ProxyTransaction<?>>TransactionalState.obtainBoundary(ProxySession<?, ?> proxySession) static booleanTransactionalState.withinBoundary(ProxySession<?, ?> proxySession) -
Uses of ProxySession in org.smallmind.persistence.orm.jpa
Subclasses of ProxySession in org.smallmind.persistence.orm.jpa -
Uses of ProxySession in org.smallmind.persistence.orm.querydsl.jpa
Constructors in org.smallmind.persistence.orm.querydsl.jpa with parameters of type ProxySessionModifierConstructorDescriptionQJPADao(ProxySession<jakarta.persistence.EntityManagerFactory, jakarta.persistence.EntityManager> proxySession) QJPADao(ProxySession<jakarta.persistence.EntityManagerFactory, jakarta.persistence.EntityManager> proxySession, VectoredDao<I, D> vectoredDao) -
Uses of ProxySession in org.smallmind.persistence.orm.throng
Subclasses of ProxySession in org.smallmind.persistence.orm.throng