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<OneToMany<T>> OneToMany.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<T> MapKey.name(String name)
          Sets the name attribute
 MapKey<T> MapKey.removeName()
          Removes the name attribute
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.