Class KeyspaceActionSpecification

java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.KeyspaceActionSpecification
Direct Known Subclasses:
DropKeyspaceSpecification, KeyspaceOptionsSpecification

public abstract class KeyspaceActionSpecification extends Object
Base value object to support the construction of keyspace specifications.
Author:
John McPeek, David Webb
  • Constructor Details

    • KeyspaceActionSpecification

      protected KeyspaceActionSpecification(com.datastax.oss.driver.api.core.CqlIdentifier name)
  • Method Details

    • getName

      public com.datastax.oss.driver.api.core.CqlIdentifier getName()
    • canEqual

      protected boolean canEqual(Object other)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object