Interface JpaPersistentProperty
- All Superinterfaces:
- PersistentProperty<JpaPersistentProperty>
Interface for a JPA-specific 
PersistentProperty.- Since:
- 1.3
- Author:
- Oliver Gierke
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn whether the property is considered embeddable.Methods inherited from interface org.springframework.data.mapping.PersistentPropertyfindAnnotation, findPropertyOrOwnerAnnotation, getAccessorForOwner, getActualType, getAssociation, getAssociationTargetType, getAssociationTargetTypeInformation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityTypeInformation, getRawType, getRequiredAnnotation, getRequiredAssociation, getRequiredField, getRequiredGetter, getRequiredSetter, getRequiredWither, getSetter, getSpelExpression, getType, getTypeInformation, getWither, hasActualTypeAnnotation, isAnnotationPresent, isArray, isAssociation, isCollectionLike, isEntity, isIdProperty, isImmutable, isMap, isReadable, isTransient, isVersionProperty, isWritable, usePropertyAccess
- 
Method Details- 
isEmbeddableboolean isEmbeddable()Return whether the property is considered embeddable.- Returns:
- Since:
- 2.1
 
 
-