NPersistence Reference Guide
Interface implemented by the persistence provider. Invoked by the Persistence class to create an EntityManagerFactory.

Namespace: NPersistence.spi
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
public interface PersistenceProvider

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CreateContainerEntityManagerFactory(PersistenceUnitInfo, Dictionary<(Of <<'(Object, Object>)>>))
Called by the container when an EntityManagerFactory is to be created.
CreateEntityManagerFactory(String, Dictionary<(Of <<'(Object, Object>)>>))
Called by Persistence class when an EntityManagerFactory is to be created.
GetProviderUtil()()()()
Return the utility interface implemented by the persistence provider.

See Also