ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return ElementCollection
 ElementCollection<T> ElementCollection.access(AccessType access)
          Sets the access attribute
 ElementCollection<T> ElementCollection.access(String access)
          Sets the access attribute
 ElementCollection<Attributes<T>> Attributes.createElementCollection()
          Creates a new element-collection element
 ElementCollection<EmbeddableAttributes<T>> EmbeddableAttributes.createElementCollection()
          Creates a new element-collection element
 ElementCollection<T> ElementCollection.enumerated(EnumType enumerated)
          Sets the enumerated element
 ElementCollection<T> ElementCollection.enumerated(String enumerated)
          Sets the enumerated element
 ElementCollection<T> ElementCollection.fetch(FetchType fetch)
          Sets the fetch attribute
 ElementCollection<T> ElementCollection.fetch(String fetch)
          Sets the fetch attribute
 ElementCollection<Attributes<T>> Attributes.getOrCreateElementCollection()
          If not already created, a new element-collection element will be created and returned.
 ElementCollection<EmbeddableAttributes<T>> EmbeddableAttributes.getOrCreateElementCollection()
          If not already created, a new element-collection element will be created and returned.
 ElementCollection<T> ElementCollection.lob()
          Sets the lob element
 ElementCollection<T> ElementCollection.mapKeyEnumerated(EnumType mapKeyEnumerated)
          Sets the map-key-enumerated element
 ElementCollection<T> ElementCollection.mapKeyEnumerated(String mapKeyEnumerated)
          Sets the map-key-enumerated element
 ElementCollection<T> ElementCollection.mapKeyTemporal(String mapKeyTemporal)
          Sets the map-key-temporal element
 ElementCollection<T> ElementCollection.mapKeyTemporal(TemporalType mapKeyTemporal)
          Sets the map-key-temporal element
 ElementCollection<T> ElementCollection.name(String name)
          Sets the name attribute
 ElementCollection<T> ElementCollection.orderBy(String orderBy)
          Sets the order-by element
 ElementCollection<T> ElementCollection.removeAccess()
          Removes the access attribute
 ElementCollection<T> ElementCollection.removeAllAssociationOverride()
          Removes all association-override elements
 ElementCollection<T> ElementCollection.removeAllAttributeOverride()
          Removes all attribute-override elements
 ElementCollection<T> ElementCollection.removeAllMapKeyAttributeOverride()
          Removes all map-key-attribute-override elements
 ElementCollection<T> ElementCollection.removeAllMapKeyJoinColumn()
          Removes all map-key-join-column elements
 ElementCollection<T> ElementCollection.removeCollectionTable()
          Removes the collection-table element
 ElementCollection<T> ElementCollection.removeColumn()
          Removes the column element
 ElementCollection<T> ElementCollection.removeEnumerated()
          Removes the enumerated attribute
 ElementCollection<T> ElementCollection.removeFetch()
          Removes the fetch attribute
 ElementCollection<T> ElementCollection.removeLob()
          Removes the lob element
 ElementCollection<T> ElementCollection.removeMapKey()
          Removes the map-key element
 ElementCollection<T> ElementCollection.removeMapKeyClass()
          Removes the map-key-class element
 ElementCollection<T> ElementCollection.removeMapKeyColumn()
          Removes the map-key-column element
 ElementCollection<T> ElementCollection.removeMapKeyEnumerated()
          Removes the map-key-enumerated attribute
 ElementCollection<T> ElementCollection.removeMapKeyTemporal()
          Removes the map-key-temporal attribute
 ElementCollection<T> ElementCollection.removeName()
          Removes the name attribute
 ElementCollection<T> ElementCollection.removeOrderBy()
          Removes the order-by element
 ElementCollection<T> ElementCollection.removeOrderColumn()
          Removes the order-column element
 ElementCollection<T> ElementCollection.removeTargetClass()
          Removes the target-class attribute
 ElementCollection<T> ElementCollection.removeTemporal()
          Removes the temporal attribute
 ElementCollection<T> ElementCollection.targetClass(String targetClass)
          Sets the target-class attribute
 ElementCollection<T> ElementCollection.temporal(String temporal)
          Sets the temporal element
 ElementCollection<T> ElementCollection.temporal(TemporalType temporal)
          Sets the temporal element
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type ElementCollection
 AssociationOverride<ElementCollection<T>> ElementCollection.createAssociationOverride()
          Creates a new association-override element
 AttributeOverride<ElementCollection<T>> ElementCollection.createAttributeOverride()
          Creates a new attribute-override element
 AttributeOverride<ElementCollection<T>> ElementCollection.createMapKeyAttributeOverride()
          Creates a new map-key-attribute-override element
 MapKeyJoinColumn<ElementCollection<T>> ElementCollection.createMapKeyJoinColumn()
          Creates a new map-key-join-column element
 List<AssociationOverride<ElementCollection<T>>> ElementCollection.getAllAssociationOverride()
          Returns all association-override elements
 List<AttributeOverride<ElementCollection<T>>> ElementCollection.getAllAttributeOverride()
          Returns all attribute-override elements
 List<ElementCollection<Attributes<T>>> Attributes.getAllElementCollection()
          Returns all element-collection elements
 List<ElementCollection<EmbeddableAttributes<T>>> EmbeddableAttributes.getAllElementCollection()
          Returns all element-collection elements
 List<AttributeOverride<ElementCollection<T>>> ElementCollection.getAllMapKeyAttributeOverride()
          Returns all map-key-attribute-override elements
 List<MapKeyJoinColumn<ElementCollection<T>>> ElementCollection.getAllMapKeyJoinColumn()
          Returns all map-key-join-column elements
 AssociationOverride<ElementCollection<T>> ElementCollection.getOrCreateAssociationOverride()
          If not already created, a new association-override element will be created and returned.
 AttributeOverride<ElementCollection<T>> ElementCollection.getOrCreateAttributeOverride()
          If not already created, a new attribute-override element will be created and returned.
 CollectionTable<ElementCollection<T>> ElementCollection.getOrCreateCollectionTable()
          If not already created, a new collection-table element with the given value will be created.
 Column<ElementCollection<T>> ElementCollection.getOrCreateColumn()
          If not already created, a new column element with the given value will be created.
 MapKey<ElementCollection<T>> ElementCollection.getOrCreateMapKey()
          If not already created, a new map-key element with the given value will be created.
 AttributeOverride<ElementCollection<T>> ElementCollection.getOrCreateMapKeyAttributeOverride()
          If not already created, a new map-key-attribute-override element will be created and returned.
 MapKeyClass<ElementCollection<T>> ElementCollection.getOrCreateMapKeyClass()
          If not already created, a new map-key-class element with the given value will be created.
 MapKeyColumn<ElementCollection<T>> ElementCollection.getOrCreateMapKeyColumn()
          If not already created, a new map-key-column element with the given value will be created.
 MapKeyJoinColumn<ElementCollection<T>> ElementCollection.getOrCreateMapKeyJoinColumn()
          If not already created, a new map-key-join-column element will be created and returned.
 OrderColumn<ElementCollection<T>> ElementCollection.getOrCreateOrderColumn()
          If not already created, a new order-column 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.