Uses of Enum Class
org.springframework.data.mapping.model.PropertyNameFieldNamingStrategy
Packages that use PropertyNameFieldNamingStrategy
Package
Description
Core implementation of the mapping subsystem's model.
-
Uses of PropertyNameFieldNamingStrategy in org.springframework.data.mapping.model
Subclasses with type arguments of type PropertyNameFieldNamingStrategy in org.springframework.data.mapping.modelModifier and TypeClassDescriptionenumFieldNamingStrategysimply using thePersistentProperty's name.Methods in org.springframework.data.mapping.model that return PropertyNameFieldNamingStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PropertyNameFieldNamingStrategy[]PropertyNameFieldNamingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.