Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

addBatch() - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
addBatch(String) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
addColumn(Column) - Method in class org.agileclick.genorm.ForeignKeySet
 
addColumn(Column) - Method in class org.agileclick.genorm.Table
 
addKeyField(String, GenOrmField) - Method in class org.agileclick.genorm.runtime.GenOrmRecordKey
For Generated code use only
addProperty(String, String) - Method in class org.agileclick.genorm.Table
 
addQuery(Query) - Method in class org.agileclick.genorm.Table
 
addToTransaction(GenOrmRecord) - Method in interface org.agileclick.genorm.runtime.GenOrmConnection
Returns true if the record was added to a transaction returns false if there is no transaction
addToTransaction(GenOrmRecord) - Method in class org.agileclick.genorm.runtime.GenOrmDudConnection
 
addToTransaction(GenOrmRecord) - Method in class org.agileclick.genorm.runtime.GenOrmGroupedConnection
 
addToTransaction(GenOrmRecord) - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
 
ALLOW_NULL - Static variable in class org.agileclick.genorm.Genormous
 
ArgumentErrorException - Exception in org.jargp
Argument error exception.
ArgumentErrorException(String) - Constructor for exception org.jargp.ArgumentErrorException
Constructor.
ArgumentProcessor - Class in org.jargp
Command line parameter processing handler.
ArgumentProcessor(ParameterSet) - Constructor for class org.jargp.ArgumentProcessor
Constructor from parameter set definition.
ArgumentProcessor(ParameterDef[]) - Constructor for class org.jargp.ArgumentProcessor
Constructor from array of parameter definitions.
AUTO_INCREMENT - Static variable in class org.agileclick.genorm.Genormous
 
AUTO_SET - Static variable in class org.agileclick.genorm.Genormous
 

B

begin() - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
 
BoolDef - Class in org.jargp
Command line flag definition.
BoolDef(char, String, String, boolean) - Constructor for class org.jargp.BoolDef
Constructor with flag sense specified and description.
BoolDef(char, String, boolean) - Constructor for class org.jargp.BoolDef
Constructor with flag sense specified.
BoolDef(char, String, String) - Constructor for class org.jargp.BoolDef
Constructor defaulting to flag true with description.
BoolDef(char, String) - Constructor for class org.jargp.BoolDef
Constructor defaulting to flag true.

C

cancel() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
characters(char[], int, int) - Method in class org.agileclick.genorm.parser.GenOrmParser
 
CharTracker - Class in org.jargp
Character tracker for processing text.
CharTracker(String, int) - Constructor for class org.jargp.CharTracker
Constructor
clearBatch() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
clearParameters() - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
clearWarnings() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
close() - Method in class org.agileclick.genorm.PropertiesFile
 
close() - Method in interface org.agileclick.genorm.runtime.GenOrmConnection
 
close() - Method in class org.agileclick.genorm.runtime.GenOrmDudConnection
 
close() - Method in class org.agileclick.genorm.runtime.GenOrmGroupedConnection
 
close() - Method in class org.agileclick.genorm.runtime.GenOrmPreparedStatement
 
close() - Method in interface org.agileclick.genorm.runtime.GenOrmQueryResultSet
 
close() - Method in interface org.agileclick.genorm.runtime.GenOrmResultSet
 
close() - Method in class org.agileclick.genorm.runtime.GenOrmStatement
 
close() - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
 
close() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
closeOnCompletion() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
COL - Static variable in class org.agileclick.genorm.Genormous
 
COL_REF - Static variable in class org.agileclick.genorm.Genormous
 
Column - Class in org.agileclick.genorm
 
Column(String) - Constructor for class org.agileclick.genorm.Column
 
Column(String, String, String, Format, String) - Constructor for class org.agileclick.genorm.Column
 
COLUMN - Static variable in class org.agileclick.genorm.Genormous
 
Column() - Constructor for class org.agileclick.genorm.parser.GenOrmParser.Column
 
COMMENT - Static variable in class org.agileclick.genorm.Genormous
 
COMMENT - Static variable in class org.agileclick.genorm.Query
 
commit() - Method in interface org.agileclick.genorm.runtime.GenOrmConnection
 
commit() - Method in class org.agileclick.genorm.runtime.GenOrmDudConnection
 
commit() - Method in class org.agileclick.genorm.runtime.GenOrmGroupedConnection
 
commit() - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
 
conditionalWriteTemplate(String, Map<String, Object>) - Method in class org.agileclick.genorm.TemplateHelper
Writes the file if it does not already exist
conditionalWriteTemplate(String, String, Map<String, Object>) - Method in class org.agileclick.genorm.TemplateHelper
Writes the file if it does not already exist
Configuration() - Constructor for class org.agileclick.genorm.parser.GenOrmParser.Configuration
 
ConfigurationException - Exception in org.agileclick.genorm
 
ConfigurationException(Throwable) - Constructor for exception org.agileclick.genorm.ConfigurationException
 
ConfigurationException(String, String) - Constructor for exception org.agileclick.genorm.ConfigurationException
 
contextDestroyed(ServletContextEvent) - Method in class org.agileclick.genorm.servlet.ContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.agileclick.genorm.servlet.ContextListener
 
ContextListener - Class in org.agileclick.genorm.servlet
 
ContextListener() - Constructor for class org.agileclick.genorm.servlet.ContextListener
 
countRemaining() - Method in class org.jargp.StringTracker
Get count of entries remaining.
CreatePlugin - Interface in org.agileclick.genorm
Defines the interface for plugins that are used to generate the create.sql file
createRecord() - Method in interface org.agileclick.genorm.runtime.GenOrmRecordFactory
 
createStatement() - Method in interface org.agileclick.genorm.runtime.GenOrmConnection
 
createStatement() - Method in class org.agileclick.genorm.runtime.GenOrmDudConnection
The connection will be closed when the statement is closed
createStatement() - Method in class org.agileclick.genorm.runtime.GenOrmGroupedConnection
The connection will be closed when the statement is closed
createStatement() - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
The connection will be closed when the statement is closed
createTables(Connection, File) - Method in class org.agileclick.genorm.TableCreator
 
createWithGeneratedKey() - Method in interface org.agileclick.genorm.runtime.GenOrmRecordFactory
 

D

DataSourceWrapper - Class in org.agileclick.genorm.runtime
 
DataSourceWrapper(DataSource) - Constructor for class org.agileclick.genorm.runtime.DataSourceWrapper
 
DEFAULT_VALUE - Static variable in class org.agileclick.genorm.Genormous
 
DEFAULT_VALUE_NO_QUOTE - Static variable in class org.agileclick.genorm.Genormous
 
DefaultFormat - Class in org.agileclick.genorm
 
DefaultFormat() - Constructor for class org.agileclick.genorm.DefaultFormat
 
DefaultFormatter - Class in org.agileclick.genorm.runtime
 
DefaultFormatter() - Constructor for class org.agileclick.genorm.runtime.DefaultFormatter
 
DefaultWebFieldConverter - Class in org.agileclick.genorm.plugins.web
 
DefaultWebFieldConverter() - Constructor for class org.agileclick.genorm.plugins.web.DefaultWebFieldConverter
 
delete() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Deletes this record

E

endElement(String, String, String) - Method in class org.agileclick.genorm.parser.GenOrmParser
 
ENVELOPE_CLASS_PARAM - Static variable in class org.agileclick.genorm.servlet.ContextListener
 
equals(Object) - Method in class org.agileclick.genorm.Column
 
equals(Object) - Method in class org.agileclick.genorm.Parameter
 
equals(Object) - Method in class org.agileclick.genorm.Query
 
equals(Object) - Method in class org.agileclick.genorm.runtime.GenOrmBoolean
 
equals(Object) - Method in class org.agileclick.genorm.runtime.GenOrmByte
 
equals(Object) - Method in class org.agileclick.genorm.runtime.GenOrmDouble
 
equals(Object) - Method in class org.agileclick.genorm.runtime.GenOrmField
 
equals(Object) - Method in class org.agileclick.genorm.runtime.GenOrmFieldTemplate
 
equals(Object) - Method in class org.agileclick.genorm.runtime.GenOrmInt
 
equals(Object) - Method in class org.agileclick.genorm.runtime.GenOrmLong
 
equals(Object) - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Equality is based on the table name and values of the primary keys only
equals(Object) - Method in class org.agileclick.genorm.runtime.GenOrmRecordKey
 
equals(Object) - Method in class org.agileclick.genorm.runtime.GenOrmShort
 
execute() - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
execute(String) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
execute(String, int) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
execute(String, int[]) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
execute(String, String[]) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
executeBatch() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
executeQuery() - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
executeQuery(String) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
executeUpdate() - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
executeUpdate(String) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
executeUpdate(String, int) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
executeUpdate(String, int[]) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
executeUpdate(String, String[]) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
exists() - Method in class org.agileclick.genorm.PropertiesFile
 

F

findRecord(Object) - Method in interface org.agileclick.genorm.runtime.GenOrmRecordFactory
 
FloatDef - Class in org.jargp
Command line float parameter definition.
FloatDef(char, String, String, float, float) - Constructor for class org.jargp.FloatDef
Constructor with range and description.
FloatDef(char, String, float, float) - Constructor for class org.jargp.FloatDef
Constructor with range but no description.
FloatDef(char, String, String) - Constructor for class org.jargp.FloatDef
Constructor with no range defined.
FloatDef(char, String) - Constructor for class org.jargp.FloatDef
Constructor with no range or description.
flush() - Method in interface org.agileclick.genorm.runtime.GenOrmConnection
Flush all modified records that are part of the current transaction
flush() - Method in class org.agileclick.genorm.runtime.GenOrmDudConnection
Flush all modified records that are part of the current transaction
flush() - Method in class org.agileclick.genorm.runtime.GenOrmGroupedConnection
Flush all modified records that are part of the current transaction
flush() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Flush any changes made to this record.
flush() - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
Flush all modified records that are part of the current transaction
flushIfNonTransaction() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
If there is a connection on the thread this will do nothing.
ForeignKeySet - Class in org.agileclick.genorm
 
