Uses of Class
de.hybris.bootstrap.typesystem.YNamespace
Packages that use YNamespace
-
Uses of YNamespace in de.hybris.bootstrap.typesystem
Subclasses of YNamespace in de.hybris.bootstrap.typesystemMethods in de.hybris.bootstrap.typesystem that return YNamespaceMethods in de.hybris.bootstrap.typesystem with parameters of type YNamespaceModifier and TypeMethodDescriptionprotected YCollectionTypeYTypeSystem.getOrCreateCollectionType(YNamespace namespace, String code, String elementType, YCollectionType.TypeOfCollection toc) protected YMapTypeYTypeSystem.getOrCreateMapType(YNamespace namespace, String code, String argumentType, String elementType) protected voidYNamespace.mergeNamespace(YNamespace other) Constructors in de.hybris.bootstrap.typesystem with parameters of type YNamespaceModifierConstructorDescriptionYAtomicType(YNamespace container, String className, String superClassName) YAttributeDeployment(YNamespace container, String deploymentName, String persistenceQualifier, String javaType, YAttributeDeployment.TableType tableType) protectedYAttributeDeployment(YNamespace container, String deploymentName, String persistenceQualifier, String javaType, YAttributeDeployment.TableType tableType, YAttributeDescriptor attDesc) YAttributeDescriptor(YNamespace container, String enclosingTypeCode, String qualifier, String typeCode) YCollectionType(YNamespace container, String code, String elementTypeCode, YCollectionType.TypeOfCollection toc) YComposedType(YNamespace container, String code, String superTypeCode, String jaloClassName) YDBTypeMapping(YNamespace container, String databaseName) YDeployment(YNamespace container, String packageName, String name, String superDeploymentName, String tableName, int itemTypeCode) protectedYDeploymentElement(YNamespace container, String deploymentName) YDescriptor(YNamespace container, String qualifier, String typeCode) YEnumType(YNamespace container, String code) YEnumType(YNamespace container, String code, String superTypeCode, String jaloClassName) YEnumValue(YNamespace container, String enumTypeCode, String code) YIndex(YNamespace container, String enclosingType, String name, IndexCreationMode creationMode, boolean unique, boolean remove, boolean replace) YIndexDeployment(YNamespace container, String deploymentName, String indexName) YMapType(YNamespace container, String code, String argumentTypeCode, String returnTypeCode) YModelConstructor(YComposedType yComposedType, ModelTagListener.ModelDataConstructor signature, YNamespace container) protectedYNameSpaceElement(YNamespace container) YRelation(YNamespace container, String code) YRelation(YNamespace container, String code, String superTypeCode, String jaloClassName) YRelationEnd(YNamespace container, String relationCode, String role, String typeCode, boolean navigable, boolean isSource) YType(YNamespace container, String code)