public abstract class TransactionalFacetMeta extends FacetMeta
TransactionalTransformer
with a default TransactionDefinition
of
TransactionDefinition.PROPAGATION_REQUIRED
and TransactionDefinition.ISOLATION_READ_UNCOMMITTED
FacetMeta.TemplateAttributes
Modifier and Type | Field and Description |
---|---|
static org.springframework.transaction.TransactionDefinition |
TRANSATION_DEF_DEFAULT |
ATTRIB_ENCODING, ATTRIB_FILTER, ATTRIB_INDEX, ATTRIB_NAMESPACE, ATTRIB_SUB_TYPE, ATTRIB_TAG_ATTRIBS, FACET_IDENTIFIER
Constructor and Description |
---|
TransactionalFacetMeta() |
TransactionalFacetMeta(FacetMeta facetMeta) |
Modifier and Type | Method and Description |
---|---|
org.springframework.transaction.TransactionDefinition |
getTransactionDef() |
org.apache.commons.collections.Transformer |
getWrappedSubmitTransformer() |
void |
init()
Wrap the incoming transformer in a
TransactionalTransformer |
void |
setTransactionDef(org.springframework.transaction.TransactionDefinition transactionDef) |
getAssignIndependentModel, getAttribute, getAttributes, getCustomItemRenderAdapter, getCustomTemplateRenderAdapter, getDecodeEditorTransformer, getDefaultvalue, getDisplayName, getDisplayTransformer, getEncodeEditorTransformer, getId, getIncludeAsField, getLookup, getName, getParent, getRenderComponentName, getSubmitTransformer, getType, isCollectionType, isFieldType, isHypothetical, isSupplement, isTransientLost, recoverTransient, setAssignIndependentModel, setAttributes, setBeanName, setCollectionType, setCustomItemRenderAdapter, setCustomTemplateRenderAdapter, setDecodeEditorTransformer, setDefaultvalue, setDisplayName, setDisplayTransformer, setEncodeEditorTransformer, setHypothetical, setId, setIncludeAsField, setLookup, setName, setParent, setRenderComponentName, setSubmitTransformer, setSupplement, setType, toString
public static org.springframework.transaction.TransactionDefinition TRANSATION_DEF_DEFAULT
public TransactionalFacetMeta()
public TransactionalFacetMeta(FacetMeta facetMeta)
@PostConstruct public void init()
TransactionalTransformer
public org.apache.commons.collections.Transformer getWrappedSubmitTransformer()
public org.springframework.transaction.TransactionDefinition getTransactionDef()
public void setTransactionDef(org.springframework.transaction.TransactionDefinition transactionDef)
Copyright © 2018. All rights reserved.