Spring Data JPA

org.springframework.data.jpa.mapping
Interface JpaPersistentEntity<T>

All Superinterfaces:
PersistentEntity<T,JpaPersistentProperty>

public interface JpaPersistentEntity<T>
extends PersistentEntity<T,JpaPersistentProperty>

Interface for a JPA-specific entity.

Since:
1.3
Author:
Oliver Gierke

Method Summary
 
Methods inherited from interface org.springframework.data.mapping.PersistentEntity
doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getPersistentProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isConstructorArgument, isIdProperty, isVersionProperty
 


Spring Data JPA

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.