| java.lang.Object | |
| ↳ | org.mybatis.generator.internal.ObjectFactory |
This class creates the different object needed by the generator
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method creates an introspected table implementation that is
only usable for validation (i.e.
| |||||||||||
This method returns a class loaded from the context classloader, or the
classloader supplied by a client.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
This method creates an introspected table implementation that is only usable for validation (i.e. for a context to determine if the target is ibatis2 or mybatis3).
This method returns a class loaded from the context classloader, or the classloader supplied by a client. This is appropriate for JDBC drivers, model root classes, etc. It is not appropriate for any class that extends one of the supplied classes or interfaces.
| ClassNotFoundException |
|---|
| ClassNotFoundException |
|---|