ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return CollectionTable
 CollectionTable<T> CollectionTable.catalog(String catalog)
          Sets the catalog attribute
 CollectionTable<ElementCollection<T>> ElementCollection.getOrCreateCollectionTable()
          If not already created, a new collection-table element with the given value will be created.
 CollectionTable<T> CollectionTable.name(String name)
          Sets the name attribute
 CollectionTable<T> CollectionTable.removeAllJoinColumn()
          Removes all join-column elements
 CollectionTable<T> CollectionTable.removeAllUniqueConstraint()
          Removes all unique-constraint elements
 CollectionTable<T> CollectionTable.removeCatalog()
          Removes the catalog attribute
 CollectionTable<T> CollectionTable.removeName()
          Removes the name attribute
 CollectionTable<T> CollectionTable.removeSchema()
          Removes the schema attribute
 CollectionTable<T> CollectionTable.schema(String schema)
          Sets the schema attribute
 

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