Spring Data JPA

org.springframework.data.jpa.mapping
Interface JpaPersistentProperty

All Superinterfaces:
PersistentProperty<JpaPersistentProperty>

public interface JpaPersistentProperty
extends PersistentProperty<JpaPersistentProperty>

Interface for a JPA-specific PersistentProperty.

Since:
1.3
Author:
Oliver Gierke

Method Summary
 
Methods inherited from interface org.springframework.data.mapping.PersistentProperty
findAnnotation, findPropertyOrOwnerAnnotation, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityType, getRawType, getSetter, getSpelExpression, getType, getTypeInformation, isAnnotationPresent, isArray, isAssociation, isCollectionLike, isEntity, isIdProperty, isMap, isTransient, isVersionProperty, shallBePersisted, usePropertyAccess
 


Spring Data JPA

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.