org.databene.platform.db
Class ResultSet2EntityConverter

java.lang.Object
  extended by org.databene.platform.db.ResultSet2EntityConverter

public class ResultSet2EntityConverter
extends java.lang.Object

Converts a SQL ResultSet to a Benerator Entity.

Created: 24.08.2010 12:29:56

Since:
0.6.4
Author:
Volker Bergmann

Constructor Summary
ResultSet2EntityConverter()
           
 
Method Summary
static Entity convert(java.sql.ResultSet resultSet, ComplexTypeDescriptor descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSet2EntityConverter

public ResultSet2EntityConverter()
Method Detail

convert

public static Entity convert(java.sql.ResultSet resultSet,
                             ComplexTypeDescriptor descriptor)
                      throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2013. All Rights Reserved.