Uses of Class
net.lecousin.reactive.data.relational.annotations.GeneratedValue.Strategy
-
Packages that use GeneratedValue.Strategy Package Description net.lecousin.reactive.data.relational.annotations -
-
Uses of GeneratedValue.Strategy in net.lecousin.reactive.data.relational.annotations
Methods in net.lecousin.reactive.data.relational.annotations that return GeneratedValue.Strategy Modifier and Type Method Description GeneratedValue.Strategystrategy()Strategy to generate the value.static GeneratedValue.StrategyGeneratedValue.Strategy. valueOf(String name)Returns the enum constant of this type with the specified name.static GeneratedValue.Strategy[]GeneratedValue.Strategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-