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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return Basic
 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.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.orm10 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.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.