ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return OrderColumn
 OrderColumn<T> OrderColumn.columnDefinition(String columnDefinition)
          Sets the column-definition attribute
 OrderColumn<ElementCollection<T>> ElementCollection.getOrCreateOrderColumn()
          If not already created, a new order-column element with the given value will be created.
 OrderColumn<ManyToMany<T>> ManyToMany.getOrCreateOrderColumn()
          If not already created, a new order-column element with the given value will be created.
 OrderColumn<OneToMany<T>> OneToMany.getOrCreateOrderColumn()
          If not already created, a new order-column element with the given value will be created.
 OrderColumn<T> OrderColumn.insertable(Boolean insertable)
          Sets the insertable attribute
 OrderColumn<T> OrderColumn.name(String name)
          Sets the name attribute
 OrderColumn<T> OrderColumn.nullable(Boolean nullable)
          Sets the nullable attribute
 OrderColumn<T> OrderColumn.removeColumnDefinition()
          Removes the column-definition attribute
 OrderColumn<T> OrderColumn.removeInsertable()
          Removes the insertable attribute
 OrderColumn<T> OrderColumn.removeName()
          Removes the name attribute
 OrderColumn<T> OrderColumn.removeNullable()
          Removes the nullable attribute
 OrderColumn<T> OrderColumn.removeUpdatable()
          Removes the updatable attribute
 OrderColumn<T> OrderColumn.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.