public interface ArangoPersistentProperty extends org.springframework.data.mapping.PersistentProperty<ArangoPersistentProperty>
Type | Property and Description |
---|---|
boolean |
isArangoId
Gets the value of the property arangoIdProperty.
|
boolean |
isRev
Gets the value of the property revProperty.
|
Modifier and Type | Method and Description |
---|---|
String |
getFieldName() |
Optional<From> |
getFrom() |
Optional<FulltextIndexed> |
getFulltextIndexed() |
Optional<GeoIndexed> |
getGeoIndexed() |
Optional<HashIndexed> |
getHashIndexed() |
Optional<PersistentIndexed> |
getPersistentIndexed() |
Optional<Ref> |
getRef() |
Optional<Relations> |
getRelations() |
Optional<SkiplistIndexed> |
getSkiplistIndexed() |
Optional<To> |
getTo() |
boolean |
isArangoIdProperty()
Gets the value of the property arangoIdProperty.
|
boolean |
isRevProperty()
Gets the value of the property revProperty.
|
findAnnotation, findPropertyOrOwnerAnnotation, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityType, getPersistentEntityTypes, getRawType, getRequiredAnnotation, getRequiredAssociation, getRequiredField, getRequiredGetter, getRequiredSetter, getSetter, getSpelExpression, getType, getTypeInformation, isAnnotationPresent, isArray, isAssociation, isCollectionLike, isEntity, isIdProperty, isMap, isTransient, isVersionProperty, isWritable, usePropertyAccess
boolean isArangoIdProperty
boolean isRevProperty
String getFieldName()
boolean isArangoIdProperty()
boolean isRevProperty()
Optional<HashIndexed> getHashIndexed()
Optional<SkiplistIndexed> getSkiplistIndexed()
Optional<PersistentIndexed> getPersistentIndexed()
Optional<GeoIndexed> getGeoIndexed()
Optional<FulltextIndexed> getFulltextIndexed()
Copyright © 2017–2018 ArangoDB GmbH. All rights reserved.