public interface ArangoPersistentProperty extends PersistentProperty<ArangoPersistentProperty>
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() |
boolean |
isRevProperty() |
findAnnotation, findPropertyOrOwnerAnnotation, getAccessorForOwner, getActualType, getAssociation, getAssociationTargetType, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityTypes, getRawType, getRequiredAnnotation, getRequiredAssociation, getRequiredField, getRequiredGetter, getRequiredSetter, getRequiredWither, getSetter, getSpelExpression, getType, getTypeInformation, getWither, hasActualTypeAnnotation, isAnnotationPresent, isArray, isAssociation, isCollectionLike, isEntity, isIdProperty, isImmutable, isMap, isTransient, isVersionProperty, isWritable, usePropertyAccess
String getFieldName()
boolean isArangoIdProperty()
boolean isRevProperty()
Optional<HashIndexed> getHashIndexed()
Optional<SkiplistIndexed> getSkiplistIndexed()
Optional<PersistentIndexed> getPersistentIndexed()
Optional<GeoIndexed> getGeoIndexed()
Optional<FulltextIndexed> getFulltextIndexed()
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.