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