Uses of Class
de.hybris.bootstrap.typesystem.YTypeSystem
Packages that use YTypeSystem
Package
Description
-
Uses of YTypeSystem in de.hybris.bootstrap.ddl
Methods in de.hybris.bootstrap.ddl that return YTypeSystemModifier and TypeMethodDescriptionprotected YTypeSystemDMLRecordFactory.getTypeSystem()protected YTypeSystemHybrisSchemaGenerator.loadTypeSystem()protected YTypeSystemHybrisSchemaGenerator.loadTypeSystemForUpdate(DbTypeSystem dbTypeSystem) Methods in de.hybris.bootstrap.ddl with parameters of type YTypeSystemModifier and TypeMethodDescriptionprotected YDbModelHybrisSchemaGenerator.buildDbModel(YTypeSystem typeSystem, DbTypeSystem dbTypeSystem) protected DMLRecordFactoryHybrisSchemaGenerator.createRecordFactory(YTypeSystem typeSystem, YDbModel yDbModel, org.apache.ddlutils.model.Database database, HybrisPlatform platform, CodeGenerator codeGenerator, PkFactory pkFactory) Constructors in de.hybris.bootstrap.ddl with parameters of type YTypeSystemModifierConstructorDescriptionDatabaseModelGenerator(YTypeSystem typeSystem, DatabaseSettings databaseSettings, DbTypeSystem dbTypeSystem, PlatformConfig platformConfig, String tenantId) DatabaseModelGenerator(YTypeSystem typeSystem, DatabaseSettings databaseSettings, DbTypeSystem dbTypeSystem, PlatformConfig platformConfig, String tenantId, PropertiesLoader properties) DMLGenerator(YTypeSystem typeSystem, DMLRecordFactory recordFactory) DMLRecordFactory(YDbModel dbModel, org.apache.ddlutils.model.Database database, YTypeSystem typeSystem, HybrisPlatform platform, CodeGenerator codeGenerator, PkFactory pkFactory, int propertyMaxLength, String typeSystemName, String tablePrefix, PropertiesLoader properties) -
Uses of YTypeSystem in de.hybris.bootstrap.typesystem
Methods in de.hybris.bootstrap.typesystem that return YTypeSystemModifier and TypeMethodDescriptionPatchedYTypeSystemLoader.getSystem()YTypeSystemHandler.getSystem()YTypeSystemLoader.getSystem()YNamespace.getTypeSystem()YNameSpaceElement.getTypeSystem()YTypeSystemSource.getTypeSystem()Constructors in de.hybris.bootstrap.typesystem with parameters of type YTypeSystemModifierConstructorDescriptionYExtension(YTypeSystem rootSystem, String extensionName, Set<String> requiredExtensionNames) YNamespace(YTypeSystem sys) YTypeSystemLoader(YTypeSystem system) YTypeSystemLoader(YTypeSystem system, boolean updateMode) -
Uses of YTypeSystem in de.hybris.platform.directpersistence
Methods in de.hybris.platform.directpersistence with parameters of type YTypeSystemModifier and TypeMethodDescriptionprotected Collection<UnsafeMethodInfo>SLDUnsafeTypesProviderBuilder.findUnsafeAttributesWithMethods(ComposedType type, ExtensionInfo extInfo, YTypeSystem yTypeSystem, Collection<String> extensions) protected YAttributeDescriptorSLDUnsafeTypesProviderBuilder.getYAttributeDescriptor(ComposedType type, AttributeDescriptor ad, YTypeSystem yTypeSystem) protected voidSLDUnsafeTypesProviderBuilder.inspectRecursively(UnsafeTypeInfo parent, ComposedType type, Collection<String> extensions, YTypeSystem yTypeSystem, Set<UnsafeTypeInfo> matches, boolean superTypeIsUnsafe) -
Uses of YTypeSystem in de.hybris.platform.genericsearch.impl
Methods in de.hybris.platform.genericsearch.impl with parameters of type YTypeSystemModifier and TypeMethodDescriptionstatic GenericSearchQueryAdjusterGenericSearchQueryAdjuster.create(YTypeSystem yTypeSystem) -
Uses of YTypeSystem in de.hybris.platform.persistence.hjmpgen
Methods in de.hybris.platform.persistence.hjmpgen that return YTypeSystemModifier and TypeMethodDescriptionprotected static YTypeSystemHJMPGenerator.parseDeployments(PlatformConfig cfg, String extensionName) Constructors in de.hybris.platform.persistence.hjmpgen with parameters of type YTypeSystem -
Uses of YTypeSystem in de.hybris.platform.util.typesystem
Subclasses of YTypeSystem in de.hybris.platform.util.typesystemModifier and TypeClassDescriptionclassContains a types system which is persisted into to the underlying database layer.Methods in de.hybris.platform.util.typesystem that return YTypeSystemModifier and TypeMethodDescriptionYTypeSystemSchemaMapping.getSystem()static YTypeSystemTypeSystemUtils.loadViaClassLoader(List<String> extensionNames) static YTypeSystemTypeSystemUtils.loadViaClassLoader(List<String> extensionNames, boolean buildMode) Methods in de.hybris.platform.util.typesystem with parameters of type YTypeSystemModifier and TypeMethodDescriptionprotected Collection<ItemDeployment>ParsedDeployments.createDeployments(YTypeSystem sys, Set<YExtension> hideExtensions) Constructors in de.hybris.platform.util.typesystem with parameters of type YTypeSystemModifierConstructorDescriptionParsedDeployments(YTypeSystem system) ParsedDeployments(YTypeSystem system, Set<YExtension> hideExtensions) YTypeSystemSchemaMapping(YTypeSystem system, DBSchema schema)