Uses of Class
org.apache.openejb.jee.jba.cmp.FieldName
-
Packages that use FieldName Package Description 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 Modifier and Type Field Description protected FieldNameCmpField. fieldNameprotected FieldNameCreatedBy. fieldNameprotected FieldNameCreatedTime. fieldNameprotected FieldNameKeyField. fieldNameprotected FieldNameOptimisticLocking. fieldNameprotected FieldNameSelect. fieldNameprotected FieldNameUnknownPk. fieldNameprotected FieldNameUpdatedBy. fieldNameprotected FieldNameUpdatedTime. fieldNameFields in org.apache.openejb.jee.jba.cmp with type parameters of type FieldName Modifier and Type Field Description protected List<FieldName>LoadGroup. fieldNameMethods in org.apache.openejb.jee.jba.cmp that return FieldName Modifier and Type Method Description FieldNameObjectFactory. createFieldName()Create an instance ofFieldNameFieldNameCmpField. getFieldName()Gets the value of the fieldName property.FieldNameCreatedBy. getFieldName()Gets the value of the fieldName property.FieldNameCreatedTime. getFieldName()Gets the value of the fieldName property.FieldNameKeyField. getFieldName()Gets the value of the fieldName property.FieldNameOptimisticLocking. getFieldName()Gets the value of the fieldName property.FieldNameSelect. getFieldName()Gets the value of the fieldName property.FieldNameUnknownPk. getFieldName()Gets the value of the fieldName property.FieldNameUpdatedBy. getFieldName()Gets the value of the fieldName property.FieldNameUpdatedTime. getFieldName()Gets the value of the fieldName property.Methods in org.apache.openejb.jee.jba.cmp that return types with arguments of type FieldName Modifier and Type Method Description List<FieldName>LoadGroup. getFieldName()Gets the value of the fieldName property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type FieldName Modifier and Type Method Description voidCmpField. setFieldName(FieldName value)Sets the value of the fieldName property.voidCreatedBy. setFieldName(FieldName value)Sets the value of the fieldName property.voidCreatedTime. setFieldName(FieldName value)Sets the value of the fieldName property.voidKeyField. setFieldName(FieldName value)Sets the value of the fieldName property.voidOptimisticLocking. setFieldName(FieldName value)Sets the value of the fieldName property.voidSelect. setFieldName(FieldName value)Sets the value of the fieldName property.voidUnknownPk. setFieldName(FieldName value)Sets the value of the fieldName property.voidUpdatedBy. setFieldName(FieldName value)Sets the value of the fieldName property.voidUpdatedTime. setFieldName(FieldName value)Sets the value of the fieldName property.
-