Uses of Interface
org.springframework.data.support.IsNewStrategy
Package
Description
Core implementation of the mapping subsystem's model.
Core support classes.
-
Uses of IsNewStrategy in org.springframework.data.mapping.model
Modifier and TypeMethodDescriptionprotected IsNewStrategy
BasicPersistentEntity.getFallbackIsNewStrategy()
Returns the defaultIsNewStrategy
to be used. -
Uses of IsNewStrategy in org.springframework.data.support
Modifier and TypeClassDescriptionenum
IsNewStrategy
that invokesPersistable.isNew()
on the given object.