Uses of Class
org.apache.openejb.jee.jpa.SequenceGenerator
-
Packages that use SequenceGenerator Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of SequenceGenerator in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa declared as SequenceGenerator Modifier and Type Field Description protected SequenceGeneratorEntity. sequenceGeneratorprotected SequenceGeneratorId. sequenceGeneratorFields in org.apache.openejb.jee.jpa with type parameters of type SequenceGenerator Modifier and Type Field Description protected List<SequenceGenerator>EntityMappings. sequenceGeneratorMethods in org.apache.openejb.jee.jpa that return SequenceGenerator Modifier and Type Method Description SequenceGeneratorObjectFactory. createSequenceGenerator()Create an instance ofSequenceGeneratorSequenceGeneratorEntity. getSequenceGenerator()Gets the value of the sequenceGenerator property.SequenceGeneratorId. getSequenceGenerator()Gets the value of the sequenceGenerator property.Methods in org.apache.openejb.jee.jpa that return types with arguments of type SequenceGenerator Modifier and Type Method Description List<SequenceGenerator>EntityMappings. getSequenceGenerator()Gets the value of the sequenceGenerator property.Methods in org.apache.openejb.jee.jpa with parameters of type SequenceGenerator Modifier and Type Method Description voidEntity. setSequenceGenerator(SequenceGenerator value)Sets the value of the sequenceGenerator property.voidId. setSequenceGenerator(SequenceGenerator value)Sets the value of the sequenceGenerator property.
-