Uses of Class
de.hybris.bootstrap.typesystem.YRelation
-
Packages that use YRelation Package Description de.hybris.bootstrap.ddl de.hybris.bootstrap.typesystem -
-
Uses of YRelation in de.hybris.bootstrap.ddl
Methods in de.hybris.bootstrap.ddl with parameters of type YRelation Modifier and Type Method Description protected YRecordDMLRecordFactory. addRelationType(YRelation yRelation) -
Uses of YRelation in de.hybris.bootstrap.typesystem
Methods in de.hybris.bootstrap.typesystem that return YRelation Modifier and Type Method Description YRelationYRelationEnd. getRelation()YRelationPatchedYTypeSystemLoader. loadRelation(RelationTypeDTO relationTypeDTO)YRelationYTypeSystemHandler. loadRelation(RelationTypeDTO relationTypeDTO)YRelationYTypeSystemLoader. loadRelation(RelationTypeDTO dto)Methods in de.hybris.bootstrap.typesystem that return types with arguments of type YRelation Modifier and Type Method Description java.util.Set<YRelation>YTypeSystem. getRelationTypes()Methods in de.hybris.bootstrap.typesystem with parameters of type YRelation Modifier and Type Method Description protected YAttributeDescriptorYTypeSystem. createRelationEndAttribute(YRelation rel, YRelationEnd end, YRelationEnd _other)
-