Package org.apache.openejb.jee.jba.cmp
Class Mapping
- java.lang.Object
-
- org.apache.openejb.jee.jba.cmp.Mapping
-
public class Mapping extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://jboss.org}java-type"/> <element ref="{http://jboss.org}jdbc-type"/> <element ref="{http://jboss.org}sql-type"/> <element ref="{http://jboss.org}param-setter" minOccurs="0"/> <element ref="{http://jboss.org}result-reader" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected JavaTypejavaTypeprotected JdbcTypejdbcTypeprotected ParamSetterparamSetterprotected ResultReaderresultReaderprotected SqlTypesqlType
-
Constructor Summary
Constructors Constructor Description Mapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaTypegetJavaType()Gets the value of the javaType property.JdbcTypegetJdbcType()Gets the value of the jdbcType property.ParamSettergetParamSetter()Gets the value of the paramSetter property.ResultReadergetResultReader()Gets the value of the resultReader property.SqlTypegetSqlType()Gets the value of the sqlType property.voidsetJavaType(JavaType value)Sets the value of the javaType property.voidsetJdbcType(JdbcType value)Sets the value of the jdbcType property.voidsetParamSetter(ParamSetter value)Sets the value of the paramSetter property.voidsetResultReader(ResultReader value)Sets the value of the resultReader property.voidsetSqlType(SqlType value)Sets the value of the sqlType property.
-
-
-
Field Detail
-
javaType
protected JavaType javaType
-
jdbcType
protected JdbcType jdbcType
-
sqlType
protected SqlType sqlType
-
paramSetter
protected ParamSetter paramSetter
-
resultReader
protected ResultReader resultReader
-
-
Method Detail
-
getJavaType
public JavaType getJavaType()
Gets the value of the javaType property.- Returns:
- possible object is
JavaType
-
setJavaType
public void setJavaType(JavaType value)
Sets the value of the javaType property.- Parameters:
value- allowed object isJavaType
-
getJdbcType
public JdbcType getJdbcType()
Gets the value of the jdbcType property.- Returns:
- possible object is
JdbcType
-
setJdbcType
public void setJdbcType(JdbcType value)
Sets the value of the jdbcType property.- Parameters:
value- allowed object isJdbcType
-
getSqlType
public SqlType getSqlType()
Gets the value of the sqlType property.- Returns:
- possible object is
SqlType
-
setSqlType
public void setSqlType(SqlType value)
Sets the value of the sqlType property.- Parameters:
value- allowed object isSqlType
-
getParamSetter
public ParamSetter getParamSetter()
Gets the value of the paramSetter property.- Returns:
- possible object is
ParamSetter
-
setParamSetter
public void setParamSetter(ParamSetter value)
Sets the value of the paramSetter property.- Parameters:
value- allowed object isParamSetter
-
getResultReader
public ResultReader getResultReader()
Gets the value of the resultReader property.- Returns:
- possible object is
ResultReader
-
setResultReader
public void setResultReader(ResultReader value)
Sets the value of the resultReader property.- Parameters:
value- allowed object isResultReader
-
-