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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable StringinthashCode()voidsetEntityClassName(String entityClassName) voidsetPropertyMappings(@Nullable Map<String, PropertyMapping> propertyMappings) voidsetTableName(String tableName) toString()
-
Constructor Details
-
EntityMapping
-
-
Method Details
-
getEntityClassName
-
setEntityClassName
-
getPropertyMappings
-
setPropertyMappings
-
getTableName
-
setTableName
-
equals
-
hashCode
-
toString
-