Uses of Interface
de.hybris.bootstrap.typesystem.YTypeSystemHandler
-
Packages that use YTypeSystemHandler Package Description de.hybris.bootstrap.codegenerator de.hybris.bootstrap.typesystem de.hybris.bootstrap.typesystem.xml de.hybris.platform.util.jdbc -
-
Uses of YTypeSystemHandler in de.hybris.bootstrap.codegenerator
Constructors in de.hybris.bootstrap.codegenerator with parameters of type YTypeSystemHandler Constructor Description CodeGenerator(PlatformConfig cfg, YTypeSystemHandler loader) -
Uses of YTypeSystemHandler in de.hybris.bootstrap.typesystem
Classes in de.hybris.bootstrap.typesystem that implement YTypeSystemHandler Modifier and Type Class Description classPatchedYTypeSystemLoaderclassYTypeSystemLoaderConstructors in de.hybris.bootstrap.typesystem with parameters of type YTypeSystemHandler Constructor Description PatchedYTypeSystemLoader(YTypeSystemHandler delegate, DbTypeSystem dbTypeSystem)YTypeSystemSource(PlatformConfig cfg, YTypeSystemHandler loader, OverridenItemsXml overridenItemsXml) -
Uses of YTypeSystemHandler in de.hybris.bootstrap.typesystem.xml
Methods in de.hybris.bootstrap.typesystem.xml that return YTypeSystemHandler Modifier and Type Method Description YTypeSystemHandlerHybrisTypeSystemParser. getHandler()Constructors in de.hybris.bootstrap.typesystem.xml with parameters of type YTypeSystemHandler Constructor Description HybrisTypeSystemParser(YTypeSystemHandler handler, boolean buildMode) -
Uses of YTypeSystemHandler in de.hybris.platform.util.jdbc
Methods in de.hybris.platform.util.jdbc that return YTypeSystemHandler Modifier and Type Method Description protected YTypeSystemHandlerJDBCTypeSystemReader. getHandler()Constructors in de.hybris.platform.util.jdbc with parameters of type YTypeSystemHandler Constructor Description JDBCTypeSystemReader(java.sql.Connection conn, YTypeSystemHandler handler, java.util.List<java.lang.String> extensionNames)
-