Uses of Enum Class
st.orm.GenerationStrategy
Packages that use GenerationStrategy
Package
Description
Foundation of the data model: the mapping annotations and the record interfaces.
Java client API: templates, query builders and transactions.
-
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.