Click or drag to resize

IPersistenceInterfacesProvider Interface

An interface that provides interfaces to access the persistence related functionality (of a persistent graph, including processing support, ulimately implemented by a persistence provider).

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0
Syntax
C#
public interface IPersistenceInterfacesProvider

The IPersistenceInterfacesProvider type exposes the following members.

Properties
  NameDescription
Public propertyPersistenceProviderStatistics
Returns an interface that allows to fetch some persistence provider statistics (related to the host persistent graph but also reachable entities).
Public propertyPersistenceProviderTransactionManager
Returns an interface that allows to control the transactions of the persistence provider, or null if the persistence provider does not support transactions.
Top
See Also