ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return MapKeyColumn
 MapKeyColumn<T> MapKeyColumn.columnDefinition(String columnDefinition)
          Sets the column-definition attribute
 MapKeyColumn<ElementCollection<T>> ElementCollection.getOrCreateMapKeyColumn()
          If not already created, a new map-key-column element with the given value will be created.
 MapKeyColumn<ManyToMany<T>> ManyToMany.getOrCreateMapKeyColumn()
          If not already created, a new map-key-column element with the given value will be created.
 MapKeyColumn<OneToMany<T>> OneToMany.getOrCreateMapKeyColumn()
          If not already created, a new map-key-column element with the given value will be created.
 MapKeyColumn<T> MapKeyColumn.insertable(Boolean insertable)
          Sets the insertable attribute
 MapKeyColumn<T> MapKeyColumn.length(Integer length)
          Sets the length attribute
 MapKeyColumn<T> MapKeyColumn.name(String name)
          Sets the name attribute
 MapKeyColumn<T> MapKeyColumn.nullable(Boolean nullable)
          Sets the nullable attribute
 MapKeyColumn<T> MapKeyColumn.precision(Integer precision)
          Sets the precision attribute
 MapKeyColumn<T> MapKeyColumn.removeColumnDefinition()
          Removes the column-definition attribute
 MapKeyColumn<T> MapKeyColumn.removeInsertable()
          Removes the insertable attribute
 MapKeyColumn<T> MapKeyColumn.removeLength()
          Removes the length attribute
 MapKeyColumn<T> MapKeyColumn.removeName()
          Removes the name attribute
 MapKeyColumn<T> MapKeyColumn.removeNullable()
          Removes the nullable attribute
 MapKeyColumn<T> MapKeyColumn.removePrecision()
          Removes the precision attribute
 MapKeyColumn<T> MapKeyColumn.removeScale()
          Removes the scale attribute
 MapKeyColumn<T> MapKeyColumn.removeTable()
          Removes the table attribute
 MapKeyColumn<T> MapKeyColumn.removeUnique()
          Removes the unique attribute
 MapKeyColumn<T> MapKeyColumn.removeUpdatable()
          Removes the updatable attribute
 MapKeyColumn<T> MapKeyColumn.scale(Integer scale)
          Sets the scale attribute
 MapKeyColumn<T> MapKeyColumn.table(String table)
          Sets the table attribute
 MapKeyColumn<T> MapKeyColumn.unique(Boolean unique)
          Sets the unique attribute
 MapKeyColumn<T> MapKeyColumn.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.