Uses of Interface
org.nuiton.topia.persistence.TopiaTransaction
Packages that use TopiaTransaction
Package
Description
This package contains most of the needed contracts when using ToPIA.
-
Uses of TopiaTransaction in org.nuiton.topia.persistence
Subinterfaces of TopiaTransaction in org.nuiton.topia.persistenceModifier and TypeInterfaceDescriptioninterfaceThis contract represents a persistence context, which lifecycle is linked to the transaction lifecycle.Methods in org.nuiton.topia.persistence that return TopiaTransactionModifier and TypeMethodDescriptionTopiaTransactionAware.getTransaction()Deprecated.Obtains the internal transaction.Methods in org.nuiton.topia.persistence with parameters of type TopiaTransactionModifier and TypeMethodDescriptionvoidTopiaTransactionAware.setTransaction(TopiaTransaction transaction) Deprecated.Put in the instance, the given transaction. -
Uses of TopiaTransaction in org.nuiton.topia.persistence.internal
Classes in org.nuiton.topia.persistence.internal that implement TopiaTransactionModifier and TypeClassDescriptionclassAbstract implementation of the TopiaPersistenceContext.