Class EntityMapping
java.lang.Object
org.springframework.data.cassandra.core.mapping.EntityMapping
Mapping information for an individual entity class.
- Author:
- Matthew T. Adams, John Blum
-
Constructor Summary
ConstructorsConstructorDescriptionEntityMapping(String entityClassName, String tableName) EntityMapping(String entityClassName, String tableName, String forceQuote) -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.since 3.0.inthashCode()voidsetEntityClassName(String entityClassName) voidsetForceQuote(String forceQuote) Deprecated.voidsetPropertyMappings(Map<String, PropertyMapping> propertyMappings) voidsetTableName(String tableName) toString()
-
Constructor Details
-
EntityMapping
-
EntityMapping
-
-
Method Details
-
getEntityClassName
-
setEntityClassName
-
getForceQuote
Deprecated.since 3.0. The type name gets converted intoCqlIdentifierhence it no longer requires an indication whether the name should be quoted.- Returns:
-
setForceQuote
Deprecated. -
getPropertyMappings
-
setPropertyMappings
-
getTableName
-
setTableName
-
equals
-
hashCode
public int hashCode() -
toString
-