|
||||||||||
前 次 | フレームあり フレームなし |
org.seasar.extension.jdbc.gen.generator での GenerationContext の使用 |
---|
GenerationContext 型のパラメータを持つ org.seasar.extension.jdbc.gen.generator のメソッド | |
---|---|
void |
Generator.generate(GenerationContext context)
生成します。 |
org.seasar.extension.jdbc.gen.internal.command での GenerationContext の使用 |
---|
GenerationContext を返す org.seasar.extension.jdbc.gen.internal.command のメソッド | |
---|---|
protected GenerationContext |
GenerateSqlFileTestCommand.createGenerationContext(ClassModel model,
java.lang.String templateName)
GenerationContext の実装を作成します。 |
protected GenerationContext |
GenerateSqlFileConstantsCommand.createGenerationContext(ClassModel model,
java.lang.String templateName)
GenerationContext の実装を作成します。 |
protected GenerationContext |
GenerateServiceTestCommand.createGenerationContext(ClassModel model,
java.lang.String templateName)
GenerationContext の実装を作成します。 |
protected GenerationContext |
GenerateNamesCommand.createGenerationContext(ClassModel model,
java.lang.String templateName)
GenerationContext の実装を作成します。 |
protected GenerationContext |
GenerateEntityTestCommand.createGenerationContext(ClassModel model,
java.lang.String templateName)
GenerationContext の実装を作成します。 |
protected GenerationContext |
GenerateEntityCommand.createGenerationContext(ClassModel model,
java.lang.String templateName)
GenerationContext の実装を作成します。 |
protected GenerationContext |
GenerateConditionCommand.createGenerationContext(ClassModel model,
java.lang.String templateName)
GenerationContext の実装を作成します。 |
protected GenerationContext |
GenerateServiceCommand.createGenerationContext(ClassModel model,
java.lang.String templateName,
boolean overwrite)
GenerationContext の実装を作成します。 |
protected GenerationContext |
GenerateDdlCommand.createGenerationContext(DdlModel model,
ManagedFile dir,
java.lang.String templateName)
GenerationContext の実装を作成します。 |
org.seasar.extension.jdbc.gen.internal.factory での GenerationContext の使用 |
---|
GenerationContext を返す org.seasar.extension.jdbc.gen.internal.factory のメソッド | |
---|---|
GenerationContext |
FactoryImpl.createGenerationContext(Command command,
java.lang.Object model,
java.io.File file,
java.lang.String templateName,
java.lang.String encoding,
boolean overwrite)
|
GenerationContext |
Factory.createGenerationContext(Command command,
java.lang.Object model,
java.io.File file,
java.lang.String templateName,
java.lang.String encoding,
boolean overwrite)
GenerationContext の実装を作成します。 |
org.seasar.extension.jdbc.gen.internal.generator での GenerationContext の使用 |
---|
GenerationContext を実装している org.seasar.extension.jdbc.gen.internal.generator のクラス | |
---|---|
class |
GenerationContextImpl
GenerationContext の実装クラスです。 |
GenerationContext 型のパラメータを持つ org.seasar.extension.jdbc.gen.internal.generator のメソッド | |
---|---|
void |
GeneratorImpl.generate(GenerationContext context)
|
protected java.io.Writer |
GeneratorImpl.openWriter(GenerationContext context)
Writer を開きます。 |
|
||||||||||
前 次 | フレームあり フレームなし |