Uses of Enum Class
com.jk.data.datasource.DefaultPhysicalNamingStrategy.NamePattern
Packages that use DefaultPhysicalNamingStrategy.NamePattern
-
Uses of DefaultPhysicalNamingStrategy.NamePattern in com.jk.data.datasource
Methods in com.jk.data.datasource that return DefaultPhysicalNamingStrategy.NamePatternModifier and TypeMethodDescriptionDefaultPhysicalNamingStrategy.getPattern()
This method gets the pattern used for converting names in the physical naming strategy.Returns the enum constant of this class with the specified name.DefaultPhysicalNamingStrategy.NamePattern.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DefaultPhysicalNamingStrategy.NamePattern in com.jk.data.vendors.h2
Methods in com.jk.data.vendors.h2 that return DefaultPhysicalNamingStrategy.NamePatternModifier and TypeMethodDescriptionH2PhysicalNamingStrategy.getPattern()
This method gets the pattern used for converting names in the physical naming strategy. -
Uses of DefaultPhysicalNamingStrategy.NamePattern in com.jk.data.vendors.oracle
Methods in com.jk.data.vendors.oracle that return DefaultPhysicalNamingStrategy.NamePatternModifier and TypeMethodDescriptionOraclePhysicalNamingStrategy.getPattern()
This method gets the pattern used for converting names in the physical naming strategy.