Class RelationInformation
- java.lang.Object
-
- de.hybris.platform.directpersistence.read.RelationInformation
-
public class RelationInformation extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RelationInformation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RelationInformation.Builder
builder(PK pk, java.lang.String qualifier, boolean isSource)
java.lang.String
getForeignKeyAttr()
PK
getLanguagePK()
OneToManyHandler<?>
getOneToManyHandler()
java.lang.String
getOrderNumberAttr()
java.lang.String
getRelationQualifier()
java.lang.String
getTargetItemType()
PK
gtPK()
boolean
isLocalized()
boolean
isOneSide()
boolean
isOneToMany()
boolean
isPartOf()
boolean
isSetExpexted()
boolean
isSorted()
boolean
isSource()
-
-
-
Method Detail
-
getTargetItemType
public java.lang.String getTargetItemType()
-
isPartOf
public boolean isPartOf()
-
getForeignKeyAttr
public java.lang.String getForeignKeyAttr()
-
getOrderNumberAttr
public java.lang.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 java.lang.String getRelationQualifier()
-
isSorted
public boolean isSorted()
-
isSetExpexted
public boolean isSetExpexted()
-
getOneToManyHandler
public OneToManyHandler<?> getOneToManyHandler()
-
builder
public static RelationInformation.Builder builder(PK pk, java.lang.String qualifier, boolean isSource)
-
-