Uses of Class
org.apache.openejb.jee.jba.cmp.CreateTable
-
Packages that use CreateTable Package Description org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of CreateTable in org.apache.openejb.jee.jba.cmp
Fields in org.apache.openejb.jee.jba.cmp declared as CreateTable Modifier and Type Field Description protected CreateTableDefaults. createTableprotected CreateTableEntity. createTableprotected CreateTableRelationTableMapping. createTableMethods in org.apache.openejb.jee.jba.cmp that return CreateTable Modifier and Type Method Description CreateTableObjectFactory. createCreateTable()Create an instance ofCreateTableCreateTableDefaults. getCreateTable()Gets the value of the createTable property.CreateTableEntity. getCreateTable()Gets the value of the createTable property.CreateTableRelationTableMapping. getCreateTable()Gets the value of the createTable property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type CreateTable Modifier and Type Method Description voidDefaults. setCreateTable(CreateTable value)Sets the value of the createTable property.voidEntity. setCreateTable(CreateTable value)Sets the value of the createTable property.voidRelationTableMapping. setCreateTable(CreateTable value)Sets the value of the createTable property.
-