Class RelationAttributeAccess

java.lang.Object
de.hybris.platform.jalo.type.RelationAttributeAccess
All Implemented Interfaces:
AttributeAccess

public class RelationAttributeAccess extends Object implements AttributeAccess
Base class for relation attribute accesses. use this for building n:m-relations with attribute accesses.
  • Constructor Details

    • RelationAttributeAccess

      public RelationAttributeAccess(String qualifier, boolean isSource, boolean localized, boolean singleValued)
      Creates a new attribute access for one end of a relation.
      Parameters:
      qualifier - the relation qualifier - must be the same at both ends for unidirectional relations
      isSource - tells whether this end is the source - only one end can be source
      localized - tells whether the relation value is localized or not
      singleValued - for the special case when the 1-end of an unidirectional 1:n relation is described - use with care, mostly using a simple typed property should be preferred
  • Method Details