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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return Inheritance
 Inheritance<Entity<T>> Entity.getOrCreateInheritance()
          If not already created, a new inheritance element with the given value will be created.
 Inheritance<T> Inheritance.removeStrategy()
          Removes the strategy attribute
 Inheritance<T> Inheritance.strategy(InheritanceType strategy)
          Sets the strategy attribute
 Inheritance<T> Inheritance.strategy(String strategy)
          Sets the strategy attribute
 



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