Uses of Class
org.apache.openejb.jee.jpa.TableGenerator
-
Packages that use TableGenerator Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of TableGenerator in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa declared as TableGenerator Modifier and Type Field Description protected TableGeneratorEntity. tableGeneratorprotected TableGeneratorId. tableGeneratorFields in org.apache.openejb.jee.jpa with type parameters of type TableGenerator Modifier and Type Field Description protected List<TableGenerator>EntityMappings. tableGeneratorMethods in org.apache.openejb.jee.jpa that return TableGenerator Modifier and Type Method Description TableGeneratorObjectFactory. createTableGenerator()Create an instance ofTableGeneratorTableGeneratorEntity. getTableGenerator()Gets the value of the tableGenerator property.TableGeneratorId. getTableGenerator()Gets the value of the tableGenerator property.Methods in org.apache.openejb.jee.jpa that return types with arguments of type TableGenerator Modifier and Type Method Description List<TableGenerator>EntityMappings. getTableGenerator()Gets the value of the tableGenerator property.Methods in org.apache.openejb.jee.jpa with parameters of type TableGenerator Modifier and Type Method Description voidEntity. setTableGenerator(TableGenerator value)Sets the value of the tableGenerator property.voidId. setTableGenerator(TableGenerator value)Sets the value of the tableGenerator property.
-