ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.orm10.IdClass

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

Uses of IdClass in org.jboss.shrinkwrap.descriptor.api.orm10
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return IdClass
 IdClass<T> IdClass.clazz(String clazz)
          Sets the class attribute
 IdClass<MappedSuperclass<T>> MappedSuperclass.getOrCreateIdClass()
          If not already created, a new id-class element with the given value will be created.
 IdClass<Entity<T>> Entity.getOrCreateIdClass()
          If not already created, a new id-class element with the given value will be created.
 IdClass<T> IdClass.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.