ForeignKeySet(String, String, Format) - Constructor for class org.agileclick.genorm.ForeignKeySet
 
Format - Interface in org.agileclick.genorm
 
formatClassName(String) - Method in class org.agileclick.genorm.DefaultFormat
 
formatClassName(String) - Method in interface org.agileclick.genorm.Format
 
formatForeignKeyMethod(ForeignKeySet) - Method in class org.agileclick.genorm.DefaultFormat
 
formatForeignKeyMethod(ForeignKeySet) - Method in interface org.agileclick.genorm.Format
 
formatMethodName(String) - Method in class org.agileclick.genorm.DefaultFormat
 
formatMethodName(String) - Method in interface org.agileclick.genorm.Format
 
formatParameterName(String) - Method in class org.agileclick.genorm.DefaultFormat
 
formatParameterName(String) - Method in interface org.agileclick.genorm.Format
 
formatStaticName(String) - Method in class org.agileclick.genorm.DefaultFormat
 
formatStaticName(String) - Method in interface org.agileclick.genorm.Format
 
Formatter - Interface in org.agileclick.genorm.runtime
 

G

generateClasses() - Method in class org.agileclick.genorm.Genormous
 
generateClasses() - Method in class org.agileclick.genorm.QueryGen
 
generateKey() - Method in interface org.agileclick.genorm.runtime.GenOrmKeyGenerator
 
GenOrmBigDecimal - Class in org.agileclick.genorm.runtime
 
GenOrmBigDecimal(GenOrmFieldMeta) - Constructor for class org.agileclick.genorm.runtime.GenOrmBigDecimal
 
GenOrmBinary - Class in org.agileclick.genorm.runtime
 
GenOrmBinary(GenOrmFieldMeta) - Constructor for class org.agileclick.genorm.runtime.GenOrmBinary
 
GenOrmBoolean - Class in org.agileclick.genorm.runtime
 
GenOrmBoolean(GenOrmFieldMeta) - Constructor for class org.agileclick.genorm.runtime.GenOrmBoolean
 
GenOrmByte - Class in org.agileclick.genorm.runtime
 
GenOrmByte(GenOrmFieldMeta) - Constructor for class org.agileclick.genorm.runtime.GenOrmByte
 
GenOrmConnection - Interface in org.agileclick.genorm.runtime
 
GenOrmConstraint - Class in org.agileclick.genorm.runtime
 
GenOrmConstraint(String, String, String) - Constructor for class org.agileclick.genorm.runtime.GenOrmConstraint
 
GenOrmDate - Class in org.agileclick.genorm.runtime
 
GenOrmDate(GenOrmFieldMeta) - Constructor for class org.agileclick.genorm.runtime.GenOrmDate
 
GenOrmDouble - Class in org.agileclick.genorm.runtime
 
GenOrmDouble(GenOrmFieldMeta) - Constructor for class org.agileclick.genorm.runtime.GenOrmDouble
 
GenOrmDSEnvelope - Interface in org.agileclick.genorm.runtime
One of the classes generated is a class called DSEnvelope.
GenOrmDudConnection - Class in org.agileclick.genorm.runtime
This class is for transactionless connections to the db All connections are associated with the statements and closed when the statement is closed
GenOrmDudConnection(GenOrmDSEnvelope) - Constructor for class org.agileclick.genorm.runtime.GenOrmDudConnection
 
GenOrmException - Exception in org.agileclick.genorm.runtime
 
GenOrmException() - Constructor for exception org.agileclick.genorm.runtime.GenOrmException
 
GenOrmException(String) - Constructor for exception org.agileclick.genorm.runtime.GenOrmException
 
GenOrmException(String, Throwable) - Constructor for exception org.agileclick.genorm.runtime.GenOrmException
 
GenOrmException(GenOrmRecord, Throwable) - Constructor for exception org.agileclick.genorm.runtime.GenOrmException
 
GenOrmException(Throwable) - Constructor for exception org.agileclick.genorm.runtime.GenOrmException
 
GenOrmField - Class in org.agileclick.genorm.runtime
 
GenOrmField(GenOrmFieldMeta) - Constructor for class org.agileclick.genorm.runtime.GenOrmField
 
GenOrmFieldMeta - Class in org.agileclick.genorm.runtime
 
GenOrmFieldMeta(String, String, int, boolean, boolean) - Constructor for class org.agileclick.genorm.runtime.GenOrmFieldMeta
 
GenOrmFieldTemplate<T> - Class in org.agileclick.genorm.runtime
 
GenOrmFieldTemplate(GenOrmFieldMeta) - Constructor for class org.agileclick.genorm.runtime.GenOrmFieldTemplate
 
GenOrmGroupedConnection - Class in org.agileclick.genorm.runtime
This behaves similar to GenOrmTransactionConnection except a connection is not held open.
GenOrmGroupedConnection(GenOrmDSEnvelope) - Constructor for class org.agileclick.genorm.runtime.GenOrmGroupedConnection
 
GenOrmInt - Class in org.agileclick.genorm.runtime
 
GenOrmInt(GenOrmFieldMeta) - Constructor for class org.agileclick.genorm.runtime.GenOrmInt
 
GenOrmKeyGenerator - Interface in org.agileclick.genorm.runtime
 
GenOrmLong - Class in org.agileclick.genorm.runtime
 
GenOrmLong(GenOrmFieldMeta) - Constructor for class org.agileclick.genorm.runtime.GenOrmLong
 
Genormous - Class in org.agileclick.genorm
 
Genormous(String, boolean) - Constructor for class org.agileclick.genorm.Genormous
 
GenOrmParser - Class in org.agileclick.genorm.parser
This file is a slickxml generated SAX parser.
GenOrmParser(GenOrmParser.SlickHandler) - Constructor for class org.agileclick.genorm.parser.GenOrmParser
Main constructor
GenOrmParser.Column - Class in org.agileclick.genorm.parser
 
GenOrmParser.Configuration - Class in org.agileclick.genorm.parser
 
GenOrmParser.Global - Class in org.agileclick.genorm.parser
 
GenOrmParser.Option - Class in org.agileclick.genorm.parser
 
GenOrmParser.Plugin - Class in org.agileclick.genorm.parser
 
GenOrmParser.Property - Class in org.agileclick.genorm.parser
 
GenOrmParser.Reference - Class in org.agileclick.genorm.parser
 
GenOrmParser.SlickHandler - Interface in org.agileclick.genorm.parser
This is the interface implemented by you.
GenOrmParser.Table - Class in org.agileclick.genorm.parser
 
GenOrmParser.TypeMap - Class in org.agileclick.genorm.parser
 
GenOrmPreparedStatement - Class in org.agileclick.genorm.runtime
 
GenOrmPreparedStatement(Connection, PreparedStatement) - Constructor for class org.agileclick.genorm.runtime.GenOrmPreparedStatement
 
GenOrmQueryRecord - Interface in org.agileclick.genorm.runtime
 
GenOrmQueryResultSet<T extends GenOrmQueryRecord> - Interface in org.agileclick.genorm.runtime
 
GenOrmRecord - Class in org.agileclick.genorm.runtime
 
GenOrmRecord(String) - Constructor for class org.agileclick.genorm.runtime.GenOrmRecord
 
GenOrmRecordFactory - Interface in org.agileclick.genorm.runtime
 
GenOrmRecordKey - Class in org.agileclick.genorm.runtime
The Key is used to identify the uniqueness of this particular record.
GenOrmRecordKey(String) - Constructor for class org.agileclick.genorm.runtime.GenOrmRecordKey
 
GenOrmResultSet - Interface in org.agileclick.genorm.runtime
 
GenOrmServletDSEnvelope - Interface in org.agileclick.genorm.runtime
 
GenOrmShort - Class in org.agileclick.genorm.runtime
 
GenOrmShort(GenOrmFieldMeta) - Constructor for class org.agileclick.genorm.runtime.GenOrmShort
 
GenOrmStatement - Class in org.agileclick.genorm.runtime
 
GenOrmStatement(Connection, Statement) - Constructor for class org.agileclick.genorm.runtime.GenOrmStatement
 
GenOrmString - Class in org.agileclick.genorm.runtime
 
GenOrmString(GenOrmFieldMeta) - Constructor for class org.agileclick.genorm.runtime.GenOrmString
 
GenOrmTimestamp - Class in org.agileclick.genorm.runtime
 
GenOrmTimestamp(GenOrmFieldMeta) - Constructor for class org.agileclick.genorm.runtime.GenOrmTimestamp
 
GenOrmTransactionConnection - Class in org.agileclick.genorm.runtime
 
GenOrmTransactionConnection(GenOrmDSEnvelope) - Constructor for class org.agileclick.genorm.runtime.GenOrmTransactionConnection
 
GenOrmTransactionConnection(GenOrmDSEnvelope, Connection) - Constructor for class org.agileclick.genorm.runtime.GenOrmTransactionConnection
 
GenOrmUUID - Class in org.agileclick.genorm.runtime
 
GenOrmUUID(GenOrmFieldMeta) - Constructor for class org.agileclick.genorm.runtime.GenOrmUUID
 
GenPlugin - Interface in org.agileclick.genorm
 
GenUtil - Class in org.agileclick.genorm
 
GenUtil(String, boolean) - Constructor for class org.agileclick.genorm.GenUtil
 
getAbbreviation() - Method in class org.jargp.FloatDef
Get text abbreviation for parameter.
getAbbreviation() - Method in class org.jargp.IntDef
Get text abbreviation for parameter.
getAbbreviation() - Method in class org.jargp.ParameterDef
Get text abbreviation for parameter.
getAllowNull() - Method in class org.agileclick.genorm.Column
 
getAllowNull() - Method in class org.agileclick.genorm.parser.GenOrmParser.Column
 
getArgs() - Method in class org.jargp.ArgumentProcessor
Get argument list information.
getArrayList(int) - Method in interface org.agileclick.genorm.runtime.GenOrmQueryResultSet
Returns the result set as an array and cloases the result set
getArrayList() - Method in interface org.agileclick.genorm.runtime.GenOrmQueryResultSet
Returns the result set as an array and cloases the result set
getArrayList(int) - Method in interface org.agileclick.genorm.runtime.GenOrmResultSet
Returns the result set as an array and cloases the result set
getArrayList() - Method in interface org.agileclick.genorm.runtime.GenOrmResultSet
Returns the result set as an array and cloases the result set
getAutoSet() - Method in class org.agileclick.genorm.Column
 
getAutoSet() - Method in class org.agileclick.genorm.parser.GenOrmParser.Column
 
getBody(Map<String, Object>) - Method in interface org.agileclick.genorm.ORMPlugin
Returns code that is added to the body of the generated ORM base class
getBody(Map<String, Object>) - Method in class org.agileclick.genorm.plugins.web.WebFieldSetterPlugin
 
getCachedRecord(GenOrmRecordKey) - Method in interface org.agileclick.genorm.runtime.GenOrmConnection
Returns the cached record if it exists, null otherwise
getCachedRecord(GenOrmRecordKey) - Method in class org.agileclick.genorm.runtime.GenOrmDudConnection
Returns the cached record if it exists, null otherwise
getCachedRecord(GenOrmRecordKey) - Method in class org.agileclick.genorm.runtime.GenOrmGroupedConnection
Returns the cached record if it exists, null otherwise
getCachedRecord(GenOrmRecordKey) - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
Returns the cached record if it exists, null otherwise
getClassName() - Method in class org.agileclick.genorm.Query
 
getClassName() - Method in class org.agileclick.genorm.Table
 
getColumn() - Method in class org.agileclick.genorm.parser.GenOrmParser.Global
Convenience function for getting a single value
getColumn() - Method in class org.agileclick.genorm.parser.GenOrmParser.Reference
 
getColumn() - Method in class org.agileclick.genorm.parser.GenOrmParser.Table
Convenience function for getting a single value
getColumn(String) - Method in class org.agileclick.genorm.Table
 
getColumnList() - Method in class org.agileclick.genorm.parser.GenOrmParser.Global
 
getColumnList() - Method in class org.agileclick.genorm.parser.GenOrmParser.Table
 
getColumns() - Method in class org.agileclick.genorm.Table
 
getComment() - Method in class org.agileclick.genorm.Column
 
getComment() - Method in class org.agileclick.genorm.parser.GenOrmParser.Column
 
getComment() - Method in class org.agileclick.genorm.Query
 
getComment() - Method in class org.agileclick.genorm.Table
 
getCommentList() - Method in class org.agileclick.genorm.parser.GenOrmParser.Column
 
getConnection() - Method in class org.agileclick.genorm.runtime.DataSourceWrapper
 
getConnection(String, String) - Method in class org.agileclick.genorm.runtime.DataSourceWrapper
 
getConnection() - Method in interface org.agileclick.genorm.runtime.GenOrmConnection
 
getConnection() - Method in class org.agileclick.genorm.runtime.GenOrmDudConnection
 
getConnection() - Method in class org.agileclick.genorm.runtime.GenOrmGroupedConnection
 
getConnection() - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
 
getConnection() - Method in class org.agileclick.genorm.runtime.LeakDetectorDataSource
 
getConnection() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getConstraintName() - Method in class org.agileclick.genorm.ForeignKeySet
 
getConstraintName() - Method in class org.agileclick.genorm.runtime.GenOrmConstraint
 
getConstraintSQL(ForeignKeySet) - Method in interface org.agileclick.genorm.CreatePlugin
 
getConstraintSQL(ForeignKeySet) - Method in class org.agileclick.genorm.plugins.dbsupport.HSQLDB
 
getConstraintSQL(ForeignKeySet) - Method in class org.agileclick.genorm.plugins.dbsupport.MySQL
 
getConstraintSQL(ForeignKeySet) - Method in class org.agileclick.genorm.plugins.dbsupport.Postgres
 
getCopy() - Method in class org.agileclick.genorm.Column
 
getCreateSQL(Table) - Method in interface org.agileclick.genorm.CreatePlugin
 
getCreateSQL(Table) - Method in class org.agileclick.genorm.plugins.dbsupport.HSQLDB
 
getCreateSQL(Table) - Method in class org.agileclick.genorm.plugins.dbsupport.MySQL
 
getCreateSQL(Table) - Method in class org.agileclick.genorm.plugins.dbsupport.Postgres
 
getCreateSQL() - Method in class org.agileclick.genorm.Table
 
getCreateSQLEscaped() - Method in class org.agileclick.genorm.Table
 
getCreateStatement() - Method in interface org.agileclick.genorm.runtime.GenOrmRecordFactory
Returns the SQL create statement for this table
getCTColumn() - Method in class org.agileclick.genorm.Table
 
getCustom() - Method in class org.agileclick.genorm.parser.GenOrmParser.TypeMap
 
getCustomType() - Method in class org.agileclick.genorm.Column
 
getDataSource() - Method in interface org.agileclick.genorm.runtime.GenOrmDSEnvelope
Returns the java.sql.DataSource that is used to create connections from.
getDBType() - Method in class org.agileclick.genorm.parser.GenOrmParser.TypeMap
 
getDefault() - Method in class org.agileclick.genorm.Column
 
getDefaultValue() - Method in class org.agileclick.genorm.parser.GenOrmParser.Column
 
getDescription() - Method in class org.jargp.ParameterDef
Get text of parameter description.
getDirtyFields() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Returns all fields that have been modified
getDirtyFlag() - Method in class org.agileclick.genorm.Column
 
getDirtyFlag() - Method in class org.agileclick.genorm.runtime.GenOrmFieldMeta
 
getFetchDirection() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getFetchSize() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getField(String) - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Returns the field specified field
getField(String) - Method in class org.agileclick.genorm.runtime.GenOrmRecordKey
 
