Uses of Interface
de.xima.fc.persistence.tx.IJpaTransaction
Packages that use IJpaTransaction
Package
Description
-
Uses of IJpaTransaction in de.xima.fc.certificate.ms.impl.audit
Methods in de.xima.fc.certificate.ms.impl.audit with parameters of type IJpaTransactionModifier and TypeMethodDescriptionAuditServiceFactoryImpl.newAuditService(IJpaTransaction tx) IAuditServiceFactory.newAuditService(IJpaTransaction tx) Creates a new instance of the audit service with its own transaction context. -
Uses of IJpaTransaction in de.xima.fc.certificate.ms.impl.dao
Methods in de.xima.fc.certificate.ms.impl.dao with parameters of type IJpaTransactionModifier and TypeMethodDescriptionIDaoFactory.createCertificateEntityDao(IJpaTransaction tx) Returns a new instance of theICertificateEntityDaofor the specified transaction.IDaoFactory.createKeyStoreEntityDao(IJpaTransaction tx) Returns a new instance of theIKeyStoreEntityDaofor the specified transaction. -
Uses of IJpaTransaction in de.xima.fc.notification.ms.impl.dao
Methods in de.xima.fc.notification.ms.impl.dao with parameters of type IJpaTransactionModifier and TypeMethodDescriptionIDaoFactory.createNotificationHistoryEntityDao(IJpaTransaction tx) Returns a new instance of theINotificationHistoryEntityDaofor the specified transaction.IDaoFactory.createNotificationSubscriptionEntityDao(IJpaTransaction tx) Returns a new instance of theINotificationSubscriptionEntityDaofor the specified transaction. -
Uses of IJpaTransaction in de.xima.fc.persistence.impl
Methods in de.xima.fc.persistence.impl that return IJpaTransaction -
Uses of IJpaTransaction in de.xima.fc.persistence.impl.tx
Classes in de.xima.fc.persistence.impl.tx that implement IJpaTransactionModifier and TypeClassDescriptionclassImplementation ofIJpaTransactionthat manages a JPA transaction using anEntityManager.Methods in de.xima.fc.persistence.impl.tx that return IJpaTransactionModifier and TypeMethodDescriptionstatic IJpaTransactionJpaTransaction.forEntityManager(javax.persistence.EntityManager em) -
Uses of IJpaTransaction in de.xima.fc.persistence.system
Methods in de.xima.fc.persistence.system that return IJpaTransactionModifier and TypeMethodDescriptionSystemPersistenceManager.openTransaction()Opens a new JPA transaction for the system database. -
Uses of IJpaTransaction in de.xima.fc.prompt.ms.impl.dao
Methods in de.xima.fc.prompt.ms.impl.dao with parameters of type IJpaTransactionModifier and TypeMethodDescriptionIPromptDaoFactory.createConnectionDao(IJpaTransaction tx) Gets an instance of theIPromptConnectionDaofor the specified transaction.IPromptDaoFactory.createQueryDao(IJpaTransaction tx) Returns a new instance of theIPromptQueryDaofor the specified transaction.