Package | Description |
---|---|
com.broadleafcommerce.enterprise.workflow.clone |
Modifier and Type | Method and Description |
---|---|
protected void |
CloneCache.applyBatch(org.hibernate.Session session,
String sql,
Set<String> addedKeys) |
protected void |
CloneCache.applyBatch(org.hibernate.Session session,
String sql,
Set<String> addedKeys,
boolean includeCloneFetch)
Execute a query against the persistent store to retrieve all the sandbox clone references queued up in the sql
param.
|
protected void |
CloneCache.applyUpfrontFetch(org.hibernate.Session session,
boolean includeSite) |
void |
CloneCache.batchFetchReferences(List nodes,
javax.persistence.EntityManager em,
String... ignoreFields)
Allows a whole list of results to be checked for sandbox clone references.
|
void |
CloneCache.batchFetchReferences(List nodes,
String... ignoreFields)
Allows a whole list of results to be checked for sandbox clone references.
|
protected void |
CloneCache.fetchAddQueue(javax.persistence.EntityManager em) |
protected void |
CloneCache.fetchAllMembersIfApplicable(javax.persistence.EntityManager em) |
void |
CloneCache.fetchSingleReference(Long id,
String type)
Query the persistent store for a sandbox clone reference based on the id.
|
void |
CloneCache.fetchSingleReference(Long id,
String type,
boolean includeCloneFetch) |
void |
CloneCache.fetchSingleReference(Long id,
String type,
javax.persistence.EntityManager em)
Query the persistent store for a sandbox clone reference based on the id.
|
void |
CloneCache.fetchSingleReference(Long id,
String type,
javax.persistence.EntityManager em,
boolean includeCloneFetch) |
Copyright © 2021. All rights reserved.