public class VaultPersistentProperty extends org.springframework.data.keyvalue.core.mapping.KeyValuePersistentProperty<VaultPersistentProperty>
KeyValuePersistentProperty
. By default, if a property is named
id
it's used as Id property.Constructor and Description |
---|
VaultPersistentProperty(org.springframework.data.mapping.model.Property property,
org.springframework.data.mapping.PersistentEntity<?,VaultPersistentProperty> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
Create a new
VaultPersistentProperty . |
Modifier and Type | Method and Description |
---|---|
boolean |
isIdProperty() |
createAssociation
findAnnotation, findPropertyOrOwnerAnnotation, getAssociationTargetType, getSpelExpression, isAnnotationPresent, isAssociation, isTransient, isVersionProperty, isWritable, toString, usePropertyAccess
equals, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityTypes, getProperty, getRawType, getSetter, getType, getTypeInformation, getWither, hashCode, isArray, isCollectionLike, isEntity, isImmutable, isMap
public VaultPersistentProperty(org.springframework.data.mapping.model.Property property, org.springframework.data.mapping.PersistentEntity<?,VaultPersistentProperty> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
VaultPersistentProperty
.property
- must not be null.owner
- must not be null.simpleTypeHolder
- must not be null.public boolean isIdProperty()
isIdProperty
in interface org.springframework.data.mapping.PersistentProperty<VaultPersistentProperty>
isIdProperty
in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<VaultPersistentProperty>
Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.