Uses of Class
org.springframework.data.mapping.context.PersistentEntities
Package
Description
General support for entity auditing.
Mapping context API and implementation base classes.
Support classes for repository namespace and JavaConfig integration.
-
Uses of PersistentEntities in org.springframework.data.auditing
ModifierConstructorDescriptionAuditingHandler
(PersistentEntities entities) Creates a newAuditableBeanWrapper
using the givenPersistentEntities
when looking up auditing metadata via reflection.AuditingHandlerSupport
(PersistentEntities entities) Creates a newAuditableBeanWrapper
using the givenPersistentEntities
when looking up auditing metadata via reflection.IsNewAwareAuditingHandler
(PersistentEntities entities) Creates a newIsNewAwareAuditingHandler
for the givenPersistentEntities
.Creates a newMappingAuditableBeanWrapperFactory
using the givenPersistentEntities
.ReactiveAuditingHandler
(PersistentEntities entities) Creates a newReactiveAuditingHandler
using the givenPersistentEntities
when looking up auditing metadata.Creates a newReactiveIsNewAwareAuditingHandler
for the givenPersistentEntities
. -
Uses of PersistentEntities in org.springframework.data.mapping.context
Modifier and TypeMethodDescriptionstatic PersistentEntities
PersistentEntities.of
(MappingContext<?, ?>... contexts) Creates a newPersistentEntities
for the givenMappingContext
s. -
Uses of PersistentEntities in org.springframework.data.repository.config