Codota Logo
EventSchema.builder
Code IndexAdd Codota to your IDE (free)

How to use
builder
method
in
org.axonframework.eventsourcing.eventstore.jdbc.EventSchema

Best Java code snippets using org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.builder (Showing top 3 results out of 315)

  • Common ways to obtain EventSchema
private void myMethod () {
EventSchema e =
  • Codota Iconnew EventSchema()
  • Smart code suggestions by Codota
}
origin: AxonFramework/AxonFramework

/**
 * Initializes the default Event Schema
 */
public EventSchema() {
  this(builder());
}
origin: org.axonframework/axon-core

/**
 * Initializes the default Event Schema
 */
public EventSchema() {
  this(builder());
}
origin: org.axonframework/axon-eventsourcing

/**
 * Initializes the default Event Schema
 */
public EventSchema() {
  this(builder());
}
org.axonframework.eventsourcing.eventstore.jdbcEventSchemabuilder

Javadoc

Returns a new Builder initialized with default settings.

Popular methods of EventSchema

  • <init>
  • domainEventTable
    Returns the name of the domain event table.
  • snapshotTable
    Returns the name of the snapshot event table.
  • aggregateIdentifierColumn
    Get the name of the column containing the aggregate identifier of the event.
  • eventIdentifierColumn
    Get the name of the column containing the identifier of the event.
  • globalIndexColumn
    Get the name of the column containing the global index of the event.
  • metaDataColumn
    Get the name of the column containing the serialized metadata of the event.
  • payloadColumn
    Get the name of the column containing the serialized payload of the event.
  • payloadRevisionColumn
    Get the name of the column containing the revision number of the serialized payload.
  • payloadTypeColumn
    Get the name of the column containing the event payload type.
  • sequenceNumberColumn
    Get the name of the column containing the aggregate sequence number of the event.
  • timestampColumn
    Get the name of the column containing the timestamp of the event.
  • sequenceNumberColumn,
  • timestampColumn,
  • typeColumn

Popular in Java

  • Finding current android device location
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • setRequestProperty (URLConnection)
  • setScale (BigDecimal)
    Returns a BigDecimal whose scale is the specified value, and whose value is numerically equal to thi
  • Color (java.awt)
    The Color class is used encapsulate colors in the default sRGB color space or colors in arbitrary co
  • ArrayList (java.util)
    Resizable-array implementation of the List interface. Implements all optional list operations, and p
  • Locale (java.util)
    A Locale object represents a specific geographical, political, or cultural region. An operation that
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now