java.lang.Object | ||
↳ | org.mybatis.generator.api.GeneratedFile | |
↳ | org.mybatis.generator.api.GeneratedXmlFile |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the file name (without any path).
| |||||||||||
This method returns the entire contents of the generated file.
| |||||||||||
Get the target package for the file.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
isMergeable | true if the file can be merged by the built in XML file merger. |
---|
Get the file name (without any path). Clients should use this method to determine how to save the results.
This method returns the entire contents of the generated file. Clients can simply save the value returned from this method as the file contents. Subclasses such as @see org.mybatis.generator.api.GeneratedJavaFile offer more fine grained access to file parts, but still implement this method in the event that the entire contents are desired.
Get the target package for the file. Clients should use this method to determine how to save the results.