Class RelationInformation

java.lang.Object
de.hybris.platform.directpersistence.read.RelationInformation

public class RelationInformation extends Object
  • Method Details

    • getTargetItemType

      public String getTargetItemType()
    • isPartOf

      public boolean isPartOf()
    • getForeignKeyAttr

      public String getForeignKeyAttr()
    • getOrderNumberAttr

      public String getOrderNumberAttr()
    • isOneToMany

      public boolean isOneToMany()
    • isOneSide

      public boolean isOneSide()
    • isLocalized

      public boolean isLocalized()
    • gtPK

      public PK gtPK()
    • isSource

      public boolean isSource()
    • getLanguagePK

      public PK getLanguagePK()
    • getRelationQualifier

      public String getRelationQualifier()
    • isSorted

      public boolean isSorted()
    • isSetExpexted

      public boolean isSetExpexted()
    • getOneToManyHandler

      public OneToManyHandler<?> getOneToManyHandler()
    • builder

      public static RelationInformation.Builder builder(PK pk, String qualifier, boolean isSource)