getFieldEscapeString() - Method in interface org.agileclick.genorm.CreatePlugin
This it he characters to use when escaping field names in select statements Postgress uses double quote (") where mysql uses back tick ` The code must returned the value as it can appear in a java code string so a double quote should be returned as "\""
getFieldEscapeString() - Method in class org.agileclick.genorm.plugins.dbsupport.HSQLDB
 
getFieldEscapeString() - Method in class org.agileclick.genorm.plugins.dbsupport.MySQL
 
getFieldEscapeString() - Method in class org.agileclick.genorm.plugins.dbsupport.Postgres
 
getFieldEscapeString() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Returns the plugin used to create the SQL for this set of generated objects.
getFieldIterator() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Returns an iterator of the GenOrmFields that are associated with this record.
getFieldIterator() - Method in class org.agileclick.genorm.runtime.GenOrmRecordKey
 
getFieldMeta() - Method in class org.agileclick.genorm.runtime.GenOrmField
 
getFieldName() - Method in class org.agileclick.genorm.runtime.GenOrmFieldMeta
 
getFields() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Returns a read only list of the fields that are associated with this record.
getFields() - Method in interface org.agileclick.genorm.runtime.GenOrmRecordFactory
 
getFieldType() - Method in class org.agileclick.genorm.runtime.GenOrmFieldMeta
 
getFirst() - Method in class org.agileclick.genorm.runtime.Pair
 
getFlag() - Method in class org.jargp.ParameterDef
Get flag character for parameter.
getForeignIterator() - Method in class org.agileclick.genorm.Table
 
getForeignKeyConstraints() - Method in interface org.agileclick.genorm.runtime.GenOrmRecordFactory
 
getForeignKeys() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Returns a list of foreign keys for this record
getForeignKeys() - Method in class org.agileclick.genorm.Table
 
getForeignTable() - Method in class org.agileclick.genorm.Column
 
getForeignTable() - Method in class org.agileclick.genorm.runtime.GenOrmConstraint
 
getForeignTableColumnMethodName() - Method in class org.agileclick.genorm.Column
 
getForeignTableColumnName() - Method in class org.agileclick.genorm.Column
 
getForeignTableName() - Method in class org.agileclick.genorm.Column
 
getFormat() - Method in class org.agileclick.genorm.GenUtil
Gets the Format object specified in the GenUtil.PROP_FORMATTER properties or an instance of DefaultFormat
getGeneratedKeys() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getGenOrmConnection() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
This returns the GenOrmConnection object that is specific to the generated code.
getHasForeignKey() - Method in class org.agileclick.genorm.Table
 
getHasOnDelete() - Method in class org.agileclick.genorm.ForeignKeySet
 
getHasOnUpdate() - Method in class org.agileclick.genorm.ForeignKeySet
 
getHasPrimaryKey() - Method in class org.agileclick.genorm.Table
 
getHasUniqueColumns() - Method in class org.agileclick.genorm.Table
 
getImplements(Map<String, Object>) - Method in interface org.agileclick.genorm.ORMPlugin
 
getImplements(Map<String, Object>) - Method in class org.agileclick.genorm.plugins.web.WebFieldSetterPlugin
 
getInputs() - Method in class org.agileclick.genorm.Query
 
getIsCTSet() - Method in class org.agileclick.genorm.Table
 
getIsMTSet() - Method in class org.agileclick.genorm.Table
 
getJavaType(String) - Method in class org.agileclick.genorm.GenUtil
 
getJavaType() - Method in class org.agileclick.genorm.parser.GenOrmParser.TypeMap
 
getKey() - Method in class org.agileclick.genorm.parser.GenOrmParser.Property
 
getKeyGenerator(String) - Method in interface org.agileclick.genorm.runtime.GenOrmConnection
 
getKeyGenerator(String) - Method in interface org.agileclick.genorm.runtime.GenOrmDSEnvelope
Returns the key generator for the specified table
getKeyGenerator(String) - Method in class org.agileclick.genorm.runtime.GenOrmDudConnection
 
getKeyGenerator(String) - Method in class org.agileclick.genorm.runtime.GenOrmGroupedConnection
 
getKeyGenerator(String) - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
 
getKeys() - Method in class org.agileclick.genorm.ForeignKeySet
 
getLogger() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
 
getLoginTimeout() - Method in class org.agileclick.genorm.runtime.DataSourceWrapper
 
getLogWriter() - Method in class org.agileclick.genorm.runtime.DataSourceWrapper
 
getMaxFieldSize() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getMaxRows() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getMessage() - Method in exception org.agileclick.genorm.QueryConfigException
 
getMetaData() - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
getMethodName() - Method in class org.agileclick.genorm.Column
 
getMethodName() - Method in class org.agileclick.genorm.ForeignKeySet
 
getMethodName() - Method in class org.agileclick.genorm.Parameter
 
getMoreResults() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getMoreResults(int) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getMTColumn() - Method in class org.agileclick.genorm.Table
 
getMultiplePrimaryKeys() - Method in class org.agileclick.genorm.Table
 
getName() - Method in class org.agileclick.genorm.Column
 
getName() - Method in class org.agileclick.genorm.Parameter
 
getName() - Method in class org.agileclick.genorm.parser.GenOrmParser.Column
 
getName() - Method in class org.agileclick.genorm.parser.GenOrmParser.Option
 
getName() - Method in class org.agileclick.genorm.Table
 
getNameCaps() - Method in class org.agileclick.genorm.Column
 
getNextDataSet() - Method in class org.agileclick.genorm.unittest.QueryDataDriver
 
getNumberOfColumns() - Method in class org.agileclick.genorm.Table
 
getOnDelete() - Method in class org.agileclick.genorm.Column
 
getOnDelete() - Method in class org.agileclick.genorm.ForeignKeySet
 
getOnlyRecord() - Method in interface org.agileclick.genorm.runtime.GenOrmQueryResultSet
 
getOnlyRecord() - Method in interface org.agileclick.genorm.runtime.GenOrmResultSet
 
getOnUpdate() - Method in class org.agileclick.genorm.Column
 
getOnUpdate() - Method in class org.agileclick.genorm.ForeignKeySet
 
getOption() - Method in class org.agileclick.genorm.parser.GenOrmParser.Configuration
Convenience function for getting a single value
getOptionList() - Method in class org.agileclick.genorm.parser.GenOrmParser.Configuration
 
getOutputs() - Method in class org.agileclick.genorm.Query
 
getOutputsCount() - Method in class org.agileclick.genorm.Query
 
getParameterMetaData() - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
getParameterName() - Method in class org.agileclick.genorm.Column
 
getParameterName() - Method in class org.agileclick.genorm.Parameter
 
getParentLogger() - Method in class org.agileclick.genorm.runtime.DataSourceWrapper
 
getPlugin() - Method in class org.agileclick.genorm.parser.GenOrmParser.Configuration
Convenience function for getting a single value
getPluginClass() - Method in class org.agileclick.genorm.parser.GenOrmParser.Plugin
 
getPluginList() - Method in class org.agileclick.genorm.parser.GenOrmParser.Configuration
 
getPrevValue() - Method in class org.agileclick.genorm.runtime.GenOrmBoolean
 
getPrevValue() - Method in class org.agileclick.genorm.runtime.GenOrmByte
 
getPrevValue() - Method in class org.agileclick.genorm.runtime.GenOrmDouble
 
getPrevValue() - Method in class org.agileclick.genorm.runtime.GenOrmField
 
getPrevValue() - Method in class org.agileclick.genorm.runtime.GenOrmFieldTemplate
 
getPrevValue() - Method in class org.agileclick.genorm.runtime.GenOrmInt
 
getPrevValue() - Method in class org.agileclick.genorm.runtime.GenOrmLong
 
getPrevValue() - Method in class org.agileclick.genorm.runtime.GenOrmShort
 
getPrevValueAsString() - Method in class org.agileclick.genorm.runtime.GenOrmBoolean
 
getPrevValueAsString() - Method in class org.agileclick.genorm.runtime.GenOrmByte
 
getPrevValueAsString() - Method in class org.agileclick.genorm.runtime.GenOrmDouble
 
getPrevValueAsString() - Method in class org.agileclick.genorm.runtime.GenOrmField
 
getPrevValueAsString() - Method in class org.agileclick.genorm.runtime.GenOrmFieldTemplate
 
getPrevValueAsString() - Method in class org.agileclick.genorm.runtime.GenOrmInt
 
getPrevValueAsString() - Method in class org.agileclick.genorm.runtime.GenOrmLong
 
getPrevValueAsString() - Method in class org.agileclick.genorm.runtime.GenOrmShort
 
getPrimaryKey() - Method in class org.agileclick.genorm.parser.GenOrmParser.Column
 
getPrimaryKey() - Method in class org.agileclick.genorm.Table
 
getPrimaryKeyCount() - Method in class org.agileclick.genorm.Table
 
getPrimaryKeys() - Method in class org.agileclick.genorm.Table
 
getProperties() - Method in class org.agileclick.genorm.Table
 
getProperty() - Method in class org.agileclick.genorm.parser.GenOrmParser.Column
Convenience function for getting a single value
getProperty() - Method in class org.agileclick.genorm.parser.GenOrmParser.Table
Convenience function for getting a single value
getProperty(String) - Method in interface org.agileclick.genorm.runtime.GenOrmConnection
Gets a property set on this connection
getProperty(String) - Method in class org.agileclick.genorm.runtime.GenOrmDudConnection
Gets a property set on this connection
getProperty(String) - Method in class org.agileclick.genorm.runtime.GenOrmGroupedConnection
Gets a property set on this connection
getProperty(String) - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
Gets a property set on this connection
getPropertyList() - Method in class org.agileclick.genorm.parser.GenOrmParser.Column
 
getPropertyList() - Method in class org.agileclick.genorm.parser.GenOrmParser.Table
 
getQueries() - Method in class org.agileclick.genorm.Table
 
getQuery() - Method in class org.agileclick.genorm.runtime.SQLQuery
 
getQueryBody(Map<String, Object>) - Method in class org.agileclick.genorm.plugins.memcached.MemCachePlugin
 
getQueryBody(Map<String, Object>) - Method in interface org.agileclick.genorm.QueryPlugin
 
getQueryImplements(Map<String, Object>) - Method in class org.agileclick.genorm.plugins.memcached.MemCachePlugin
 
getQueryImplements(Map<String, Object>) - Method in interface org.agileclick.genorm.QueryPlugin
 
getQueryImports(Map<String, Object>) - Method in class org.agileclick.genorm.plugins.memcached.MemCachePlugin
 
getQueryImports(Map<String, Object>) - Method in interface org.agileclick.genorm.QueryPlugin
 
getQueryInputs() - Method in class org.agileclick.genorm.Query
 
getQueryName() - Method in class org.agileclick.genorm.Query
 
getQueryName() - Method in class org.agileclick.genorm.runtime.SQLQuery
 
getQueryRecordBody(Map<String, Object>) - Method in class org.agileclick.genorm.plugins.memcached.MemCachePlugin
 
getQueryRecordBody(Map<String, Object>) - Method in interface org.agileclick.genorm.QueryPlugin
 
getQueryRecordImplements(Map<String, Object>) - Method in class org.agileclick.genorm.plugins.memcached.MemCachePlugin
 
getQueryRecordImplements(Map<String, Object>) - Method in interface org.agileclick.genorm.QueryPlugin
 
getQueryTimeout() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getRecord() - Method in interface org.agileclick.genorm.runtime.GenOrmQueryResultSet
 
getRecord() - Method in interface org.agileclick.genorm.runtime.GenOrmResultSet
 
getRecordKey() - Method in class org.agileclick.genorm.runtime.GenOrmField
 
getRecordKey() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
 
getReference() - Method in class org.agileclick.genorm.parser.GenOrmParser.Column
Convenience function for getting a single value
getReferenceList() - Method in class org.agileclick.genorm.parser.GenOrmParser.Column
 
getReplacements() - Method in class org.agileclick.genorm.Query
 
getResultSet() - Method in interface org.agileclick.genorm.runtime.GenOrmQueryResultSet
 
getResultSet() - Method in interface org.agileclick.genorm.runtime.GenOrmResultSet
 
getResultSet() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getResultSetConcurrency() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getResultSetHoldability() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getResultSetType() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getSecond() - Method in class org.agileclick.genorm.runtime.Pair
 
getSql() - Method in class org.agileclick.genorm.runtime.GenOrmConstraint
 
getSqlQuery() - Method in class org.agileclick.genorm.Query
 
getSQLType() - Method in class org.agileclick.genorm.Column
 
getSQLValue() - Method in class org.agileclick.genorm.runtime.GenOrmBoolean
 
getSQLValue() - Method in class org.agileclick.genorm.runtime.GenOrmByte
 
getSQLValue() - Method in class org.agileclick.genorm.runtime.GenOrmDouble
 
getSQLValue() - Method in class org.agileclick.genorm.runtime.GenOrmFieldTemplate
 
getSQLValue() - Method in class org.agileclick.genorm.runtime.GenOrmInt
 
getSQLValue() - Method in class org.agileclick.genorm.runtime.GenOrmLong
 
getSQLValue() - Method in class org.agileclick.genorm.runtime.GenOrmShort
 
getSQLValue() - Method in class org.agileclick.genorm.runtime.GenOrmString
 
getSQLValue() - Method in class org.agileclick.genorm.runtime.GenOrmTimestamp
 
getString(String) - Method in class org.agileclick.genorm.PropertiesFile
 
getTable() - Method in class org.agileclick.genorm.ForeignKeySet
 
getTable() - Method in class org.agileclick.genorm.parser.GenOrmParser.Reference
 
getTableName() - Method in class org.agileclick.genorm.ForeignKeySet
 
getTableName() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Returns the name of the table this record is from
getTableName() - Method in class org.agileclick.genorm.runtime.GenOrmRecordKey
 
getTag() - Method in class org.agileclick.genorm.Parameter
 
getTestParam() - Method in class org.agileclick.genorm.Parameter
 
getType() - Method in class org.agileclick.genorm.Column
 
getType() - Method in class org.agileclick.genorm.Parameter
 
getType() - Method in class org.agileclick.genorm.parser.GenOrmParser.Column
 
getType() - Method in class org.agileclick.genorm.parser.GenOrmParser.Table
 
getTypeList() - Method in class org.agileclick.genorm.parser.GenOrmParser.Table
 
getTypeMap() - Method in class org.agileclick.genorm.parser.GenOrmParser.Configuration
Convenience function for getting a single value
getTypeMapList() - Method in class org.agileclick.genorm.parser.GenOrmParser.Configuration
 
getUnique() - Method in class org.agileclick.genorm.parser.GenOrmParser.Column
 
getUniqueColumnSets() - Method in class org.agileclick.genorm.Table
 
getUniqueRecord(GenOrmRecord) - Method in interface org.agileclick.genorm.runtime.GenOrmConnection
Returns a unique record instance for this transaction.
getUniqueRecord(GenOrmRecord) - Method in class org.agileclick.genorm.runtime.GenOrmDudConnection
Returns a unique record instance for this transaction.
getUniqueRecord(GenOrmRecord) - Method in class org.agileclick.genorm.runtime.GenOrmGroupedConnection
Returns a unique record instance for this transaction.
getUniqueRecord(GenOrmRecord) - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
Returns a unique record instance for this transaction.
getUniqueSet() - Method in class org.agileclick.genorm.Column
 
getUpdateCount() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getValue() - Method in class org.agileclick.genorm.parser.GenOrmParser.Option
 
getValue() - Method in class org.agileclick.genorm.parser.GenOrmParser.Property
 
getValue() - Method in class org.agileclick.genorm.runtime.GenOrmBoolean
 
getValue() - Method in class org.agileclick.genorm.runtime.GenOrmByte
 
getValue() - Method in class org.agileclick.genorm.runtime.GenOrmDouble
 
getValue() - Method in class org.agileclick.genorm.runtime.GenOrmFieldTemplate
 
getValue() - Method in class org.agileclick.genorm.runtime.GenOrmInt
 
getValue() - Method in class org.agileclick.genorm.runtime.GenOrmLong
 
getValue() - Method in class org.agileclick.genorm.runtime.GenOrmShort
 
getWarnings() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
getXML() - Method in class org.agileclick.genorm.Column
 
getXmlName() - Method in class org.agileclick.genorm.Parameter
 
GLOBAL - Static variable in class org.agileclick.genorm.Genormous
 
Global() - Constructor for class org.agileclick.genorm.parser.GenOrmParser.Global
 

H

handle(ArgumentProcessor) - Method in class org.jargp.BoolDef
Handle argument.
handle(ArgumentProcessor) - Method in class org.jargp.FloatDef
Handle argument.
handle(ArgumentProcessor) - Method in class org.jargp.IntDef
Handle argument.
handle(ArgumentProcessor) - Method in class org.jargp.ParameterDef
Handle argument.
handle(ArgumentProcessor) - Method in class org.jargp.StringDef
Handle argument.
handle(ArgumentProcessor) - Method in class org.jargp.StringListDef
Handle argument.
hashCode() - Method in class org.agileclick.genorm.Column
 
hashCode() - Method in class org.agileclick.genorm.Query
 
hashCode() - Method in class org.agileclick.genorm.runtime.GenOrmBoolean
 
hashCode() - Method in class org.agileclick.genorm.runtime.GenOrmByte
 
hashCode() - Method in class org.agileclick.genorm.runtime.GenOrmDouble
 
hashCode() - Method in class org.agileclick.genorm.runtime.GenOrmField
 
hashCode() - Method in class org.agileclick.genorm.runtime.GenOrmFieldTemplate
 
hashCode() - Method in class org.agileclick.genorm.runtime.GenOrmInt
 
hashCode() - Method in class org.agileclick.genorm.runtime.GenOrmLong
 
hashCode() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Returns the combined hash code of all primary keys of this record
hashCode() - Method in class org.agileclick.genorm.runtime.GenOrmRecordKey
 
hashCode() - Method in class org.agileclick.genorm.runtime.GenOrmShort
 
hasNext() - Method in class org.jargp.CharTracker
Check if another character is available.
hasNext() - Method in class org.jargp.StringTracker
Check if another string is available.
hasNextDataSet() - Method in class org.agileclick.genorm.unittest.QueryDataDriver
 
HSQLDB - Class in org.agileclick.genorm.plugins.dbsupport
 
HSQLDB() - Constructor for class org.agileclick.genorm.plugins.dbsupport.HSQLDB
 

I

init(Element, Properties) - Method in interface org.agileclick.genorm.GenPlugin
Called to initialize the plugin
init(Element, Properties) - Method in class org.agileclick.genorm.plugins.dbsupport.HSQLDB
 
init(Element, Properties) - Method in class org.agileclick.genorm.plugins.dbsupport.MySQL
 
init(Element, Properties) - Method in class org.agileclick.genorm.plugins.dbsupport.Postgres
 
init(Element, Properties) - Method in class org.agileclick.genorm.plugins.memcached.MemCachePlugin
 
init(Element, Properties) - Method in class org.agileclick.genorm.plugins.web.WebFieldSetterPlugin
 
INIT_PARAM - Static variable in class org.agileclick.genorm.servlet.ContextListener
JNDI Resource to use to get the database DataSource object <context-param> <param-name>genormJNDIDataSource</param-name> <param-value>java:/comp/env/jdbc/postgres</param-value> </context-param>
initialize() - Method in interface org.agileclick.genorm.runtime.GenOrmDSEnvelope
 
INPUT - Static variable in class org.agileclick.genorm.Query
 
IntDef - Class in org.jargp
Command line integer parameter definition.
IntDef(char, String, String, int, int) - Constructor for class org.jargp.IntDef
Constructor with range and description.
IntDef(char, String, int, int) - Constructor for class org.jargp.IntDef
Constructor with range but no description.
IntDef(char, String, String) - Constructor for class org.jargp.IntDef
Constructor with no range defined.
IntDef(char, String) - Constructor for class org.jargp.IntDef
Constructor with no range or description.
isAllowNull() - Method in class org.agileclick.genorm.Column
 
isAutoIncrement() - Method in class org.agileclick.genorm.Column
 
isBooleanType() - Method in class org.agileclick.genorm.Parameter
 
isClosed() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
isCloseOnCompletion() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
isCommitted() - Method in interface org.agileclick.genorm.runtime.GenOrmConnection
 
isCommitted() - Method in class org.agileclick.genorm.runtime.GenOrmDudConnection
 
isCommitted() - Method in class org.agileclick.genorm.runtime.GenOrmGroupedConnection
 
isCommitted() - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
 
isDefaultSet() - Method in class org.agileclick.genorm.Column
 
isDeleted() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Returns if the record has been deleted by a previous call to GenOrmRecord.delete()
isDirty() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Returns if this record has been modified
isForeignKey() - Method in class org.agileclick.genorm.Column
 
isForeignKey() - Method in class org.agileclick.genorm.runtime.GenOrmFieldMeta
 
isGeneratedKey() - Method in class org.agileclick.genorm.Table
 
isHasParameters() - Method in class org.agileclick.genorm.Query
 
isIgnored() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Identifies if this record is ignored or not.
isKey() - Method in class org.agileclick.genorm.Column
 
isNew() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Identifies this record as a new record that needs to be added to the database
isNoneResult() - Method in class org.agileclick.genorm.Query
 
isNull() - Method in class org.agileclick.genorm.runtime.GenOrmField
 
isParamQuery() - Method in class org.agileclick.genorm.Query
 
isPoolable() - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
isPrimaryKey() - Method in class org.agileclick.genorm.Column
 
isPrimaryKey() - Method in class org.agileclick.genorm.runtime.GenOrmFieldMeta
 
isQuoteDefault() - Method in class org.agileclick.genorm.Column
 
isReference() - Method in class org.agileclick.genorm.Parameter
 
isReplaceQuery() - Method in class org.agileclick.genorm.Query
 
isSingleKey() - Method in class org.agileclick.genorm.Table
 
isSingleResult() - Method in class org.agileclick.genorm.Query
 
isSkipTest() - Method in class org.agileclick.genorm.Query
 
isUnique() - Method in class org.agileclick.genorm.Column
 
isUpdate() - Method in class org.agileclick.genorm.Query
 
isWrapperFor(Class<?>) - Method in class org.agileclick.genorm.runtime.DataSourceWrapper
 
isWrapperFor(Class<?>) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 

K

KEY - Static variable in class org.agileclick.genorm.Genormous
 

L

LeakDetectorDataSource - Class in org.agileclick.genorm.runtime
 
LeakDetectorDataSource(DataSource, int, int) - Constructor for class org.agileclick.genorm.runtime.LeakDetectorDataSource
 
length() - Method in class org.jargp.StringTracker
Get length of array.
listOpenConnections() - Method in class org.agileclick.genorm.runtime.LeakDetectorDataSource
Goes through all open db connections and prints out the ones that are still open.
listParameters(int, PrintStream) - Method in class org.jargp.ArgumentProcessor
List known parameter definitions.
loadTemplateGroup(String) - Method in class org.agileclick.genorm.TemplateHelper
 

M

main(String[]) - Static method in class org.agileclick.genorm.Genormous
 
main(String[]) - Static method in class org.agileclick.genorm.QueryGen
 
main(String[]) - Static method in class org.agileclick.genorm.TableCreator
 
MEMCACHED_CLIENT_PROPERTY - Static variable in class org.agileclick.genorm.plugins.memcached.MemCachePlugin
 
MemCachePlugin - Class in org.agileclick.genorm.plugins.memcached
 
MemCachePlugin() - Constructor for class org.agileclick.genorm.plugins.memcached.MemCachePlugin
 
MySQL - Class in org.agileclick.genorm.plugins.dbsupport
 
MySQL() - Constructor for class org.agileclick.genorm.plugins.dbsupport.MySQL
 

N

NAME - Static variable in class org.agileclick.genorm.Genormous
 
NAME - Static variable in class org.agileclick.genorm.Parameter
 
NAME - Static variable in class org.agileclick.genorm.Query
 
next() - Method in interface org.agileclick.genorm.runtime.GenOrmQueryResultSet
 
next() - Method in interface org.agileclick.genorm.runtime.GenOrmResultSet
 
next() - Method in class org.jargp.CharTracker
Get next character from string, advancing past that character.
next() - Method in class org.jargp.StringTracker
Get next string from array, advancing past that string.
nextOffset() - Method in class org.jargp.StringTracker
Get position of next string in array.
NoFlagArgDef - Class in org.jargp
 
NoFlagArgDef(String, String) - Constructor for class org.jargp.NoFlagArgDef
 
NoFlagArgDef(String) - Constructor for class org.jargp.NoFlagArgDef
 

O

ON_DELETE - Static variable in class org.agileclick.genorm.Genormous
 
ON_UPDATE - Static variable in class org.agileclick.genorm.Genormous
 
Option() - Constructor for class org.agileclick.genorm.parser.GenOrmParser.Option
 
org.agileclick.genorm - package org.agileclick.genorm
 
org.agileclick.genorm.parser - package org.agileclick.genorm.parser
 
org.agileclick.genorm.plugins.dbsupport - package org.agileclick.genorm.plugins.dbsupport
 
org.agileclick.genorm.plugins.memcached - package org.agileclick.genorm.plugins.memcached
 
org.agileclick.genorm.plugins.web - package org.agileclick.genorm.plugins.web
 
org.agileclick.genorm.runtime - package org.agileclick.genorm.runtime
 
org.agileclick.genorm.servlet - package org.agileclick.genorm.servlet
 
org.agileclick.genorm.unittest - package org.agileclick.genorm.unittest
 
org.jargp - package org.jargp
 
ORMPlugin - Interface in org.agileclick.genorm
 

P

Pair<A,B> - Class in org.agileclick.genorm.runtime
 
Pair() - Constructor for class org.agileclick.genorm.runtime.Pair
 
Pair(A, B) - Constructor for class org.agileclick.genorm.runtime.Pair
 
PARAM - Static variable in class org.agileclick.genorm.Query
 
Parameter - Class in org.agileclick.genorm
 
Parameter(Element, Format, Map<String, String>) - Constructor for class org.agileclick.genorm.Parameter
 
Parameter(String, String, Format) - Constructor for class org.agileclick.genorm.Parameter
 
Parameter(String, String, String, Format) - Constructor for class org.agileclick.genorm.Parameter
 
Parameter(Parameter) - Constructor for class org.agileclick.genorm.Parameter
 
ParameterDef - Class in org.jargp
Base class for command line parameter definitions.
ParameterSet - Class in org.jargp
Command line parameter collection definition.
ParameterSet(ParameterDef[], ParameterSet) - Constructor for class org.jargp.ParameterSet
Constructor
parsedConfiguration(GenOrmParser.Configuration) - Method in interface org.agileclick.genorm.parser.GenOrmParser.SlickHandler
 
parsedGlobal(GenOrmParser.Global) - Method in interface org.agileclick.genorm.parser.GenOrmParser.SlickHandler
 
parsedTable(GenOrmParser.Table) - Method in interface org.agileclick.genorm.parser.GenOrmParser.SlickHandler
 
peek() - Method in class org.jargp.CharTracker
Peek next character from string.
peek() - Method in class org.jargp.StringTracker
Peek next string from array.
placePrevValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmBigDecimal
 
placePrevValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmBinary
 
placePrevValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmBoolean
 
placePrevValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmByte
 
placePrevValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmDate
 
placePrevValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmDouble
 
placePrevValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmField
 
placePrevValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmInt
 
placePrevValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmLong
 
placePrevValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmShort
 
placePrevValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmString
 
placePrevValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmTimestamp
 
placePrevValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmUUID
 
placeValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmBigDecimal
 
placeValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmBinary
 
placeValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmBoolean
 
placeValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmByte
 
placeValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmDate
 
placeValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmDouble
 
placeValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmField
 
placeValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmInt
 
placeValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmLong
 
placeValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmShort
 
placeValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmString
 
placeValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmTimestamp
 
placeValue(PreparedStatement, int) - Method in class org.agileclick.genorm.runtime.GenOrmUUID
 
Plugin() - Constructor for class org.agileclick.genorm.parser.GenOrmParser.Plugin
 
Postgres - Class in org.agileclick.genorm.plugins.dbsupport
 
Postgres() - Constructor for class org.agileclick.genorm.plugins.dbsupport.Postgres
 
PreparedStatementWrapper - Class in org.agileclick.genorm.runtime
 
PreparedStatementWrapper(PreparedStatement) - Constructor for class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
prepareStatement(String) - Method in interface org.agileclick.genorm.runtime.GenOrmConnection
 
prepareStatement(String) - Method in class org.agileclick.genorm.runtime.GenOrmDudConnection
The connection will be closed when the statement is closed
prepareStatement(String) - Method in class org.agileclick.genorm.runtime.GenOrmGroupedConnection
The connection will be closed when the statement is closed
prepareStatement(String) - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
The connection will be closed when the statement is closed
PRIMARY_KEY - Static variable in class org.agileclick.genorm.Genormous
 
processArgs(String[], Object) - Method in class org.jargp.ArgumentProcessor
Process argument list control information.
processArgs(String[], ParameterDef[], Object) - Static method in class org.jargp.ArgumentProcessor
Process argument list directly.
PROP_BASE_CLASS_DESTINATION - Static variable in class org.agileclick.genorm.GenUtil
 
PROP_BASE_CLASS_PACKAGE - Static variable in class org.agileclick.genorm.GenUtil
 
PROP_DATASOURCE_PACKAGE - Static variable in class org.agileclick.genorm.GenUtil
Sets the package for the GenOrmDataSource class.
PROP_DESTINATION - Static variable in class org.agileclick.genorm.GenUtil
Destination folder to write orm objects to
PROP_FORMATTER - Static variable in class org.agileclick.genorm.GenUtil
Class name of a class that extends Format.
PROP_GRAPHVIZ_FILE - Static variable in class org.agileclick.genorm.GenUtil
 
PROP_INHERIT - Static variable in class org.agileclick.genorm.GenUtil
Genorm property to not inherit global column definitions.
PROP_PACKAGE - Static variable in class org.agileclick.genorm.GenUtil
Property containing the package name for all generated ORM objects
PROP_SQL_DESTINATION - Static variable in class org.agileclick.genorm.GenUtil
Destination to write the create.sql file to.
PropertiesFile - Class in org.agileclick.genorm
 
PropertiesFile(String) - Constructor for class org.agileclick.genorm.PropertiesFile
 
PROPERTY - Static variable in class org.agileclick.genorm.Genormous
 
Property() - Constructor for class org.agileclick.genorm.parser.GenOrmParser.Property
 

Q

QUERY - Static variable in class org.agileclick.genorm.Genormous
 
Query - Class in org.agileclick.genorm
 
Query(Format, String, ArrayList<Parameter>, String) - Constructor for class org.agileclick.genorm.Query
 
Query(Element, Format) - Constructor for class org.agileclick.genorm.Query
 
Query(Element, Format, Map<String, String>) - Constructor for class org.agileclick.genorm.Query
 
QUERY - Static variable in class org.agileclick.genorm.Query
 
QueryConfigException - Exception in org.agileclick.genorm
 
QueryConfigException(String, String) - Constructor for exception org.agileclick.genorm.QueryConfigException
 
QueryDataDriver - Class in org.agileclick.genorm.unittest
 
QueryDataDriver() - Constructor for class org.agileclick.genorm.unittest.QueryDataDriver
 
QueryGen - Class in org.agileclick.genorm
 
QueryGen(String) - Constructor for class org.agileclick.genorm.QueryGen
 
QueryHelper - Class in org.agileclick.genorm.runtime
 
QueryHelper() - Constructor for class org.agileclick.genorm.runtime.QueryHelper
 
QueryPlugin - Interface in org.agileclick.genorm
 

R

readResource(String) - Method in class org.agileclick.genorm.TemplateHelper
 
REF - Static variable in class org.agileclick.genorm.Parameter
 
REF_TABLE - Static variable in class org.agileclick.genorm.Genormous
 
REFERENCE - Static variable in class org.agileclick.genorm.Genormous
 
Reference() - Constructor for class org.agileclick.genorm.parser.GenOrmParser.Reference
 
REPLACE - Static variable in class org.agileclick.genorm.Query
 
replaceText(String, Map<String, String>) - Static method in class org.agileclick.genorm.runtime.QueryHelper
 
replaceTextWith(Map) - Method in class org.agileclick.genorm.TextReplace
 
reportArgumentError(char, String) - Method in class org.jargp.ArgumentProcessor
Report argument error.
reset() - Method in interface org.agileclick.genorm.runtime.GenOrmKeyGenerator
 
reset() - Method in class org.agileclick.genorm.unittest.QueryDataDriver
 
RESULT_MULTI - Static variable in class org.agileclick.genorm.Query
 
RESULT_NONE - Static variable in class org.agileclick.genorm.Query
 
RESULT_SINGLE - Static variable in class org.agileclick.genorm.Query
 
RESULT_TYPE - Static variable in class org.agileclick.genorm.Query
 
RETURN - Static variable in class org.agileclick.genorm.Query
 
rollback() - Method in interface org.agileclick.genorm.runtime.GenOrmConnection
 
rollback() - Method in class org.agileclick.genorm.runtime.GenOrmDudConnection
 
rollback() - Method in class org.agileclick.genorm.runtime.GenOrmGroupedConnection
 
rollback() - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
 

S

select(String) - Method in interface org.agileclick.genorm.runtime.GenOrmRecordFactory
 
select(String, String) - Method in interface org.agileclick.genorm.runtime.GenOrmRecordFactory
 
setAllowNull(boolean) - Method in class org.agileclick.genorm.Column
 
setArray(int, Array) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setAsciiStream(int, InputStream, int) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setAsciiStream(int, InputStream, long) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setAsciiStream(int, InputStream) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setAutoIncrement() - Method in class org.agileclick.genorm.Column
 
setAutoSet(String) - Method in class org.agileclick.genorm.Column
 
setBigDecimal(int, BigDecimal) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setBinaryStream(int, InputStream, int) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setBinaryStream(int, InputStream, long) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setBinaryStream(int, InputStream) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setBlob(int, Blob) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setBlob(int, InputStream, long) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setBlob(int, InputStream) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setBoolean(int, boolean) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setByte(int, byte) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setBytes(int, byte[]) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setCharacterStream(int, Reader, int) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setCharacterStream(int, Reader, long) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setCharacterStream(int, Reader) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setClob(int, Clob) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setClob(int, Reader, long) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setClob(int, Reader) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setComment(String) - Method in class org.agileclick.genorm.Column
 
setComment(String) - Method in class org.agileclick.genorm.Table
 
setConfigOption(String, String) - Method in class org.agileclick.genorm.QueryGen
 
setConfiguration(String) - Method in class org.agileclick.genorm.QueryGen
 
setConfiguration(Properties) - Method in class org.agileclick.genorm.QueryGen
 
setConnection(Connection) - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
 
setCreateSQL(String) - Method in class org.agileclick.genorm.Table
 
setCTColumn(Column) - Method in class org.agileclick.genorm.Table
 
setCTS() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
This method is called when a new record is created.
setCursorName(String) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
setCustomType(String) - Method in class org.agileclick.genorm.Column
 
setDate(int, Date) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setDate(int, Date, Calendar) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setDefault(String) - Method in class org.agileclick.genorm.Column
 
setDestination(String) - Method in class org.agileclick.genorm.GenUtil
 
setDestinationDir(String) - Method in class org.agileclick.genorm.TemplateHelper
 
setDirty() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Forces this record to be dirty which will cause all values to be commited to the database upon commit of the transaction
setDirtyFlag(int) - Method in class org.agileclick.genorm.Column
 
setDouble(int, double) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setEscape(boolean) - Method in class org.agileclick.genorm.Query
 
setEscapeProcessing(boolean) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
setFetchDirection(int) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
setFetchSize(int) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
setFieldDirty(GenOrmField) - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Marks the specified field as dirty for this record so it will be updated with the next flush.
setFirst(A) - Method in class org.agileclick.genorm.runtime.Pair
 
setFloat(int, float) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setForeignKey() - Method in class org.agileclick.genorm.Column
 
setForeignTable(Table) - Method in class org.agileclick.genorm.Column
 
setForeignTableColumnName(String) - Method in class org.agileclick.genorm.Column
 
setForeignTableName(String) - Method in class org.agileclick.genorm.Column
 
setFormat(Format) - Method in class org.agileclick.genorm.GenUtil
 
setFormatter(Formatter) - Method in class org.agileclick.genorm.runtime.SQLQuery
 
setGraphvizFile(String) - Method in class org.agileclick.genorm.Genormous
 
setIgnored(boolean) - Method in class org.agileclick.genorm.runtime.GenOrmRecord
Sets this record to be ignored.
setInt(int, int) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setLocale(Locale) - Method in class org.agileclick.genorm.runtime.DefaultFormatter
 
setLocale(Locale) - Method in interface org.agileclick.genorm.runtime.Formatter
 
setLocale(Locale) - Method in class org.agileclick.genorm.runtime.SQLQuery
 
setLoginTimeout(int) - Method in class org.agileclick.genorm.runtime.DataSourceWrapper
 
setLogWriter(PrintWriter) - Method in class org.agileclick.genorm.runtime.DataSourceWrapper
 
setLong(int, long) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setMaxFieldSize(int) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
setMaxRows(int) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
setMTColumn(Column) - Method in class org.agileclick.genorm.Table
 
setMTS() - Method in class org.agileclick.genorm.runtime.GenOrmRecord
This method is called whenever a modification is made to this record.
setNCharacterStream(int, Reader, long) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setNCharacterStream(int, Reader) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setNClob(int, NClob) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setNClob(int, Reader, long) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setNClob(int, Reader) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setNString(int, String) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setNull() - Method in class org.agileclick.genorm.runtime.GenOrmField
 
setNull(int, int) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setNull(int, int, String) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setObject(int, Object, int) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setObject(int, Object) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setObject(int, Object, int, int) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setOnDelete(String) - Method in class org.agileclick.genorm.Column
 
setOnDelete(String) - Method in class org.agileclick.genorm.ForeignKeySet
 
setOnUpdate(String) - Method in class org.agileclick.genorm.Column
 
setOnUpdate(String) - Method in class org.agileclick.genorm.ForeignKeySet
 
setPackage(String) - Method in class org.agileclick.genorm.GenUtil
 
setPoolable(boolean) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
setPrevValue(boolean) - Method in class org.agileclick.genorm.runtime.GenOrmBoolean
 
setPrevValue(double) - Method in class org.agileclick.genorm.runtime.GenOrmDouble
 
setPrevValue(T) - Method in class org.agileclick.genorm.runtime.GenOrmFieldTemplate
 
setPrevValue(int) - Method in class org.agileclick.genorm.runtime.GenOrmInt
 
setPrevValue(long) - Method in class org.agileclick.genorm.runtime.GenOrmLong
 
setPrevValue(short) - Method in class org.agileclick.genorm.runtime.GenOrmShort
 
setPrimaryKey() - Method in class org.agileclick.genorm.Column
 
setProperty(String, Object) - Method in interface org.agileclick.genorm.runtime.GenOrmConnection
Sets a property to be associated with this connection
setProperty(String, Object) - Method in class org.agileclick.genorm.runtime.GenOrmDudConnection
Sets a property to be associated with this connection
setProperty(String, Object) - Method in class org.agileclick.genorm.runtime.GenOrmGroupedConnection
Sets a property to be associated with this connection
setProperty(String, Object) - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
Sets a property to be associated with this connection
setQuery(String) - Method in exception org.agileclick.genorm.QueryConfigException
 
setQueryFile(String) - Method in class org.agileclick.genorm.unittest.QueryDataDriver
 
setQueryTimeout(int) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 
setQuoteDefault(boolean) - Method in class org.agileclick.genorm.Column
 
setRecordKey(GenOrmRecordKey) - Method in class org.agileclick.genorm.runtime.GenOrmField
 
setRef(int, Ref) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setRowId(int, RowId) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setSecond(B) - Method in class org.agileclick.genorm.runtime.Pair
 
setServletContext(ServletContext) - Method in interface org.agileclick.genorm.runtime.GenOrmServletDSEnvelope
Called before initialize to set the ServletContext
setShort(int, short) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setSQLXML(int, SQLXML) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setString(String, String) - Method in class org.agileclick.genorm.PropertiesFile
 
setString(int, String) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setTime(int, Time) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setTime(int, Time, Calendar) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setTimestamp(int, Timestamp) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setTransaction(boolean) - Method in class org.agileclick.genorm.runtime.GenOrmTransactionConnection
 
setTypesFile(String) - Method in class org.agileclick.genorm.GenUtil
 
setUnicodeStream(int, InputStream, int) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setUnique() - Method in class org.agileclick.genorm.Column
 
setUniqueSet(String) - Method in class org.agileclick.genorm.Column
 
setURL(int, URL) - Method in class org.agileclick.genorm.runtime.PreparedStatementWrapper
 
setValue(ResultSet, int) - Method in class org.agileclick.genorm.runtime.GenOrmBigDecimal
 
setValue(ResultSet, int) - Method in class org.agileclick.genorm.runtime.GenOrmBinary
 
setValue(boolean) - Method in class org.agileclick.genorm.runtime.GenOrmBoolean
 
setValue(ResultSet, int) - Method in class org.agileclick.genorm.runtime.GenOrmBoolean
 
setValue(byte) - Method in class org.agileclick.genorm.runtime.GenOrmByte
 
setValue(ResultSet, int) - Method in class org.agileclick.genorm.runtime.GenOrmByte
 
setValue(ResultSet, int) - Method in class org.agileclick.genorm.runtime.GenOrmDate
 
setValue(double) - Method in class org.agileclick.genorm.runtime.GenOrmDouble
 
setValue(ResultSet, int) - Method in class org.agileclick.genorm.runtime.GenOrmDouble
 
setValue(ResultSet, int) - Method in class org.agileclick.genorm.runtime.GenOrmField
 
setValue(T) - Method in class org.agileclick.genorm.runtime.GenOrmFieldTemplate
 
setValue(int) - Method in class org.agileclick.genorm.runtime.GenOrmInt
 
setValue(ResultSet, int) - Method in class org.agileclick.genorm.runtime.GenOrmInt
 
setValue(long) - Method in class org.agileclick.genorm.runtime.GenOrmLong
 
setValue(ResultSet, int) - Method in class org.agileclick.genorm.runtime.GenOrmLong
 
setValue(short) - Method in class org.agileclick.genorm.runtime.GenOrmShort
 
setValue(ResultSet, int) - Method in class org.agileclick.genorm.runtime.GenOrmShort
 
setValue(ResultSet, int) - Method in class org.agileclick.genorm.runtime.GenOrmString
 
setValue(ResultSet, int) - Method in class org.agileclick.genorm.runtime.GenOrmTimestamp
 
setValue(ResultSet, int) - Method in class org.agileclick.genorm.runtime.GenOrmUUID
 
SQLQuery - Class in org.agileclick.genorm.runtime
 
SQLQuery() - Constructor for class org.agileclick.genorm.runtime.SQLQuery
 
startElement(String, String, String, Attributes) - Method in class org.agileclick.genorm.parser.GenOrmParser
 
StatementWrapper - Class in org.agileclick.genorm.runtime
 
StatementWrapper(Statement) - Constructor for class org.agileclick.genorm.runtime.StatementWrapper
 
StringDef - Class in org.jargp
Command line string parameter definition.
StringDef(char, String, String) - Constructor for class org.jargp.StringDef
Constructor with description.
StringDef(char, String) - Constructor for class org.jargp.StringDef
Constructor without description.
StringListDef - Class in org.jargp
Command line string list parameter definition.
StringListDef(char, String, String) - Constructor for class org.jargp.StringListDef
Constructor with description.
StringListDef(char, String) - Constructor for class org.jargp.StringListDef
Constructor without description.
StringTracker - Class in org.jargp
String tracker for processing an array of strings.
StringTracker(String[], int) - Constructor for class org.jargp.StringTracker
Constructor

T

TABLE - Static variable in class org.agileclick.genorm.Genormous
 
Table() - Constructor for class org.agileclick.genorm.parser.GenOrmParser.Table
 
Table - Class in org.agileclick.genorm
 
Table(String, Format) - Constructor for class org.agileclick.genorm.Table
 
TABLE_QUERY - Static variable in class org.agileclick.genorm.Query
 
TableCreator - Class in org.agileclick.genorm
 
TableCreator() - Constructor for class org.agileclick.genorm.TableCreator
 
TAG - Static variable in class org.agileclick.genorm.Parameter
 
TemplateHelper - Class in org.agileclick.genorm
 
TemplateHelper() - Constructor for class org.agileclick.genorm.TemplateHelper
 
TEST - Static variable in class org.agileclick.genorm.Parameter
 
testQueryMethods() - Method in interface org.agileclick.genorm.runtime.GenOrmRecordFactory
 
TextReplace - Class in org.agileclick.genorm
 
TextReplace(String, String) - Constructor for class org.agileclick.genorm.TextReplace
 
TextReplace(URL, String) - Constructor for class org.agileclick.genorm.TextReplace
 
TextReplace(InputStream, String) - Constructor for class org.agileclick.genorm.TextReplace
 
TextReplace(String, String, boolean) - Constructor for class org.agileclick.genorm.TextReplace
 
toBigDecimal(String, String) - Method in class org.agileclick.genorm.plugins.web.DefaultWebFieldConverter
 
toBigDecimal(String, String) - Method in interface org.agileclick.genorm.plugins.web.WebFieldConverter
 
toBoolean(String, String) - Method in class org.agileclick.genorm.plugins.web.DefaultWebFieldConverter
 
toBoolean(String, String) - Method in interface org.agileclick.genorm.plugins.web.WebFieldConverter
 
toByte(String, String) - Method in class org.agileclick.genorm.plugins.web.DefaultWebFieldConverter
 
toByte(String, String) - Method in interface org.agileclick.genorm.plugins.web.WebFieldConverter
 
toBytes(String, String) - Method in class org.agileclick.genorm.plugins.web.DefaultWebFieldConverter
 
toBytes(String, String) - Method in interface org.agileclick.genorm.plugins.web.WebFieldConverter
 
toDate(String, String) - Method in class org.agileclick.genorm.plugins.web.DefaultWebFieldConverter
 
toDate(String, String) - Method in interface org.agileclick.genorm.plugins.web.WebFieldConverter
 
toDouble(String, String) - Method in class org.agileclick.genorm.plugins.web.DefaultWebFieldConverter
 
toDouble(String, String) - Method in interface org.agileclick.genorm.plugins.web.WebFieldConverter
 
toInt(String, String) - Method in class org.agileclick.genorm.plugins.web.DefaultWebFieldConverter
 
toInt(String, String) - Method in interface org.agileclick.genorm.plugins.web.WebFieldConverter
 
toLong(String, String) - Method in class org.agileclick.genorm.plugins.web.DefaultWebFieldConverter
 
toLong(String, String) - Method in interface org.agileclick.genorm.plugins.web.WebFieldConverter
 
toString(String, String) - Method in class org.agileclick.genorm.plugins.web.DefaultWebFieldConverter
 
toString(String, String) - Method in interface org.agileclick.genorm.plugins.web.WebFieldConverter
 
toString(String, String) - Method in class org.agileclick.genorm.runtime.DefaultFormatter
 
toString(String, int) - Method in class org.agileclick.genorm.runtime.DefaultFormatter
 
toString(String, Date) - Method in class org.agileclick.genorm.runtime.DefaultFormatter
 
toString(String, boolean) - Method in class org.agileclick.genorm.runtime.DefaultFormatter
 
toString(String, double) - Method in class org.agileclick.genorm.runtime.DefaultFormatter
 
toString(String, BigDecimal) - Method in class org.agileclick.genorm.runtime.DefaultFormatter
 
toString(String, Timestamp) - Method in class org.agileclick.genorm.runtime.DefaultFormatter
 
toString(String, byte[]) - Method in class org.agileclick.genorm.runtime.DefaultFormatter
 
toString(String, UUID) - Method in class org.agileclick.genorm.runtime.DefaultFormatter
 
toString(String, String) - Method in interface org.agileclick.genorm.runtime.Formatter
 
toString(String, int) - Method in interface org.agileclick.genorm.runtime.Formatter
 
toString(String, Date) - Method in interface org.agileclick.genorm.runtime.Formatter
 
toString(String, boolean) - Method in interface org.agileclick.genorm.runtime.Formatter
 
toString(String, double) - Method in interface org.agileclick.genorm.runtime.Formatter
 
toString(String, BigDecimal) - Method in interface org.agileclick.genorm.runtime.Formatter
 
toString(String, Timestamp) - Method in interface org.agileclick.genorm.runtime.Formatter
 
toString(String, byte[]) - Method in interface org.agileclick.genorm.runtime.Formatter
 
toString(String, UUID) - Method in interface org.agileclick.genorm.runtime.Formatter
 
toString() - Method in class org.agileclick.genorm.runtime.GenOrmBoolean
 
toString() - Method in class org.agileclick.genorm.runtime.GenOrmByte
 
toString() - Method in class org.agileclick.genorm.runtime.GenOrmDouble
 
toString() - Method in class org.agileclick.genorm.runtime.GenOrmField
Returns the value of the field as a string
toString() - Method in class org.agileclick.genorm.runtime.GenOrmFieldTemplate
 
toString() - Method in class org.agileclick.genorm.runtime.GenOrmInt
 
toString() - Method in class org.agileclick.genorm.runtime.GenOrmLong
 
toString() - Method in class org.agileclick.genorm.runtime.GenOrmPreparedStatement
 
toString() - Method in class org.agileclick.genorm.runtime.GenOrmRecordKey
 
toString() - Method in class org.agileclick.genorm.runtime.GenOrmShort
 
toString() - Method in class org.agileclick.genorm.runtime.GenOrmStatement
 
toString() - Method in class org.agileclick.genorm.Table
 
toTimestamp(String, String) - Method in class org.agileclick.genorm.plugins.web.DefaultWebFieldConverter
 
toTimestamp(String, String) - Method in interface org.agileclick.genorm.plugins.web.WebFieldConverter
 
toUUID(String, String) - Method in class org.agileclick.genorm.plugins.web.DefaultWebFieldConverter
 
toUUID(String, String) - Method in interface org.agileclick.genorm.plugins.web.WebFieldConverter
 
TYPE - Static variable in class org.agileclick.genorm.Genormous
 
TYPE - Static variable in class org.agileclick.genorm.Parameter
 
TypeMap() - Constructor for class org.agileclick.genorm.parser.GenOrmParser.TypeMap
 

U

UNIQUE - Static variable in class org.agileclick.genorm.Genormous
 
UNIQUE_SET - Static variable in class org.agileclick.genorm.Genormous
 
unwrap(Class<T>) - Method in class org.agileclick.genorm.runtime.DataSourceWrapper
 
unwrap(Class<T>) - Method in class org.agileclick.genorm.runtime.StatementWrapper
 

V

VALUE - Static variable in class org.agileclick.genorm.Genormous
 

W

WebFieldConverter - Interface in org.agileclick.genorm.plugins.web
 
WebFieldSetterPlugin - Class in org.agileclick.genorm.plugins.web
 
WebFieldSetterPlugin() - Constructor for class org.agileclick.genorm.plugins.web.WebFieldSetterPlugin
 
writeTemplate(String, Map<String, Object>) - Method in class org.agileclick.genorm.TemplateHelper
 
writeTemplate(String, String, Map<String, Object>) - Method in class org.agileclick.genorm.TemplateHelper
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links