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 | Interface and Description |
---|---|
interface |
JdbcExceptionHandler
Transaction exception handler for JDBC transactions
|
Modifier and Type | Interface and Description |
---|---|
interface |
JmsExceptionHandler
Exception handler for JMS transactions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JpaExceptionHandler
Exception handler for JPA transactions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Neo4jExceptionHandler
Neo4J flavor of
ExceptionHandler . |
Modifier and Type | Interface and Description |
---|---|
interface |
RedisExceptionHandler
Redis flavor of
ExceptionHandler . |
Modifier and Type | Method and Description |
---|---|
Class<? extends ExceptionHandler> |
TransactionMetadata.getExceptionHandler()
Get the exception handler of the associated transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionMetadata.setExceptionHandler(Class<? extends ExceptionHandler> exceptionHandler)
Set the exception handler of the associated transaction.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SolrExceptionHandler
Exception handler for Solr transactions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SpringExceptionHandler
Exception handler for Spring transactions.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.