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, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityType, getRawType, getSetter, getSpelExpression, getType, getTypeInformation, isAnnotationPresent, isArray, isAssociation, isCollectionLike, isEntity, isIdProperty, isMap, isTransient, isVersionProperty, shallBePersisted
 


Spring Data JPA

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.