ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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