Class TypeSystemUtils
java.lang.Object
de.hybris.platform.util.typesystem.TypeSystemUtils
Central class for loading the bootstrap type system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentImplloadDeployments(String extName, boolean update) static DeploymentImplloadDeployments(List<String> extNames, boolean validate, boolean update) static DeploymentImplloadDeployments(List<String> extNames, boolean validate, boolean update, boolean ignoreDeploymentsTable) static DeploymentImplloadDeploymentsForInitialization(String extName, boolean forceClean) static DeploymentImplloadDeploymentsForMigration(String extensionName, boolean update, boolean validate) static YTypeSystemloadViaClassLoader(List<String> extensionNames) static YTypeSystemloadViaClassLoader(List<String> extensionNames, boolean buildMode) static YPersistedTypeSystemloadViaJDBC(List<String> extensionNames)
-
Constructor Details
-
TypeSystemUtils
public TypeSystemUtils()
-
-
Method Details
-
loadViaJDBC
-
loadViaClassLoader
-
loadViaClassLoader
-
loadDeployments
-
loadDeploymentsForInitialization
-
loadDeployments
public static DeploymentImpl loadDeployments(List<String> extNames, boolean validate, boolean update) -
loadDeployments
public static DeploymentImpl loadDeployments(List<String> extNames, boolean validate, boolean update, boolean ignoreDeploymentsTable) -
loadDeploymentsForMigration
public static DeploymentImpl loadDeploymentsForMigration(String extensionName, boolean update, boolean validate)
-