NPersistence Reference Guide
Returns the list of the names of the classes that the persistence provider must add to its set of managed classes. Each name corresponds to a named class element in the persistence.xml file.

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

Syntax

   
 C# 
IList<string> GetManagedClassNames()

Return Value

the list of the names of the classes that the persistence provider must add to its set of managed classes

See Also