Uses of Class
org.apache.openejb.jee.jba.cmp.FieldName

Packages that use FieldName
org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of FieldName in org.apache.openejb.jee.jba.cmp
 

Fields in org.apache.openejb.jee.jba.cmp declared as FieldName
protected  FieldName CmpField.fieldName
           
protected  FieldName UnknownPk.fieldName
           
protected  FieldName OptimisticLocking.fieldName
           
protected  FieldName CreatedBy.fieldName
           
protected  FieldName CreatedTime.fieldName
           
protected  FieldName UpdatedBy.fieldName
           
protected  FieldName UpdatedTime.fieldName
           
protected  FieldName Select.fieldName
           
protected  FieldName KeyField.fieldName
           
 

Fields in org.apache.openejb.jee.jba.cmp with type parameters of type FieldName
protected  List<FieldName> LoadGroup.fieldName
           
 

Methods in org.apache.openejb.jee.jba.cmp that return FieldName
 FieldName ObjectFactory.createFieldName()
          Create an instance of FieldName
 FieldName CmpField.getFieldName()
          Gets the value of the fieldName property.
 FieldName UnknownPk.getFieldName()
          Gets the value of the fieldName property.
 FieldName OptimisticLocking.getFieldName()
          Gets the value of the fieldName property.
 FieldName CreatedBy.getFieldName()
          Gets the value of the fieldName property.
 FieldName CreatedTime.getFieldName()
          Gets the value of the fieldName property.
 FieldName UpdatedBy.getFieldName()
          Gets the value of the fieldName property.
 FieldName UpdatedTime.getFieldName()
          Gets the value of the fieldName property.
 FieldName Select.getFieldName()
          Gets the value of the fieldName property.
 FieldName KeyField.getFieldName()
          Gets the value of the fieldName property.
 

Methods in org.apache.openejb.jee.jba.cmp that return types with arguments of type FieldName
 List<FieldName> LoadGroup.getFieldName()
          Gets the value of the fieldName property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type FieldName
 void CmpField.setFieldName(FieldName value)
          Sets the value of the fieldName property.
 void UnknownPk.setFieldName(FieldName value)
          Sets the value of the fieldName property.
 void OptimisticLocking.setFieldName(FieldName value)
          Sets the value of the fieldName property.
 void CreatedBy.setFieldName(FieldName value)
          Sets the value of the fieldName property.
 void CreatedTime.setFieldName(FieldName value)
          Sets the value of the fieldName property.
 void UpdatedBy.setFieldName(FieldName value)
          Sets the value of the fieldName property.
 void UpdatedTime.setFieldName(FieldName value)
          Sets the value of the fieldName property.
 void Select.setFieldName(FieldName value)
          Sets the value of the fieldName property.
 void KeyField.setFieldName(FieldName value)
          Sets the value of the fieldName property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.