Class BasicMarkLogicPersistentProperty

    • Constructor Summary

      Constructors 
      Constructor Description
      BasicMarkLogicPersistentProperty​(org.springframework.data.mapping.model.Property property, org.springframework.data.mapping.PersistentEntity<?,​MarkLogicPersistentProperty> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.data.mapping.Association<MarkLogicPersistentProperty> createAssociation()  
      String getFieldName()
      Returns the name of the field a property is persisted to.
      IndexType getIndexType()  
      String getPath()  
      boolean isExplicitIdProperty()
      Returns whether the property is explicitly marked as an identifier property of the owning PersistentEntity.
      • Methods inherited from class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty

        findAnnotation, findPropertyOrOwnerAnnotation, getAssociationTargetType, getSpelExpression, isAnnotationPresent, isAssociation, isIdProperty, isTransient, isVersionProperty, isWritable, toString, usePropertyAccess
      • Methods inherited from class org.springframework.data.mapping.model.AbstractPersistentProperty

        equals, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityTypes, getProperty, getRawType, getSetter, getType, getTypeInformation, getWither, hashCode, isArray, isCollectionLike, isEntity, isImmutable, isMap
      • Methods inherited from interface org.springframework.data.mapping.PersistentProperty

        findAnnotation, findPropertyOrOwnerAnnotation, 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