company logo

PropertyDefinition :: isPersistentCollection - Does property define a persistent collection?

The function checks, whether the property defines a persistent collection when being defined in a persistent instance. When the same property is referred to in a transient instance, which makes the property transient as well, it will still return true.

When the function is called with an invalid property definition, it throws an exception.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool PropertyDefinition  :: isPersistentCollection (  )