Package | Description |
---|---|
org.broadleafcommerce.common.persistence.transaction |
Modifier and Type | Field and Description |
---|---|
protected CompressedItem |
TransactionInfo.compressedBeginStack |
Modifier and Type | Field and Description |
---|---|
protected LinkedBlockingQueue<CompressedItem> |
TransactionInfo.compressedQueries |
Modifier and Type | Method and Description |
---|---|
CompressedItem |
TransactionInfo.getCompressedBeginStack() |
Modifier and Type | Method and Description |
---|---|
LinkedBlockingQueue<CompressedItem> |
TransactionInfo.getCompressedQueries() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionInfo.setCompressedBeginStack(CompressedItem compressedBeginStack) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionInfo.setCompressedQueries(LinkedBlockingQueue<CompressedItem> compressedQueries) |
Copyright © 2022. All rights reserved.