ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return MapKeyJoinColumn
 MapKeyJoinColumn<T> MapKeyJoinColumn.columnDefinition(String columnDefinition)
          Sets the column-definition attribute
 MapKeyJoinColumn<ElementCollection<T>> ElementCollection.createMapKeyJoinColumn()
          Creates a new map-key-join-column element
 MapKeyJoinColumn<ManyToMany<T>> ManyToMany.createMapKeyJoinColumn()
          Creates a new map-key-join-column element
 MapKeyJoinColumn<OneToMany<T>> OneToMany.createMapKeyJoinColumn()
          Creates a new map-key-join-column element
 MapKeyJoinColumn<ElementCollection<T>> ElementCollection.getOrCreateMapKeyJoinColumn()
          If not already created, a new map-key-join-column element will be created and returned.
 MapKeyJoinColumn<ManyToMany<T>> ManyToMany.getOrCreateMapKeyJoinColumn()
          If not already created, a new map-key-join-column element will be created and returned.
 MapKeyJoinColumn<OneToMany<T>> OneToMany.getOrCreateMapKeyJoinColumn()
          If not already created, a new map-key-join-column element will be created and returned.
 MapKeyJoinColumn<T> MapKeyJoinColumn.insertable(Boolean insertable)
          Sets the insertable attribute
 MapKeyJoinColumn<T> MapKeyJoinColumn.name(String name)
          Sets the name attribute
 MapKeyJoinColumn<T> MapKeyJoinColumn.nullable(Boolean nullable)
          Sets the nullable attribute
 MapKeyJoinColumn<T> MapKeyJoinColumn.referencedColumnName(String referencedColumnName)
          Sets the referenced-column-name attribute
 MapKeyJoinColumn<T> MapKeyJoinColumn.removeColumnDefinition()
          Removes the column-definition attribute
 MapKeyJoinColumn<T> MapKeyJoinColumn.removeInsertable()
          Removes the insertable attribute
 MapKeyJoinColumn<T> MapKeyJoinColumn.removeName()
          Removes the name attribute
 MapKeyJoinColumn<T> MapKeyJoinColumn.removeNullable()
          Removes the nullable attribute
 MapKeyJoinColumn<T> MapKeyJoinColumn.removeReferencedColumnName()
          Removes the referenced-column-name attribute
 MapKeyJoinColumn<T> MapKeyJoinColumn.removeTable()
          Removes the table attribute
 MapKeyJoinColumn<T> MapKeyJoinColumn.removeUnique()
          Removes the unique attribute
 MapKeyJoinColumn<T> MapKeyJoinColumn.removeUpdatable()
          Removes the updatable attribute
 MapKeyJoinColumn<T> MapKeyJoinColumn.table(String table)
          Sets the table attribute
 MapKeyJoinColumn<T> MapKeyJoinColumn.unique(Boolean unique)
          Sets the unique attribute
 MapKeyJoinColumn<T> MapKeyJoinColumn.updatable(Boolean updatable)
          Sets the updatable attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type MapKeyJoinColumn
 List<MapKeyJoinColumn<ElementCollection<T>>> ElementCollection.getAllMapKeyJoinColumn()
          Returns all map-key-join-column elements
 List<MapKeyJoinColumn<ManyToMany<T>>> ManyToMany.getAllMapKeyJoinColumn()
          Returns all map-key-join-column elements
 List<MapKeyJoinColumn<OneToMany<T>>> OneToMany.getAllMapKeyJoinColumn()
          Returns all map-key-join-column elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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