Interface JpaPersistentProperty
- All Superinterfaces:
org.springframework.data.mapping.PersistentProperty<JpaPersistentProperty>
public interface JpaPersistentProperty
extends org.springframework.data.mapping.PersistentProperty<JpaPersistentProperty>
Interface for a JPA-specific
PersistentProperty
.- Since:
- 1.3
- Author:
- Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return whether the property is considered embeddable.Methods inherited from interface org.springframework.data.mapping.PersistentProperty
findAnnotation, 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, isTransient, isVersionProperty, isWritable, usePropertyAccess
-
Method Details
-
isEmbeddable
boolean isEmbeddable()Return whether the property is considered embeddable.- Returns:
- Since:
- 2.1
-