ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return PrimaryKeyJoinColumn
 PrimaryKeyJoinColumn<T> PrimaryKeyJoinColumn.columnDefinition(String columnDefinition)
          Sets the column-definition attribute
 PrimaryKeyJoinColumn<OneToOne<T>> OneToOne.createPrimaryKeyJoinColumn()
          Creates a new primary-key-join-column element
 PrimaryKeyJoinColumn<SecondaryTable<T>> SecondaryTable.createPrimaryKeyJoinColumn()
          Creates a new primary-key-join-column element
 PrimaryKeyJoinColumn<Entity<T>> Entity.createPrimaryKeyJoinColumn()
          Creates a new primary-key-join-column element
 PrimaryKeyJoinColumn<OneToOne<T>> OneToOne.getOrCreatePrimaryKeyJoinColumn()
          If not already created, a new primary-key-join-column element will be created and returned.
 PrimaryKeyJoinColumn<SecondaryTable<T>> SecondaryTable.getOrCreatePrimaryKeyJoinColumn()
          If not already created, a new primary-key-join-column element will be created and returned.
 PrimaryKeyJoinColumn<Entity<T>> Entity.getOrCreatePrimaryKeyJoinColumn()
          If not already created, a new primary-key-join-column element will be created and returned.
 PrimaryKeyJoinColumn<T> PrimaryKeyJoinColumn.name(String name)
          Sets the name attribute
 PrimaryKeyJoinColumn<T> PrimaryKeyJoinColumn.referencedColumnName(String referencedColumnName)
          Sets the referenced-column-name attribute
 PrimaryKeyJoinColumn<T> PrimaryKeyJoinColumn.removeColumnDefinition()
          Removes the column-definition attribute
 PrimaryKeyJoinColumn<T> PrimaryKeyJoinColumn.removeName()
          Removes the name attribute
 PrimaryKeyJoinColumn<T> PrimaryKeyJoinColumn.removeReferencedColumnName()
          Removes the referenced-column-name attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type PrimaryKeyJoinColumn
 List<PrimaryKeyJoinColumn<OneToOne<T>>> OneToOne.getAllPrimaryKeyJoinColumn()
          Returns all primary-key-join-column elements
 List<PrimaryKeyJoinColumn<SecondaryTable<T>>> SecondaryTable.getAllPrimaryKeyJoinColumn()
          Returns all primary-key-join-column elements
 List<PrimaryKeyJoinColumn<Entity<T>>> Entity.getAllPrimaryKeyJoinColumn()
          Returns all primary-key-join-column elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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