Interface JpaPersistentEntity<T>

All Superinterfaces:
Iterable<JpaPersistentProperty>, org.springframework.data.mapping.PersistentEntity<T,JpaPersistentProperty>

public interface JpaPersistentEntity<T> extends org.springframework.data.mapping.PersistentEntity<T,JpaPersistentProperty>
Interface for a JPA-specific entity.
Since:
1.3
Author:
Oliver Gierke
  • Method Summary

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator

    Methods inherited from interface org.springframework.data.mapping.PersistentEntity

    doWithAll, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getInstanceCreatorMetadata, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isCreatorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulation