specifiy whether parameterized Constructors are supported.
[Visual Basic] Function constructorCallsSupported() As Boolean [C#] bool constructorCallsSupported(); [C++] bool constructorCallsSupported(); [JScript] function constructorCallsSupported(): bool;
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.
IReflect Interface | com.db4o.reflect Namespace