Uses of Class
org.apache.openejb.jee.jpa.GenerationType
-
Packages that use GenerationType Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of GenerationType in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa declared as GenerationType Modifier and Type Field Description protected GenerationTypeGeneratedValue. strategyMethods in org.apache.openejb.jee.jpa that return GenerationType Modifier and Type Method Description static GenerationTypeGenerationType. fromValue(String v)GenerationTypeGeneratedValue. getStrategy()Gets the value of the strategy property.static GenerationTypeGenerationType. valueOf(String name)Returns the enum constant of this type with the specified name.static GenerationType[]GenerationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee.jpa with parameters of type GenerationType Modifier and Type Method Description voidGeneratedValue. setStrategy(GenerationType value)Sets the value of the strategy property.Constructors in org.apache.openejb.jee.jpa with parameters of type GenerationType Constructor Description GeneratedValue(GenerationType strategy)GeneratedValue(GenerationType strategy, String generator)
-