Uses of Class
de.hybris.bootstrap.typesystem.YAtomicType
-
Packages that use YAtomicType Package Description de.hybris.bootstrap.ddl de.hybris.bootstrap.ddl.pk de.hybris.bootstrap.ddl.pk.impl de.hybris.bootstrap.typesystem -
-
Uses of YAtomicType in de.hybris.bootstrap.ddl
Methods in de.hybris.bootstrap.ddl with parameters of type YAtomicType Modifier and Type Method Description protected voidDMLRecordFactory. addAtomicType(YAtomicType yAtomicType) -
Uses of YAtomicType in de.hybris.bootstrap.ddl.pk
Methods in de.hybris.bootstrap.ddl.pk with parameters of type YAtomicType Modifier and Type Method Description PKPkFactory. getOrCreatePK(YAtomicType yAtomicType) -
Uses of YAtomicType in de.hybris.bootstrap.ddl.pk.impl
Methods in de.hybris.bootstrap.ddl.pk.impl with parameters of type YAtomicType Modifier and Type Method Description PKDbTypeSystemDecoratorForPkFactory. getOrCreatePK(YAtomicType yAtomicType)PKDefaultPkFactory. getOrCreatePK(YAtomicType yAtomicType) -
Uses of YAtomicType in de.hybris.bootstrap.typesystem
Methods in de.hybris.bootstrap.typesystem that return YAtomicType Modifier and Type Method Description YAtomicTypeYAttributeDescriptor. getColumnType()protected YAtomicTypeYAttributeDescriptor. getColumnType(YType type)YAtomicTypeYAtomicType. getSuperType()YAtomicTypePatchedYTypeSystemLoader. loadAtomicType(AtomicTypeDTO atomicTypeDTO)YAtomicTypeYTypeSystemHandler. loadAtomicType(AtomicTypeDTO atomicTypeDTO)YAtomicTypeYTypeSystemLoader. loadAtomicType(AtomicTypeDTO atomicTypeDTO)Methods in de.hybris.bootstrap.typesystem that return types with arguments of type YAtomicType Modifier and Type Method Description java.util.Set<YAtomicType>YTypeSystem. getAtomicTypes()java.util.Set<YAtomicType>YAtomicType. getSubtypes()Methods in de.hybris.bootstrap.typesystem with parameters of type YAtomicType Modifier and Type Method Description protected voidYNamespace. registerInheritanceRelation(YAtomicType type)
-