NPersistence Reference Guide
Returns whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes. This value corresponds to the exclude-unlisted-classes 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# 
bool ExcludeUnlistedClasses()

Return Value

whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes

See Also