Uses of Enum Class
org.springframework.data.support.PersistableIsNewStrategy
Packages that use PersistableIsNewStrategy
-
Uses of PersistableIsNewStrategy in org.springframework.data.support
Subclasses with type arguments of type PersistableIsNewStrategy in org.springframework.data.supportModifier and TypeClassDescriptionenumIsNewStrategythat invokesPersistable.isNew()on the given object.Methods in org.springframework.data.support that return PersistableIsNewStrategyModifier and TypeMethodDescriptionstatic PersistableIsNewStrategyReturns the enum constant of this class with the specified name.static PersistableIsNewStrategy[]PersistableIsNewStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.