ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return Attributes
 Attributes<T> Attributes.description(String description)
          Sets the description element
 Attributes<MappedSuperclass<T>> MappedSuperclass.getOrCreateAttributes()
          If not already created, a new attributes element with the given value will be created.
 Attributes<Entity<T>> Entity.getOrCreateAttributes()
          If not already created, a new attributes element with the given value will be created.
 Attributes<T> Attributes.removeAllBasic()
          Removes all basic elements
 Attributes<T> Attributes.removeAllElementCollection()
          Removes all element-collection elements
 Attributes<T> Attributes.removeAllEmbedded()
          Removes all embedded elements
 Attributes<T> Attributes.removeAllId()
          Removes all id elements
 Attributes<T> Attributes.removeAllManyToMany()
          Removes all many-to-many elements
 Attributes<T> Attributes.removeAllManyToOne()
          Removes all many-to-one elements
 Attributes<T> Attributes.removeAllOneToMany()
          Removes all one-to-many elements
 Attributes<T> Attributes.removeAllOneToOne()
          Removes all one-to-one elements
 Attributes<T> Attributes.removeAllTransient()
          Removes all transient elements
 Attributes<T> Attributes.removeAllVersion()
          Removes all version elements
 Attributes<T> Attributes.removeDescription()
          Removes the description element
 Attributes<T> Attributes.removeEmbeddedId()
          Removes the embedded-id element
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type Attributes
 Basic<Attributes<T>> Attributes.createBasic()
          Creates a new basic element
 ElementCollection<Attributes<T>> Attributes.createElementCollection()
          Creates a new element-collection element
 Embedded<Attributes<T>> Attributes.createEmbedded()
          Creates a new embedded element
 Id<Attributes<T>> Attributes.createId()
          Creates a new id element
 ManyToMany<Attributes<T>> Attributes.createManyToMany()
          Creates a new many-to-many element
 ManyToOne<Attributes<T>> Attributes.createManyToOne()
          Creates a new many-to-one element
 OneToMany<Attributes<T>> Attributes.createOneToMany()
          Creates a new one-to-many element
 OneToOne<Attributes<T>> Attributes.createOneToOne()
          Creates a new one-to-one element
 Transient<Attributes<T>> Attributes.createTransient()
          Creates a new transient element
 Version<Attributes<T>> Attributes.createVersion()
          Creates a new version element
 List<Basic<Attributes<T>>> Attributes.getAllBasic()
          Returns all basic elements
 List<ElementCollection<Attributes<T>>> Attributes.getAllElementCollection()
          Returns all element-collection elements
 List<Embedded<Attributes<T>>> Attributes.getAllEmbedded()
          Returns all embedded elements
 List<Id<Attributes<T>>> Attributes.getAllId()
          Returns all id elements
 List<ManyToMany<Attributes<T>>> Attributes.getAllManyToMany()
          Returns all many-to-many elements
 List<ManyToOne<Attributes<T>>> Attributes.getAllManyToOne()
          Returns all many-to-one elements
 List<OneToMany<Attributes<T>>> Attributes.getAllOneToMany()
          Returns all one-to-many elements
 List<OneToOne<Attributes<T>>> Attributes.getAllOneToOne()
          Returns all one-to-one elements
 List<Transient<Attributes<T>>> Attributes.getAllTransient()
          Returns all transient elements
 List<Version<Attributes<T>>> Attributes.getAllVersion()
          Returns all version elements
 Basic<Attributes<T>> Attributes.getOrCreateBasic()
          If not already created, a new basic element will be created and returned.
 ElementCollection<Attributes<T>> Attributes.getOrCreateElementCollection()
          If not already created, a new element-collection element will be created and returned.
 Embedded<Attributes<T>> Attributes.getOrCreateEmbedded()
          If not already created, a new embedded element will be created and returned.
 EmbeddedId<Attributes<T>> Attributes.getOrCreateEmbeddedId()
          If not already created, a new embedded-id element with the given value will be created.
 Id<Attributes<T>> Attributes.getOrCreateId()
          If not already created, a new id element will be created and returned.
 ManyToMany<Attributes<T>> Attributes.getOrCreateManyToMany()
          If not already created, a new many-to-many element will be created and returned.
 ManyToOne<Attributes<T>> Attributes.getOrCreateManyToOne()
          If not already created, a new many-to-one element will be created and returned.
 OneToMany<Attributes<T>> Attributes.getOrCreateOneToMany()
          If not already created, a new one-to-many element will be created and returned.
 OneToOne<Attributes<T>> Attributes.getOrCreateOneToOne()
          If not already created, a new one-to-one element will be created and returned.
 Transient<Attributes<T>> Attributes.getOrCreateTransient()
          If not already created, a new transient element will be created and returned.
 Version<Attributes<T>> Attributes.getOrCreateVersion()
          If not already created, a new version 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.