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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return Version
 Version<T> Version.access(AccessType access)
          Sets the access attribute
 Version<T> Version.access(String access)
          Sets the access attribute
 Version<Attributes<T>> Attributes.createVersion()
          Creates a new version element
 Version<Attributes<T>> Attributes.getOrCreateVersion()
          If not already created, a new version element will be created and returned.
 Version<T> Version.name(String name)
          Sets the name attribute
 Version<T> Version.removeAccess()
          Removes the access attribute
 Version<T> Version.removeColumn()
          Removes the column element
 Version<T> Version.removeName()
          Removes the name attribute
 Version<T> Version.removeTemporal()
          Removes the temporal attribute
 Version<T> Version.temporal(String temporal)
          Sets the temporal element
 Version<T> Version.temporal(TemporalType temporal)
          Sets the temporal element
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type Version
 List<Version<Attributes<T>>> Attributes.getAllVersion()
          Returns all version elements
 Column<Version<T>> Version.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.