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


Spring Data JPA

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.