Class RelationMetaInfo
- java.lang.Object
-
- de.hybris.platform.directpersistence.record.impl.RelationMetaInfo
-
public class RelationMetaInfo extends java.lang.ObjectDescribe meta-information for relation type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRelationMetaInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RelationMetaInfo.Builderbuilder()java.lang.StringgetForeignKeyOnTarget()java.lang.StringgetRelationName()java.lang.StringgetSourceTypeCode()java.lang.StringgetTargetTypeCode()booleanisOneToMany()booleanisSourceOrdered()booleanisSourcePartOf()booleanisTargetOrdered()booleanisTargetPartOf()
-
-
-
Method Detail
-
builder
public static RelationMetaInfo.Builder builder()
-
getRelationName
public java.lang.String getRelationName()
-
isSourceOrdered
public boolean isSourceOrdered()
-
isTargetOrdered
public boolean isTargetOrdered()
-
isOneToMany
public boolean isOneToMany()
-
getTargetTypeCode
public java.lang.String getTargetTypeCode()
-
getSourceTypeCode
public java.lang.String getSourceTypeCode()
-
getForeignKeyOnTarget
public java.lang.String getForeignKeyOnTarget()
-
isTargetPartOf
public boolean isTargetPartOf()
-
isSourcePartOf
public boolean isSourcePartOf()
-
-