Class CollectionValuedPathExpressionStateObject

All Implemented Interfaces:
ListHolderStateObject<String>, StateObject

public class CollectionValuedPathExpressionStateObject extends AbstractPathExpressionStateObject
A collection-valued field is designated by the name of an association field in a one-to-many or a many-to-many relationship or by the name of an element collection field. The type of a collection-valued field is a collection of values of the abstract schema type of the related entity or element type.

BNF: collection_valued_path_expression ::= general_identification_variable.{single_valued_object_field.}*collection_valued_field

Since:
2.4
Version:
2.4
See Also: