ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.orm20.Table

Packages that use Table
org.jboss.shrinkwrap.descriptor.api.orm20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of Table in org.jboss.shrinkwrap.descriptor.api.orm20
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return Table
 Table<T> Table.catalog(String catalog)
          Sets the catalog attribute
 Table<Entity<T>> Entity.getOrCreateTable()
          If not already created, a new table element with the given value will be created.
 Table<T> Table.name(String name)
          Sets the name attribute
 Table<T> Table.removeAllUniqueConstraint()
          Removes all unique-constraint elements
 Table<T> Table.removeCatalog()
          Removes the catalog attribute
 Table<T> Table.removeName()
          Removes the name attribute
 Table<T> Table.removeSchema()
          Removes the schema attribute
 Table<T> Table.schema(String schema)
          Sets the schema attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type Table
 UniqueConstraint<Table<T>> Table.createUniqueConstraint()
          Creates a new unique-constraint element
 List<UniqueConstraint<Table<T>>> Table.getAllUniqueConstraint()
          Returns all unique-constraint elements
 UniqueConstraint<Table<T>> Table.getOrCreateUniqueConstraint()
          If not already created, a new unique-constraint element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.