ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return MapKey
 MapKey<ElementCollection<T>> ElementCollection.getOrCreateMapKey()
          If not already created, a new map-key element with the given value will be created.
 MapKey<ManyToMany<T>> ManyToMany.getOrCreateMapKey()
          If not already created, a new map-key element with the given value will be created.
 MapKey<OneToMany<T>> OneToMany.getOrCreateMapKey()
          If not already created, a new map-key element with the given value will be created.
 MapKey<T> MapKey.name(String name)
          Sets the name attribute
 MapKey<T> MapKey.removeName()
          Removes the name attribute
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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