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
ConstructorDescriptionEntityMapping
(String entityClassName, String tableName) EntityMapping
(String entityClassName, String tableName, String forceQuote) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.since 3.0.int
hashCode()
void
setEntityClassName
(String entityClassName) void
setForceQuote
(String forceQuote) Deprecated.void
setPropertyMappings
(Map<String, PropertyMapping> propertyMappings) void
setTableName
(String tableName) toString()
-
Constructor Details
-
EntityMapping
-
EntityMapping
-
-
Method Details
-
getEntityClassName
-
setEntityClassName
-
getForceQuote
Deprecated.since 3.0. The type name gets converted intoCqlIdentifier
hence 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
-