Uses of Class
org.hglteam.testing.jpatesting.JpaPropertyConfigurer.DatabaseAction
-
-
Uses of JpaPropertyConfigurer.DatabaseAction in org.hglteam.testing.jpatesting
Methods in org.hglteam.testing.jpatesting that return JpaPropertyConfigurer.DatabaseAction Modifier and Type Method Description static JpaPropertyConfigurer.DatabaseActionJpaPropertyConfigurer.DatabaseAction. valueOf(String name)Returns the enum constant of this type with the specified name.static JpaPropertyConfigurer.DatabaseAction[]JpaPropertyConfigurer.DatabaseAction. 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.DatabaseAction Modifier and Type Method Description PCJpaPropertyConfigurer. schemaGenerationDatabaseAction(JpaPropertyConfigurer.DatabaseAction action)
-