Class RelationMetaInfo

java.lang.Object
de.hybris.platform.directpersistence.record.impl.RelationMetaInfo

public class RelationMetaInfo extends Object
Describe meta-information for relation type.
  • Method Details

    • builder

      public static RelationMetaInfo.Builder builder()
    • getRelationName

      public String getRelationName()
    • isSourceOrdered

      public boolean isSourceOrdered()
    • isTargetOrdered

      public boolean isTargetOrdered()
    • isOneToMany

      public boolean isOneToMany()
    • getTargetTypeCode

      public String getTargetTypeCode()
    • getSourceTypeCode

      public String getSourceTypeCode()
    • getForeignKeyOnTarget

      public String getForeignKeyOnTarget()
    • isTargetPartOf

      public boolean isTargetPartOf()
    • isSourcePartOf

      public boolean isSourcePartOf()