Class YPersistedTypeSystem
java.lang.Object
de.hybris.bootstrap.typesystem.YTypeSystem
de.hybris.platform.util.typesystem.YPersistedTypeSystem
Contains a types system which is persisted into to the underlying database layer.
Generally it simply adds PK mapping capabilities to the normal YTypeSystem functionality.
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(PK pk) getPK(YEnumValue enumValue) voidregisterAttribute(String enclosingTypeCode, String qualifier, PK pk) voidregisterEnumValue(String enumTypeCode, String code, PK pk) voidregisterType(String typeCode, PK pk) Methods inherited from class de.hybris.bootstrap.typesystem.YTypeSystem
addExtension, adjustColumnName, createInheritedAttributes, createInheritedAttributes, createRelationAttributes, createRelationEndAttribute, deployAttribute, deployAttributes, deployIndex, deployIndexes, finalizeTypeSystem, getAtomicTypes, getAttribute, getAttributeDeployments, getAttributeDeployments, getAttributeRelationEnd, getAttributes, getAttributes, getCollectionTypes, getComposedTypes, getDBTypeMappings, getDBTypeMappings, getDeployment, getDeployment, getDeployments, getDeployments, getDeploymentTypes, getEnumTypes, getEnumValues, getEnumValues, getExtension, getExtensions, getFinders, getFinders, getIndexDeployments, getIndexDeployments, getIndexes, getIndexes, getMapTypes, getOrCreateCollectionType, getOrCreateMapType, getRelationTypes, getSubtypes, getType, getTypes, getTypes, isBuildMode, isFinalized, mergeNamespaces, resolveClass, validate
-
Method Details
-
getType
-
getAttribute
-
getPK
-
getPK
-
getPK
-
registerType
-
registerAttribute
-
registerEnumValue
-