Uses of Class
org.hglteam.testing.jpatesting.JpaPropertyConfigurer.ScriptAction
-
-
Uses of JpaPropertyConfigurer.ScriptAction in org.hglteam.testing.jpatesting
Methods in org.hglteam.testing.jpatesting that return JpaPropertyConfigurer.ScriptAction Modifier and Type Method Description static JpaPropertyConfigurer.ScriptActionJpaPropertyConfigurer.ScriptAction. valueOf(String name)Returns the enum constant of this type with the specified name.static JpaPropertyConfigurer.ScriptAction[]JpaPropertyConfigurer.ScriptAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hglteam.testing.jpatesting with parameters of type JpaPropertyConfigurer.ScriptAction Modifier and Type Method Description PCJpaPropertyConfigurer. schemaGenerationScriptsAction(JpaPropertyConfigurer.ScriptAction scriptAction)
-