| Package | Description | 
|---|---|
| org.axonframework.eventhandling.tokenstore.jdbc | 
| Modifier and Type | Method and Description | 
|---|---|
TokenSchema | 
TokenSchema.Builder.build()
Builds a new  
TokenSchema from builder values. | 
| Modifier and Type | Method and Description | 
|---|---|
PreparedStatement | 
TokenTableFactory.createTable(Connection connection,
           TokenSchema schema)
Creates a PreparedStatement that allows for the creation of the table to store tracking token entries. 
 | 
PreparedStatement | 
Oracle11TokenTableFactory.createTable(Connection connection,
           TokenSchema schema)  | 
PreparedStatement | 
GenericTokenTableFactory.createTable(Connection connection,
           TokenSchema schema)  | 
| Constructor and Description | 
|---|
JdbcTokenStore(ConnectionProvider connectionProvider,
              Serializer serializer,
              TokenSchema schema,
              TemporalAmount claimTimeout,
              String nodeId,
              Class<?> contentType)
Initialize the JpaTokenStore with given resources. 
 | 
Copyright © 2010–2018. All rights reserved.