ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return Embeddable
 Embeddable<T> Embeddable.access(AccessType access)
          Sets the access attribute
 Embeddable<T> Embeddable.access(String access)
          Sets the access attribute
 Embeddable<T> Embeddable.clazz(String clazz)
          Sets the class attribute
 Embeddable<OrmDescriptor> OrmDescriptor.createEmbeddable()
          Creates a new embeddable element
 Embeddable<EntityMappings<T>> EntityMappings.createEmbeddable()
          Creates a new embeddable element
 Embeddable<T> Embeddable.description(String description)
          Sets the description element
 Embeddable<OrmDescriptor> OrmDescriptor.getOrCreateEmbeddable()
          If not already created, a new embeddable element will be created and returned.
 Embeddable<EntityMappings<T>> EntityMappings.getOrCreateEmbeddable()
          If not already created, a new embeddable element will be created and returned.
 Embeddable<T> Embeddable.metadataComplete(Boolean metadataComplete)
          Sets the metadata-complete attribute
 Embeddable<T> Embeddable.removeAccess()
          Removes the access attribute
 Embeddable<T> Embeddable.removeAttributes()
          Removes the attributes element
 Embeddable<T> Embeddable.removeClazz()
          Removes the class attribute
 Embeddable<T> Embeddable.removeDescription()
          Removes the description element
 Embeddable<T> Embeddable.removeMetadataComplete()
          Removes the metadata-complete attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type Embeddable
 List<Embeddable<OrmDescriptor>> OrmDescriptor.getAllEmbeddable()
          Returns all embeddable elements
 List<Embeddable<EntityMappings<T>>> EntityMappings.getAllEmbeddable()
          Returns all embeddable elements
 EmbeddableAttributes<Embeddable<T>> Embeddable.getOrCreateAttributes()
          If not already created, a new attributes 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.