Class DataSourceEventInfo

java.lang.Object
de.xima.fc.persistence.DataSourceEventInfo
All Implemented Interfaces:
Serializable

public final class DataSourceEventInfo extends Object implements Serializable
Since:
13.09.25
Author:
Norman Lorenz
See Also:
  • Constructor Details

  • Method Details

    • isSystemDb

      public boolean isSystemDb()
      Check if this DataSource is for the system database.
      Returns:
      true if this DataSource is for the system database, false otherwise
    • getConnectionIdentifier

      public ConnectionIdentifier getConnectionIdentifier()
    • getJdbcUrl

      public String getJdbcUrl()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object