Uses of Class
org.jboss.ejb.plugins.cmp.jdbc.JDBCTypeComplexProperty

Packages that use JDBCTypeComplexProperty
org.jboss.ejb.plugins.cmp.jdbc Package description goes here
 

Uses of JDBCTypeComplexProperty in org.jboss.ejb.plugins.cmp.jdbc
 

Methods in org.jboss.ejb.plugins.cmp.jdbc that return JDBCTypeComplexProperty
 JDBCTypeComplexProperty[] JDBCTypeComplex.getProperties()
           
 JDBCTypeComplexProperty JDBCTypeComplex.getProperty(String propertyName)
           
 

Constructors in org.jboss.ejb.plugins.cmp.jdbc with parameters of type JDBCTypeComplexProperty
QueryParameter(int argNum, boolean isPrimaryKeyParameter, JDBCFieldBridge field, JDBCTypeComplexProperty property, int jdbcType)
           
JDBCTypeComplexProperty(JDBCTypeComplexProperty defaultProperty, String columnName, int jdbcType, String sqlType, boolean notNull)
           
JDBCTypeComplex(JDBCTypeComplexProperty[] properties, Class fieldType)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.