Uses of Class
org.apache.openejb.jee.jba.cmp.AutoIncrement
-
Packages that use AutoIncrement Package Description org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of AutoIncrement in org.apache.openejb.jee.jba.cmp
Fields in org.apache.openejb.jee.jba.cmp declared as AutoIncrement Modifier and Type Field Description protected AutoIncrementCmpField. autoIncrementprotected AutoIncrementUnknownPk. autoIncrementMethods in org.apache.openejb.jee.jba.cmp that return AutoIncrement Modifier and Type Method Description AutoIncrementObjectFactory. createAutoIncrement()Create an instance ofAutoIncrementAutoIncrementCmpField. getAutoIncrement()Gets the value of the autoIncrement property.AutoIncrementUnknownPk. getAutoIncrement()Gets the value of the autoIncrement property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type AutoIncrement Modifier and Type Method Description voidCmpField. setAutoIncrement(AutoIncrement value)Sets the value of the autoIncrement property.voidUnknownPk. setAutoIncrement(AutoIncrement value)Sets the value of the autoIncrement property.
-