|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.syrtsov.ddao.factory.StatementFactoryManager
public class StatementFactoryManager
StatementFactoryManager maintains lazy loaded cache of mappings of method objects to StatementFactory implementations.
Created by Pavel Syrtsov Date: Nov 3, 2007 Time: 5:11:13 PM
| Field Summary | |
|---|---|
static java.lang.Class<? extends StatementFactory> |
defaultStatementFactory
default implementation class |
| Constructor Summary | |
|---|---|
StatementFactoryManager()
|
|
| Method Summary | |
|---|---|
static StatementFactory |
createStatementFactory(java.lang.reflect.Method method,
java.lang.String sql)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.Class<? extends StatementFactory> defaultStatementFactory
| Constructor Detail |
|---|
public StatementFactoryManager()
| Method Detail |
|---|
public static StatementFactory createStatementFactory(java.lang.reflect.Method method,
java.lang.String sql)
throws StatementFactoryException
StatementFactoryException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||