Class RelationMetaInfo
java.lang.Object
de.hybris.platform.directpersistence.record.impl.RelationMetaInfo
Describe meta-information for relation type.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RelationMetaInfo.Builderbuilder()booleanbooleanbooleanbooleanboolean
-
Method Details
-
builder
-
getRelationName
-
isSourceOrdered
public boolean isSourceOrdered() -
isTargetOrdered
public boolean isTargetOrdered() -
isOneToMany
public boolean isOneToMany() -
getTargetTypeCode
-
getSourceTypeCode
-
getForeignKeyOnTarget
-
isTargetPartOf
public boolean isTargetPartOf() -
isSourcePartOf
public boolean isSourcePartOf()
-