|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Customizer
Defines methods to customize the generation process.
DefaultCustomizer| Method Summary | |
|---|---|
String |
getClassName(Class<?> queryDefinitionClass)
Customizes the class name of the generated query object. |
ConnectionFactoryCustomizer |
getConnectionFactoryCustomizer(Class<?> queryDefinitionClass)
Customizes the way the query class gets its database connection. |
org.objectweb.asm.Type |
getListType()
Customizes the type of List implementations. |
org.objectweb.asm.Type |
getMapType()
Customizes the type of Map implementations. |
org.objectweb.asm.Type |
getSetType()
Customizes the type of Set implementations. |
| Method Detail |
|---|
org.objectweb.asm.Type getListType()
List implementations.
Listorg.objectweb.asm.Type getSetType()
Set implementations.
Setorg.objectweb.asm.Type getMapType()
Map implementations.
MapString getClassName(Class<?> queryDefinitionClass)
queryDefinitionClass - query definition class or interface
ConnectionFactoryCustomizer getConnectionFactoryCustomizer(Class<?> queryDefinitionClass)
queryDefinitionClass - query definition class or interface
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||