Uses of Enum Class
org.springframework.data.relational.core.mapping.ForeignKeyNaming
Packages that use ForeignKeyNaming
-
Uses of ForeignKeyNaming in org.springframework.data.relational.core.mapping
Subclasses with type arguments of type ForeignKeyNaming in org.springframework.data.relational.core.mappingModifier and TypeClassDescriptionenumEnum for determining how the names of back references should get generated.Methods in org.springframework.data.relational.core.mapping that return ForeignKeyNamingModifier and TypeMethodDescriptionstatic ForeignKeyNamingReturns the enum constant of this class with the specified name.static ForeignKeyNaming[]ForeignKeyNaming.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.relational.core.mapping with parameters of type ForeignKeyNamingModifier and TypeMethodDescriptionvoidDefaultNamingStrategy.setForeignKeyNaming(ForeignKeyNaming foreignKeyNaming)