Uses of Enum Class
org.springframework.data.cassandra.CassandraSchemaElementExistsException.ElementType
Packages that use CassandraSchemaElementExistsException.ElementType
-
Uses of CassandraSchemaElementExistsException.ElementType in org.springframework.data.cassandra
Methods in org.springframework.data.cassandra that return CassandraSchemaElementExistsException.ElementTypeModifier and TypeMethodDescriptionCassandraSchemaElementExistsException.getElementType()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.CassandraSchemaElementExistsException.ElementType.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.data.cassandra with parameters of type CassandraSchemaElementExistsException.ElementTypeModifierConstructorDescriptionCassandraSchemaElementExistsException(String elementName, CassandraSchemaElementExistsException.ElementType elementType, String msg, Throwable cause) Deprecated, for removal: This API element is subject to removal in a future version.