T - public class BasicKeyValuePersistentEntity<T,P extends KeyValuePersistentProperty<P>> extends BasicPersistentEntity<T,P> implements KeyValuePersistentEntity<T,P>
KeyValuePersistentEntity implementation that adds specific meta-data such as the keySpace..| 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, getPersistentProperties, getPersistentProperty, getPropertyAccessor, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isIdProperty, isVersionProperty, iterator, returnPropertyIfBetterIdPropertyCandidateOrNull, setPersistentPropertyAccessorFactory, verifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAssociation, addPersistentProperty, setPersistentPropertyAccessorFactory, verifydoWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isIdProperty, isVersionPropertyforEach, iterator, spliteratorpublic BasicKeyValuePersistentEntity(TypeInformation<T> information, @Nullable KeySpaceResolver fallbackKeySpaceResolver)
information - must not be null.keySpaceResolver - can be null.public String getKeySpace()
KeyValuePersistentEntitygetKeySpace in interface KeyValuePersistentEntity<T,P extends KeyValuePersistentProperty<P>>Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.