db4o

Reflector.ConstructorCallsSupported Method 

specifiy whether parameterized Constructors are supported.

bool ConstructorCallsSupported();

Remarks

specifiy whether parameterized Constructors are supported.

The support of Constructors is optional. If Constructors are not supported, every persistent class needs a public default constructor with zero parameters.

See Also

Reflector Interface | com.db4o.reflect Namespace