Package | Description |
---|---|
org.springframework.data.jpa.mapping |
JPA specific support classes for the Spring Data mapping subsystem.
|
Modifier and Type | Method and Description |
---|---|
protected JpaPersistentProperty |
JpaMetamodelMappingContext.createPersistentProperty(Property property,
org.springframework.data.jpa.mapping.JpaPersistentEntityImpl<?> owner,
SimpleTypeHolder simpleTypeHolder) |
Modifier and Type | Method and Description |
---|---|
<T> PersistentPropertyPaths<T,JpaPersistentProperty> |
JpaMetamodelMappingContext.findPersistentPropertyPaths(Class<T> type,
Predicate<? super JpaPersistentProperty> predicate)
We customize the lookup of
PersistentPropertyPaths by also traversing properties that are embeddables. |
Modifier and Type | Method and Description |
---|---|
<T> PersistentPropertyPaths<T,JpaPersistentProperty> |
JpaMetamodelMappingContext.findPersistentPropertyPaths(Class<T> type,
Predicate<? super JpaPersistentProperty> predicate)
We customize the lookup of
PersistentPropertyPaths by also traversing properties that are embeddables. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.