| Package | Description | 
|---|---|
| org.seedstack.jdbc | Provides Seed classes facilitating the usage of JDBC. | 
| org.seedstack.jms.spi | Provides classes for extending the Seed JMS capabilities. | 
| org.seedstack.jpa | Provides classes to use JPA with Seed and the Business Framework. | 
| org.seedstack.neo4j | |
| org.seedstack.redis | |
| org.seedstack.seed.transaction.spi | Provides classes for extending the transaction support. | 
| org.seedstack.solr | |
| org.seedstack.spring.spi | Provides to extend the seed-spring bridge. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | JdbcExceptionHandler. handleException(Exception exception,
               TransactionMetadata associatedTransactionMetadata,
               JdbcTransaction associatedTransaction) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | JmsExceptionHandler. handleException(Exception exception,
               TransactionMetadata associatedTransactionMetadata,
               javax.jms.Session associatedTransaction) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | JpaExceptionHandler. handleException(Exception exception,
               TransactionMetadata associatedTransactionMetadata,
               javax.persistence.EntityTransaction associatedTransaction) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | Neo4jExceptionHandler. handleException(Exception exception,
               TransactionMetadata associatedTransactionMetadata,
               org.neo4j.graphdb.Transaction associatedTransaction) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | RedisExceptionHandler. handleException(Exception exception,
               TransactionMetadata associatedTransactionMetadata,
               Object associatedTransaction) | 
| Modifier and Type | Method and Description | 
|---|---|
| TransactionMetadata | TransactionMetadata. mergeFrom(Transactional other)Merge this instance with metadata defined in a  Transactionalannotation,
 which has precedence over this instance. | 
| TransactionMetadata | TransactionMetadata. mergeFrom(TransactionMetadata other)Merge this instance with another one, which has precedence (i.e. | 
| TransactionMetadata | TransactionMetadataResolver. resolve(org.aopalliance.intercept.MethodInvocation methodInvocation,
       TransactionMetadata defaults)This method is called for a resolver to resolve transaction metadata. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TransactionHandler. doInitialize(TransactionMetadata transactionMetadata)This method is called before the transaction creation and is responsible to execution any initialization
 code necessary to the underlying implementation. | 
| boolean | ExceptionHandler. handleException(Exception exception,
               TransactionMetadata associatedTransactionMetadata,
               T associatedTransaction)Called when an exception occurred during transaction. | 
| TransactionMetadata | TransactionMetadata. mergeFrom(TransactionMetadata other)Merge this instance with another one, which has precedence (i.e. | 
| TransactionMetadata | TransactionMetadataResolver. resolve(org.aopalliance.intercept.MethodInvocation methodInvocation,
       TransactionMetadata defaults)This method is called for a resolver to resolve transaction metadata. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | SolrExceptionHandler. handleException(Exception exception,
               TransactionMetadata associatedTransactionMetadata,
               org.apache.solr.client.solrj.SolrClient associatedTransaction) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | SpringExceptionHandler. handleException(Exception exception,
               TransactionMetadata associatedTransactionMetadata,
               org.springframework.transaction.TransactionStatus associatedTransaction) | 
Copyright © 2013-2018–2019 SeedStack. All rights reserved.