Uses of Interface
de.hybris.platform.persistence.links.jdbc.JdbcLinkOperationExecutor
Packages that use JdbcLinkOperationExecutor
Package
Description
-
Uses of JdbcLinkOperationExecutor in de.hybris.platform.persistence.links.jdbc
Methods in de.hybris.platform.persistence.links.jdbc that return JdbcLinkOperationExecutorModifier and TypeMethodDescriptionprotected JdbcLinkOperationExecutorJdbcLinkOperation.getExecutor()Constructors in de.hybris.platform.persistence.links.jdbc with parameters of type JdbcLinkOperationExecutorModifierConstructorDescriptionJdbcInsertLinkOperation(JdbcLinkOperationExecutor executionStrategy, String relationCode, Item parent, Language language, Iterable<Item> children, boolean isParentSource, int position, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered) JdbcLinkOperation(JdbcLinkOperationExecutor executor, String relationCode, Iterable<Item> parents, Map<Language, ? extends Iterable<Item>> children, boolean isParentSource, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered) JdbcRemoveLinkOperation(JdbcLinkOperationExecutor executor, String relationCode, Item parent, Language language, Iterable<Item> children, boolean isParentSource, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered) JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, String relationCode, Item parent, Language language, Iterable<Item> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered) JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, String relationCode, Item parent, Map<Language, ? extends Iterable<Item>> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered) JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, String relationCode, Iterable<Item> parents, Language language, Iterable<Item> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered) protectedJdbcSetLinkOperation(JdbcLinkOperationExecutor executor, String relationCode, Iterable<Item> parents, Map<Language, ? extends 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