Module spring.data.cassandra
Class PropertyMapping
java.lang.Object
org.springframework.data.cassandra.core.mapping.PropertyMapping
Mapping between a persistent entity's property and its column.
- Author:
- Matthew T. Adams, John Blum
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyMapping(String propertyName) PropertyMapping(String propertyName, String columnName) PropertyMapping(String propertyName, String columnName, String forceQuote) -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.inthashCode()voidsetColumnName(String columnName) voidsetForceQuote(String forceQuote) Deprecated, for removal: This API element is subject to removal in a future version.toString()
-
Constructor Details
-
PropertyMapping
-
PropertyMapping
-
PropertyMapping
-
-
Method Details
-
getColumnName
-
setColumnName
-
getForceQuote
Deprecated, for removal: This API element is subject to removal in a future version. -
setForceQuote
Deprecated, for removal: This API element is subject to removal in a future version. -
getPropertyName
-
equals
-
hashCode
public int hashCode() -
toString
-