org.springframework.datastore.keyvalue.mapping
Class KeyValuePersistentEntity.KeyValueClassMapping

java.lang.Object
  extended by org.springframework.datastore.mapping.AbstractClassMapping<KeyValueMapping>
      extended by org.springframework.datastore.keyvalue.mapping.KeyValuePersistentEntity.KeyValueClassMapping
All Implemented Interfaces:
ClassMapping
Enclosing class:
KeyValuePersistentEntity<KeyValueMapping>

public class KeyValuePersistentEntity.KeyValueClassMapping
extends AbstractClassMapping<KeyValueMapping>


Field Summary
 
Fields inherited from class org.springframework.datastore.mapping.AbstractClassMapping
context, entity
 
Constructor Summary
KeyValuePersistentEntity.KeyValueClassMapping(PersistentEntity entity, MappingContext context)
           
 
Method Summary
 KeyValueMapping getMappedForm()
          Returns the mapped form of the class such as a Table, a Key Space, Document etc.
 
Methods inherited from class org.springframework.datastore.mapping.AbstractClassMapping
getEntity, getIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValuePersistentEntity.KeyValueClassMapping

public KeyValuePersistentEntity.KeyValueClassMapping(PersistentEntity entity,
                                                     MappingContext context)
Method Detail

getMappedForm

public KeyValueMapping getMappedForm()
Description copied from interface: ClassMapping
Returns the mapped form of the class such as a Table, a Key Space, Document etc.

Specified by:
getMappedForm in interface ClassMapping
Specified by:
getMappedForm in class AbstractClassMapping<KeyValueMapping>
Returns:
The mapped representation