com.is.jrf
Class JDBCHelperFactory

java.lang.Object
  |
  +--com.is.jrf.JDBCHelperFactory

public class JDBCHelperFactory
extends java.lang.Object

Use of this class or is not required by the framework. This class is used by the AbstractDomain superclass only when it has not been given the appropriate JDBCHelper information.

This class keeps the JDBCHelper creation logic in one place.


Constructor Summary
JDBCHelperFactory()
           
 
Method Summary
static JDBCHelper create()
          Create and return a new JDBCHelper instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCHelperFactory

public JDBCHelperFactory()
Method Detail

create

public static JDBCHelper create()
Create and return a new JDBCHelper instance.
Returns:
a value of type 'JDBCHelper'