Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
M
O
P
S
A
annotationValue(JAnnotatedElement, String, String)
- Method in class org.codehaus.gram.
GramSupport
Returns the string value of the named annotation
annotationValue(JAnnotatedElement, String, String, String)
- Method in class org.codehaus.gram.
GramSupport
Returns the string value of the named annotation or the default value is returned if the element, annotation or value is null
B
booleanValue(JAnnotation, String)
- Method in class org.codehaus.gram.
GramSupport
Returns the boolean value of the annotation or false if the annotation is null or there is no value for the given name
C
ColumnInfo
- class org.codehaus.gram.hibernate.
ColumnInfo
.
Represents a simple POJO containing the details of a column
ColumnInfo()
- Constructor for class org.codehaus.gram.hibernate.
ColumnInfo
capitalize(String)
- Method in class org.codehaus.gram.
GramSupport
Captalizes the first character of the given string; particularly useful for turning JAM field names into property names etc.
createClasspath()
- Method in class org.codehaus.gram.
GramTask
createPrimitiveTypes()
- Static method in class org.codehaus.gram.hibernate.
ColumnInfo
createShell()
- Method in class org.codehaus.gram.
Gram
createToolpath()
- Method in class org.codehaus.gram.
GramTask
D
decapitalize(String)
- Method in class org.codehaus.gram.
GramSupport
Decaptalizes the first character of the given string; particularly useful for turning JAM property names into field names etc.
E
execute(String)
- Method in class org.codehaus.gram.
Gram
execute(File)
- Method in class org.codehaus.gram.
Gram
execute()
- Method in class org.codehaus.gram.
GramTask
G
Gram
- class org.codehaus.gram.
Gram
.
A helper service for invoking Groovy scripts based on a JAM service
Gram(JamService)
- Constructor for class org.codehaus.gram.
Gram
GramModule
- class org.codehaus.gram.
GramModule
.
A set of helper methods for the JamService for use inside Gram
GramModule()
- Constructor for class org.codehaus.gram.
GramModule
GramSupport
- class org.codehaus.gram.
GramSupport
.
A useful base class for Gram scripts
GramSupport()
- Constructor for class org.codehaus.gram.
GramSupport
GramSupport(Binding)
- Constructor for class org.codehaus.gram.
GramSupport
GramTask
- class org.codehaus.gram.
GramTask
.
An Ant task for executing Gram scripts, which are Groovy scripts executed on the JAM context.
GramTask()
- Constructor for class org.codehaus.gram.
GramTask
getAnnotationMap(JAnnotatedElement)
- Static method in class org.codehaus.gram.
GramModule
getCardinality()
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
getColumnDetails(JProperty)
- Method in class org.codehaus.gram.hibernate.
HibernateSupport
getColumnName()
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
getElementQualifiedNameMap(JElement[])
- Static method in class org.codehaus.gram.
GramModule
getElementSimpleNameMap(JElement[])
- Static method in class org.codehaus.gram.
GramModule
getFieldMap(JClass)
- Static method in class org.codehaus.gram.
GramModule
getForeignKey()
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
getLength()
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
getMethodMap(JClass)
- Static method in class org.codehaus.gram.
GramModule
getPropertyMap(JClass)
- Static method in class org.codehaus.gram.
GramModule
getQualifiedTypeName()
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
getTableName()
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
getTypeName()
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
H
HibernateSupport
- class org.codehaus.gram.hibernate.
HibernateSupport
.
A useful base class for hiberate based Gram scripts
HibernateSupport()
- Constructor for class org.codehaus.gram.hibernate.
HibernateSupport
HibernateSupport(Binding)
- Constructor for class org.codehaus.gram.hibernate.
HibernateSupport
I
intValue(JAnnotation, String)
- Method in class org.codehaus.gram.
GramSupport
Returns the integer value of the annotation or 0 if the annotation is null or there is no value for the given name
isNotNull()
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
isPrimitiveType()
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
M
main(String[])
- Static method in class org.codehaus.gram.
Gram
O
org.codehaus.gram
- package org.codehaus.gram
org.codehaus.gram.hibernate
- package org.codehaus.gram.hibernate
P
primitiveTypes
- Static variable in class org.codehaus.gram.hibernate.
ColumnInfo
S
setCardinality(String)
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
setClasspath(Path)
- Method in class org.codehaus.gram.
GramTask
setClasspathRef(Reference)
- Method in class org.codehaus.gram.
GramTask
setColumnName(String)
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
setDestDir(File)
- Method in class org.codehaus.gram.
GramTask
Sets the directory into which source files should be generated.
setForeignKey(String)
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
setLength(int)
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
setNotNull(boolean)
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
setQualifiedTypeName(String)
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
setScriptDir(File)
- Method in class org.codehaus.gram.
GramTask
setSrcDir(Path)
- Method in class org.codehaus.gram.
GramTask
setTableName(String)
- Method in class org.codehaus.gram.hibernate.
ColumnInfo
setToolpath(Path)
- Method in class org.codehaus.gram.
GramTask
setToolpathRef(Reference)
- Method in class org.codehaus.gram.
GramTask
stringValue(JAnnotation, String)
- Method in class org.codehaus.gram.
GramSupport
Returns the string value of the annotation or "" if the annotation is null or there is no value for the given name
stringValue(JAnnotation, String, String)
- Method in class org.codehaus.gram.
GramSupport
Returns the string value of the annotation or the defaultValue if the annotation is null or there is no value for the given name
A
B
C
D
E
G
H
I
M
O
P
S
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2006 The Codehaus. All Rights Reserved.