|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IbatorPlugin | |
---|---|
org.apache.ibatis.ibator.api | Provides the main classes and interfaces used by clients of ibator. |
org.apache.ibatis.ibator.config | |
org.apache.ibatis.ibator.internal | |
org.apache.ibatis.ibator.plugins |
Uses of IbatorPlugin in org.apache.ibatis.ibator.api |
---|
Classes in org.apache.ibatis.ibator.api that implement IbatorPlugin | |
---|---|
class |
IbatorPluginAdapter
This class includes no-operation methods for almost every method in the IbatorPlugin interface. |
Uses of IbatorPlugin in org.apache.ibatis.ibator.config |
---|
Methods in org.apache.ibatis.ibator.config that return IbatorPlugin | |
---|---|
IbatorPlugin |
IbatorContext.getPlugins()
|
Uses of IbatorPlugin in org.apache.ibatis.ibator.internal |
---|
Classes in org.apache.ibatis.ibator.internal that implement IbatorPlugin | |
---|---|
class |
IbatorPluginAggregator
This class is for internal use only. |
Methods in org.apache.ibatis.ibator.internal that return IbatorPlugin | |
---|---|
static IbatorPlugin |
IbatorObjectFactory.createIbatorPlugin(IbatorContext ibatorContext,
IbatorPluginConfiguration ibatorPluginConfiguration)
|
Methods in org.apache.ibatis.ibator.internal with parameters of type IbatorPlugin | |
---|---|
void |
IbatorPluginAggregator.addPlugin(IbatorPlugin plugin)
|
Uses of IbatorPlugin in org.apache.ibatis.ibator.plugins |
---|
Classes in org.apache.ibatis.ibator.plugins that implement IbatorPlugin | |
---|---|
class |
EqualsHashCodePlugin
This plugin adds equals() and hashCode() methods to the generated model classes. |
class |
RenameExampleClassPlugin
This plugin demonstrates overriding the initialized() method to rename the generated example classes. |
class |
SerializablePlugin
This plugin adds the java.io.Serializable marker interface to all generated model objects. |
class |
SqlMapConfigPlugin
This plugin generates an SqlMapConfig file containing sqlMap entries for SQL maps generated by ibator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |