org.springframework.datastore.mapping
Interface IdentityMapping

All Superinterfaces:
PropertyMapping

public interface IdentityMapping
extends PropertyMapping

Since:
1.0

Method Summary
 String[] getIdentifierName()
          The identifier property name(s) as an array.
 
Methods inherited from interface org.springframework.datastore.mapping.PropertyMapping
getClassMapping, getMappedForm
 

Method Detail

getIdentifierName

String[] getIdentifierName()
The identifier property name(s) as an array. Usually there is just one identifier name, however in the case of a composite or natural identifier there may be serveral names

Returns:
A String[] of identifier names that make up the key