ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return JoinTable
 JoinTable<T> JoinTable.catalog(String catalog)
          Sets the catalog attribute
 JoinTable<AssociationOverride<T>> AssociationOverride.getOrCreateJoinTable()
          If not already created, a new join-table element with the given value will be created.
 JoinTable<OneToOne<T>> OneToOne.getOrCreateJoinTable()
          If not already created, a new join-table element with the given value will be created.
 JoinTable<ManyToMany<T>> ManyToMany.getOrCreateJoinTable()
          If not already created, a new join-table element with the given value will be created.
 JoinTable<OneToMany<T>> OneToMany.getOrCreateJoinTable()
          If not already created, a new join-table element with the given value will be created.
 JoinTable<ManyToOne<T>> ManyToOne.getOrCreateJoinTable()
          If not already created, a new join-table element with the given value will be created.
 JoinTable<T> JoinTable.name(String name)
          Sets the name attribute
 JoinTable<T> JoinTable.removeAllInverseJoinColumn()
          Removes all inverse-join-column elements
 JoinTable<T> JoinTable.removeAllJoinColumn()
          Removes all join-column elements
 JoinTable<T> JoinTable.removeAllUniqueConstraint()
          Removes all unique-constraint elements
 JoinTable<T> JoinTable.removeCatalog()
          Removes the catalog attribute
 JoinTable<T> JoinTable.removeName()
          Removes the name attribute
 JoinTable<T> JoinTable.removeSchema()
          Removes the schema attribute
 JoinTable<T> JoinTable.schema(String schema)
          Sets the schema attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type JoinTable
 JoinColumn<JoinTable<T>> JoinTable.createInverseJoinColumn()
          Creates a new inverse-join-column element
 JoinColumn<JoinTable<T>> JoinTable.createJoinColumn()
          Creates a new join-column element
 UniqueConstraint<JoinTable<T>> JoinTable.createUniqueConstraint()
          Creates a new unique-constraint element
 List<JoinColumn<JoinTable<T>>> JoinTable.getAllInverseJoinColumn()
          Returns all inverse-join-column elements
 List<JoinColumn<JoinTable<T>>> JoinTable.getAllJoinColumn()
          Returns all join-column elements
 List<UniqueConstraint<JoinTable<T>>> JoinTable.getAllUniqueConstraint()
          Returns all unique-constraint elements
 JoinColumn<JoinTable<T>> JoinTable.getOrCreateInverseJoinColumn()
          If not already created, a new inverse-join-column element will be created and returned.
 JoinColumn<JoinTable<T>> JoinTable.getOrCreateJoinColumn()
          If not already created, a new join-column element will be created and returned.
 UniqueConstraint<JoinTable<T>> JoinTable.getOrCreateUniqueConstraint()
          If not already created, a new unique-constraint element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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