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<Entity<T>> Entity.getOrCreateIdClass()
          If not already created, a new id-class element with the given value will be created.
 IdClass<MappedSuperclass<T>> MappedSuperclass.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
 



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