ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return Basic
 Basic<T> Basic.access(AccessType access)
          Sets the access attribute
 Basic<T> Basic.access(String access)
          Sets the access attribute
 Basic<Attributes<T>> Attributes.createBasic()
          Creates a new basic element
 Basic<EmbeddableAttributes<T>> EmbeddableAttributes.createBasic()
          Creates a new basic element
 Basic<T> Basic.enumerated(EnumType enumerated)
          Sets the enumerated element
 Basic<T> Basic.enumerated(String enumerated)
          Sets the enumerated element
 Basic<T> Basic.fetch(FetchType fetch)
          Sets the fetch attribute
 Basic<T> Basic.fetch(String fetch)
          Sets the fetch attribute
 Basic<Attributes<T>> Attributes.getOrCreateBasic()
          If not already created, a new basic element will be created and returned.
 Basic<EmbeddableAttributes<T>> EmbeddableAttributes.getOrCreateBasic()
          If not already created, a new basic element will be created and returned.
 Basic<T> Basic.lob()
          Sets the lob element
 Basic<T> Basic.name(String name)
          Sets the name attribute
 Basic<T> Basic.optional(Boolean optional)
          Sets the optional attribute
 Basic<T> Basic.removeAccess()
          Removes the access attribute
 Basic<T> Basic.removeColumn()
          Removes the column element
 Basic<T> Basic.removeEnumerated()
          Removes the enumerated attribute
 Basic<T> Basic.removeFetch()
          Removes the fetch attribute
 Basic<T> Basic.removeLob()
          Removes the lob element
 Basic<T> Basic.removeName()
          Removes the name attribute
 Basic<T> Basic.removeOptional()
          Removes the optional attribute
 Basic<T> Basic.removeTemporal()
          Removes the temporal attribute
 Basic<T> Basic.temporal(String temporal)
          Sets the temporal element
 Basic<T> Basic.temporal(TemporalType temporal)
          Sets the temporal element
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type Basic
 List<Basic<Attributes<T>>> Attributes.getAllBasic()
          Returns all basic elements
 List<Basic<EmbeddableAttributes<T>>> EmbeddableAttributes.getAllBasic()
          Returns all basic elements
 Column<Basic<T>> Basic.getOrCreateColumn()
          If not already created, a new 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.