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