T - public class BasicKeyValuePersistentEntity<T> extends BasicPersistentEntity<T,KeyValuePersistentProperty> implements KeyValuePersistentEntity<T>
KeyValuePersistentEntity implementation that adds specific meta-data such as the keySpace..hasIdProperty, hasVersionPropertyhasIdProperty, hasVersionProperty| Constructor and Description |
|---|
BasicKeyValuePersistentEntity(TypeInformation<T> information,
KeySpaceResolver fallbackKeySpaceResolver) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeySpace()
Get the keySpace a given entity assigns to.
|
addAssociation, addPersistentProperty, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isConstructorArgument, isIdProperty, isVersionProperty, returnPropertyIfBetterIdPropertyCandidateOrNull, setPersistentPropertyAccessorFactory, verifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAssociation, addPersistentProperty, setPersistentPropertyAccessorFactory, verifydoWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isConstructorArgument, isIdProperty, isVersionPropertypublic BasicKeyValuePersistentEntity(TypeInformation<T> information, KeySpaceResolver fallbackKeySpaceResolver)
information - must not be null.keySpaceResolver - can be null.public String getKeySpace()
KeyValuePersistentEntitygetKeySpace in interface KeyValuePersistentEntity<T>Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.