ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return AssociationOverride
 AssociationOverride<ElementCollection<T>> ElementCollection.createAssociationOverride()
          Creates a new association-override element
 AssociationOverride<Entity<T>> Entity.createAssociationOverride()
          Creates a new association-override element
 AssociationOverride<Embedded<T>> Embedded.createAssociationOverride()
          Creates a new association-override element
 AssociationOverride<T> AssociationOverride.description(String description)
          Sets the description element
 AssociationOverride<ElementCollection<T>> ElementCollection.getOrCreateAssociationOverride()
          If not already created, a new association-override element will be created and returned.
 AssociationOverride<Entity<T>> Entity.getOrCreateAssociationOverride()
          If not already created, a new association-override element will be created and returned.
 AssociationOverride<Embedded<T>> Embedded.getOrCreateAssociationOverride()
          If not already created, a new association-override element will be created and returned.
 AssociationOverride<T> AssociationOverride.name(String name)
          Sets the name attribute
 AssociationOverride<T> AssociationOverride.removeAllJoinColumn()
          Removes all join-column elements
 AssociationOverride<T> AssociationOverride.removeDescription()
          Removes the description element
 AssociationOverride<T> AssociationOverride.removeJoinTable()
          Removes the join-table element
 AssociationOverride<T> AssociationOverride.removeName()
          Removes the name attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type AssociationOverride
 JoinColumn<AssociationOverride<T>> AssociationOverride.createJoinColumn()
          Creates a new join-column element
 List<AssociationOverride<ElementCollection<T>>> ElementCollection.getAllAssociationOverride()
          Returns all association-override elements
 List<AssociationOverride<Entity<T>>> Entity.getAllAssociationOverride()
          Returns all association-override elements
 List<AssociationOverride<Embedded<T>>> Embedded.getAllAssociationOverride()
          Returns all association-override elements
 List<JoinColumn<AssociationOverride<T>>> AssociationOverride.getAllJoinColumn()
          Returns all join-column elements
 JoinColumn<AssociationOverride<T>> AssociationOverride.getOrCreateJoinColumn()
          If not already created, a new join-column element will be created and returned.
 JoinTable<AssociationOverride<T>> AssociationOverride.getOrCreateJoinTable()
          If not already created, a new join-table element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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