JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.ibatis.builder
InitializingObject
Contents
Description
Method Summary
Method Details
initialize()
Hide sidebar
Show sidebar
Interface InitializingObject
public interface
InitializingObject
Interface that indicate to provide an initialization method.
Since:
3.4.2
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
initialize
()
Initialize an instance.
Method Details
initialize
void
initialize
() throws
Exception
Initialize an instance.
This method will be invoked after it has set all properties.
Throws:
Exception
- in the event of misconfiguration (such as failure to set an essential property) or if initialization fails