|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interface | |
---|---|
org.apache.ibatis.ibator.api | Provides the main classes and interfaces used by clients of ibator. |
org.apache.ibatis.ibator.generator.ibatis2.dao | |
org.apache.ibatis.ibator.generator.ibatis2.dao.elements | |
org.apache.ibatis.ibator.internal |
Uses of Interface in org.apache.ibatis.ibator.api |
---|
Methods in org.apache.ibatis.ibator.api with parameters of type Interface | |
---|---|
boolean |
IbatorPluginAdapter.daoCountByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoCountByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the countByExample method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoDeleteByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoDeleteByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the deleteByExample method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoDeleteByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoDeleteByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the deleteByPrimaryKey method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the insert method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoInsertSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoInsertSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the insert selective method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoInterfaceGenerated(Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoInterfaceGenerated(Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the entire DAO interface has been generated. |
boolean |
IbatorPluginAdapter.daoSelectByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoSelectByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithBLOBs method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithoutBLOBs method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoSelectByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoSelectByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the selectByPrimaryKey method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoUpdateByExampleSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByExampleSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleSelective method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoUpdateByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithBLOBs method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithoutBLOBs method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeySelective method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the DAO interface class. |
Uses of Interface in org.apache.ibatis.ibator.generator.ibatis2.dao |
---|
Methods in org.apache.ibatis.ibator.generator.ibatis2.dao that return Interface | |
---|---|
protected Interface |
DAOGenerator.getInterfaceShell()
|
Methods in org.apache.ibatis.ibator.generator.ibatis2.dao with parameters of type Interface | |
---|---|
protected void |
DAOGenerator.addCountByExampleMethod(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.addDeleteByExampleMethod(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.addDeleteByPrimaryKeyMethod(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.addInsertMethod(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.addInsertSelectiveMethod(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.addSelectByExampleWithBLOBsMethod(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.addSelectByExampleWithoutBLOBsMethod(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.addSelectByPrimaryKeyMethod(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.addUpdateByExampleParmsInnerclass(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.addUpdateByExampleSelectiveMethod(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.addUpdateByExampleWithBLOBsMethod(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.addUpdateByExampleWithoutBLOBsMethod(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.addUpdateByPrimaryKeySelectiveMethod(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.addUpdateByPrimaryKeyWithBLOBsMethod(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.addUpdateByPrimaryKeyWithoutBLOBsMethod(TopLevelClass topLevelClass,
Interface interfaze)
|
protected void |
DAOGenerator.initializeAndExecuteGenerator(AbstractDAOElementGenerator methodGenerator,
TopLevelClass topLevelClass,
Interface interfaze)
|
Uses of Interface in org.apache.ibatis.ibator.generator.ibatis2.dao.elements |
---|
Methods in org.apache.ibatis.ibator.generator.ibatis2.dao.elements with parameters of type Interface | |
---|---|
void |
UpdateByPrimaryKeySelectiveMethodGenerator.addInterfaceElements(Interface interfaze)
|
void |
SelectByExampleWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
|
void |
SelectByPrimaryKeyMethodGenerator.addInterfaceElements(Interface interfaze)
|
void |
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
|
void |
DeleteByExampleMethodGenerator.addInterfaceElements(Interface interfaze)
|
void |
CountByExampleMethodGenerator.addInterfaceElements(Interface interfaze)
|
void |
UpdateByExampleWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
|
void |
DeleteByPrimaryKeyMethodGenerator.addInterfaceElements(Interface interfaze)
|
void |
UpdateByPrimaryKeyWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
|
void |
SelectByExampleWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
|
void |
UpdateByExampleParmsInnerclassGenerator.addInterfaceElements(Interface interfaze)
|
void |
UpdateByExampleWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
|
void |
InsertSelectiveMethodGenerator.addInterfaceElements(Interface interfaze)
|
abstract void |
AbstractDAOElementGenerator.addInterfaceElements(Interface interfaze)
|
void |
InsertMethodGenerator.addInterfaceElements(Interface interfaze)
|
void |
UpdateByExampleSelectiveMethodGenerator.addInterfaceElements(Interface interfaze)
|
Uses of Interface in org.apache.ibatis.ibator.internal |
---|
Methods in org.apache.ibatis.ibator.internal with parameters of type Interface | |
---|---|
boolean |
IbatorPluginAggregator.daoCountByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoDeleteByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoDeleteByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoInsertSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoInterfaceGenerated(Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoSelectByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoSelectByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByExampleSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |