public class javaRepository
extends com.fizzed.rocker.runtime.DefaultRockerModel
Modifier and Type | Class and Description |
---|---|
static class |
javaRepository.Template |
Constructor and Description |
---|
javaRepository() |
Modifier and Type | Method and Description |
---|---|
protected com.fizzed.rocker.runtime.DefaultRockerTemplate |
buildTemplate() |
java.lang.String |
dialect() |
javaRepository |
dialect(java.lang.String dialect) |
static java.lang.String[] |
getArgumentNames() |
static com.fizzed.rocker.ContentType |
getContentType() |
static java.lang.String |
getHeaderHash() |
static java.lang.String |
getTemplateName() |
static java.lang.String |
getTemplatePackageName() |
java.lang.String |
idType() |
javaRepository |
idType(java.lang.String idType) |
java.lang.String |
idTypeImport() |
javaRepository |
idTypeImport(java.lang.String idTypeImport) |
java.lang.Boolean |
jdbcRepository() |
javaRepository |
jdbcRepository(java.lang.Boolean jdbcRepository) |
Project |
project() |
javaRepository |
project(Project project) |
static javaRepository |
template(Project project,
java.lang.String idTypeImport,
java.lang.String idType,
java.lang.Boolean jdbcRepository,
java.lang.String dialect) |
public static com.fizzed.rocker.ContentType getContentType()
public static java.lang.String getTemplateName()
public static java.lang.String getTemplatePackageName()
public static java.lang.String getHeaderHash()
public static java.lang.String[] getArgumentNames()
public javaRepository project(Project project)
public Project project()
public javaRepository idTypeImport(java.lang.String idTypeImport)
public java.lang.String idTypeImport()
public javaRepository idType(java.lang.String idType)
public java.lang.String idType()
public javaRepository jdbcRepository(java.lang.Boolean jdbcRepository)
public java.lang.Boolean jdbcRepository()
public javaRepository dialect(java.lang.String dialect)
public java.lang.String dialect()
public static javaRepository template(Project project, java.lang.String idTypeImport, java.lang.String idType, java.lang.Boolean jdbcRepository, java.lang.String dialect)
protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate() throws com.fizzed.rocker.RenderingException
buildTemplate
in class com.fizzed.rocker.runtime.DefaultRockerModel
com.fizzed.rocker.RenderingException