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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return FieldResult
 FieldResult<T> FieldResult.column(String column)
          Sets the column attribute
 FieldResult<EntityResult<T>> EntityResult.createFieldResult()
          Creates a new field-result element
 FieldResult<EntityResult<T>> EntityResult.getOrCreateFieldResult()
          If not already created, a new field-result element will be created and returned.
 FieldResult<T> FieldResult.name(String name)
          Sets the name attribute
 FieldResult<T> FieldResult.removeColumn()
          Removes the column attribute
 FieldResult<T> FieldResult.removeName()
          Removes the name attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type FieldResult
 List<FieldResult<EntityResult<T>>> EntityResult.getAllFieldResult()
          Returns all field-result elements
 



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