|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
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.
List
org.objectweb.asm.Type getSetType()
Set
implementations.
Set
org.objectweb.asm.Type getMapType()
Map
implementations.
Map
String 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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |