Uses of Enum Class
st.orm.GenerationStrategy
Packages that use GenerationStrategy
-
Uses of GenerationStrategy in st.orm
Methods in st.orm that return GenerationStrategyModifier and TypeMethodDescriptionstatic GenerationStrategyReturns the enum constant of this class with the specified name.static GenerationStrategy[]GenerationStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GenerationStrategy in st.orm.template
Methods in st.orm.template that return GenerationStrategyModifier and TypeMethodDescriptionColumn.generation()Gets the generation strategy for the primary key.