ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return SecondaryTable
 SecondaryTable<T> SecondaryTable.catalog(String catalog)
          Sets the catalog attribute
 SecondaryTable<Entity<T>> Entity.createSecondaryTable()
          Creates a new secondary-table element
 SecondaryTable<Entity<T>> Entity.getOrCreateSecondaryTable()
          If not already created, a new secondary-table element will be created and returned.
 SecondaryTable<T> SecondaryTable.name(String name)
          Sets the name attribute
 SecondaryTable<T> SecondaryTable.removeAllPrimaryKeyJoinColumn()
          Removes all primary-key-join-column elements
 SecondaryTable<T> SecondaryTable.removeAllUniqueConstraint()
          Removes all unique-constraint elements
 SecondaryTable<T> SecondaryTable.removeCatalog()
          Removes the catalog attribute
 SecondaryTable<T> SecondaryTable.removeName()
          Removes the name attribute
 SecondaryTable<T> SecondaryTable.removeSchema()
          Removes the schema attribute
 SecondaryTable<T> SecondaryTable.schema(String schema)
          Sets the schema attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type SecondaryTable
 PrimaryKeyJoinColumn<SecondaryTable<T>> SecondaryTable.createPrimaryKeyJoinColumn()
          Creates a new primary-key-join-column element
 UniqueConstraint<SecondaryTable<T>> SecondaryTable.createUniqueConstraint()
          Creates a new unique-constraint element
 List<PrimaryKeyJoinColumn<SecondaryTable<T>>> SecondaryTable.getAllPrimaryKeyJoinColumn()
          Returns all primary-key-join-column elements
 List<SecondaryTable<Entity<T>>> Entity.getAllSecondaryTable()
          Returns all secondary-table elements
 List<UniqueConstraint<SecondaryTable<T>>> SecondaryTable.getAllUniqueConstraint()
          Returns all unique-constraint elements
 PrimaryKeyJoinColumn<SecondaryTable<T>> SecondaryTable.getOrCreatePrimaryKeyJoinColumn()
          If not already created, a new primary-key-join-column element will be created and returned.
 UniqueConstraint<SecondaryTable<T>> SecondaryTable.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.