Uses of Interface
de.hybris.platform.persistence.links.jdbc.JdbcLinkOperationExecutor
-
Packages that use JdbcLinkOperationExecutor Package Description de.hybris.platform.persistence.links.jdbc de.hybris.platform.persistence.links.jdbc.dml -
-
Uses of JdbcLinkOperationExecutor in de.hybris.platform.persistence.links.jdbc
Methods in de.hybris.platform.persistence.links.jdbc that return JdbcLinkOperationExecutor Modifier and Type Method Description protected JdbcLinkOperationExecutorJdbcLinkOperation. getExecutor()Constructors in de.hybris.platform.persistence.links.jdbc with parameters of type JdbcLinkOperationExecutor Constructor Description JdbcInsertLinkOperation(JdbcLinkOperationExecutor executionStrategy, java.lang.String relationCode, Item parent, Language language, java.lang.Iterable<Item> children, boolean isParentSource, int position, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)JdbcLinkOperation(JdbcLinkOperationExecutor executor, java.lang.String relationCode, java.lang.Iterable<Item> parents, java.util.Map<Language,? extends java.lang.Iterable<Item>> children, boolean isParentSource, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)JdbcLinkOperationFactory(JdbcLinkOperationExecutor executor)JdbcRemoveLinkOperation(JdbcLinkOperationExecutor executor, java.lang.String relationCode, Item parent, Language language, java.lang.Iterable<Item> children, boolean isParentSource, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, java.lang.String relationCode, Item parent, Language language, java.lang.Iterable<Item> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, java.lang.String relationCode, Item parent, java.util.Map<Language,? extends java.lang.Iterable<Item>> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, java.lang.String relationCode, java.lang.Iterable<Item> parents, Language language, java.lang.Iterable<Item> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, java.lang.String relationCode, java.lang.Iterable<Item> parents, java.util.Map<Language,? extends java.lang.Iterable<Item>> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered) -
Uses of JdbcLinkOperationExecutor in de.hybris.platform.persistence.links.jdbc.dml
Classes in de.hybris.platform.persistence.links.jdbc.dml that implement JdbcLinkOperationExecutor Modifier and Type Class Description classDmlLinkOperationExecutor
-