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

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

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

Fields in org.apache.openejb.jee.jba.cmp declared as SqlType
protected  SqlType Mapping.sqlType
           
protected  SqlType CmpField.sqlType
           
protected  SqlType UnknownPk.sqlType
           
protected  SqlType OptimisticLocking.sqlType
           
protected  SqlType Property.sqlType
           
protected  SqlType CreatedBy.sqlType
           
protected  SqlType CreatedTime.sqlType
           
protected  SqlType UpdatedBy.sqlType
           
protected  SqlType UpdatedTime.sqlType
           
protected  SqlType KeyField.sqlType
           
 

Methods in org.apache.openejb.jee.jba.cmp that return SqlType
 SqlType ObjectFactory.createSqlType()
          Create an instance of SqlType
 SqlType Mapping.getSqlType()
          Gets the value of the sqlType property.
 SqlType CmpField.getSqlType()
          Gets the value of the sqlType property.
 SqlType UnknownPk.getSqlType()
          Gets the value of the sqlType property.
 SqlType OptimisticLocking.getSqlType()
          Gets the value of the sqlType property.
 SqlType Property.getSqlType()
          Gets the value of the sqlType property.
 SqlType CreatedBy.getSqlType()
          Gets the value of the sqlType property.
 SqlType CreatedTime.getSqlType()
          Gets the value of the sqlType property.
 SqlType UpdatedBy.getSqlType()
          Gets the value of the sqlType property.
 SqlType UpdatedTime.getSqlType()
          Gets the value of the sqlType property.
 SqlType KeyField.getSqlType()
          Gets the value of the sqlType property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type SqlType
 void Mapping.setSqlType(SqlType value)
          Sets the value of the sqlType property.
 void CmpField.setSqlType(SqlType value)
          Sets the value of the sqlType property.
 void UnknownPk.setSqlType(SqlType value)
          Sets the value of the sqlType property.
 void OptimisticLocking.setSqlType(SqlType value)
          Sets the value of the sqlType property.
 void Property.setSqlType(SqlType value)
          Sets the value of the sqlType property.
 void CreatedBy.setSqlType(SqlType value)
          Sets the value of the sqlType property.
 void CreatedTime.setSqlType(SqlType value)
          Sets the value of the sqlType property.
 void UpdatedBy.setSqlType(SqlType value)
          Sets the value of the sqlType property.
 void UpdatedTime.setSqlType(SqlType value)
          Sets the value of the sqlType property.
 void KeyField.setSqlType(SqlType value)
          Sets the value of the sqlType property.
 



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