Uses of Class
org.axonframework.eventstore.jdbc.SchemaConfiguration

Packages that use SchemaConfiguration
org.axonframework.eventstore.jdbc JDBC Implementation of the EventStore. 
 

Uses of SchemaConfiguration in org.axonframework.eventstore.jdbc
 

Fields in org.axonframework.eventstore.jdbc declared as SchemaConfiguration
protected  SchemaConfiguration GenericEventSqlSchema.schemaConfiguration
           
 

Constructors in org.axonframework.eventstore.jdbc with parameters of type SchemaConfiguration
GenericEventSqlSchema(Class<T> dataType, SchemaConfiguration schemaConfiguration)
          Initialize a GenericEventSqlSchema.
PostgresEventSqlSchema(Class<T> dataType, SchemaConfiguration schemaConfiguration)
           
 



Copyright © 2010-2016. All Rights Reserved.