ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return Column
 Column<T> Column.columnDefinition(String columnDefinition)
          Sets the column-definition attribute
 Column<ElementCollection<T>> ElementCollection.getOrCreateColumn()
          If not already created, a new column element with the given value will be created.
 Column<Basic<T>> Basic.getOrCreateColumn()
          If not already created, a new column element with the given value will be created.
 Column<AttributeOverride<T>> AttributeOverride.getOrCreateColumn()
          If not already created, a new column element with the given value will be created.
 Column<Id<T>> Id.getOrCreateColumn()
          If not already created, a new column element with the given value will be created.
 Column<Version<T>> Version.getOrCreateColumn()
          If not already created, a new column element with the given value will be created.
 Column<T> Column.insertable(Boolean insertable)
          Sets the insertable attribute
 Column<T> Column.length(Integer length)
          Sets the length attribute
 Column<T> Column.name(String name)
          Sets the name attribute
 Column<T> Column.nullable(Boolean nullable)
          Sets the nullable attribute
 Column<T> Column.precision(Integer precision)
          Sets the precision attribute
 Column<T> Column.removeColumnDefinition()
          Removes the column-definition attribute
 Column<T> Column.removeInsertable()
          Removes the insertable attribute
 Column<T> Column.removeLength()
          Removes the length attribute
 Column<T> Column.removeName()
          Removes the name attribute
 Column<T> Column.removeNullable()
          Removes the nullable attribute
 Column<T> Column.removePrecision()
          Removes the precision attribute
 Column<T> Column.removeScale()
          Removes the scale attribute
 Column<T> Column.removeTable()
          Removes the table attribute
 Column<T> Column.removeUnique()
          Removes the unique attribute
 Column<T> Column.removeUpdatable()
          Removes the updatable attribute
 Column<T> Column.scale(Integer scale)
          Sets the scale attribute
 Column<T> Column.table(String table)
          Sets the table attribute
 Column<T> Column.unique(Boolean unique)
          Sets the unique attribute
 Column<T> Column.updatable(Boolean updatable)
          Sets the updatable attribute
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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