sf logo
A B C D E F G H I L M N O P Q R S T U V

A

AbstractBaseMapping - Class in sf.qof.mapping
 
AbstractBaseMapping() - Constructor for class sf.qof.mapping.AbstractBaseMapping
 
AbstractCharacterMapping - Class in sf.qof.mapping
 
AbstractCharacterMapping() - Constructor for class sf.qof.mapping.AbstractCharacterMapping
 
AbstractCharacterMapping.CharacterMapping - Class in sf.qof.mapping
 
AbstractCharacterMapping.CharacterMapping() - Constructor for class sf.qof.mapping.AbstractCharacterMapping.CharacterMapping
 
AbstractCharacterMapping.StringMapping - Class in sf.qof.mapping
 
AbstractCharacterMapping.StringMapping() - Constructor for class sf.qof.mapping.AbstractCharacterMapping.StringMapping
 
AbstractDateTimeMapping - Class in sf.qof.mapping
 
AbstractDateTimeMapping() - Constructor for class sf.qof.mapping.AbstractDateTimeMapping
 
AbstractDateTimeMapping.DateMapping - Class in sf.qof.mapping
 
AbstractDateTimeMapping.DateMapping() - Constructor for class sf.qof.mapping.AbstractDateTimeMapping.DateMapping
 
AbstractDateTimeMapping.TimeMapping - Class in sf.qof.mapping
 
AbstractDateTimeMapping.TimeMapping() - Constructor for class sf.qof.mapping.AbstractDateTimeMapping.TimeMapping
 
AbstractDateTimeMapping.TimestampMapping - Class in sf.qof.mapping
 
AbstractDateTimeMapping.TimestampMapping() - Constructor for class sf.qof.mapping.AbstractDateTimeMapping.TimestampMapping
 
AbstractNumberMapping - Class in sf.qof.mapping
 
AbstractNumberMapping() - Constructor for class sf.qof.mapping.AbstractNumberMapping
 
AbstractNumberMapping.BooleanMapping - Class in sf.qof.mapping
 
AbstractNumberMapping.BooleanMapping() - Constructor for class sf.qof.mapping.AbstractNumberMapping.BooleanMapping
 
AbstractNumberMapping.ByteMapping - Class in sf.qof.mapping
 
AbstractNumberMapping.ByteMapping() - Constructor for class sf.qof.mapping.AbstractNumberMapping.ByteMapping
 
AbstractNumberMapping.DoubleMapping - Class in sf.qof.mapping
 
AbstractNumberMapping.DoubleMapping() - Constructor for class sf.qof.mapping.AbstractNumberMapping.DoubleMapping
 
AbstractNumberMapping.FloatMapping - Class in sf.qof.mapping
 
AbstractNumberMapping.FloatMapping() - Constructor for class sf.qof.mapping.AbstractNumberMapping.FloatMapping
 
AbstractNumberMapping.IntegerMapping - Class in sf.qof.mapping
 
AbstractNumberMapping.IntegerMapping() - Constructor for class sf.qof.mapping.AbstractNumberMapping.IntegerMapping
 
AbstractNumberMapping.LongMapping - Class in sf.qof.mapping
 
AbstractNumberMapping.LongMapping() - Constructor for class sf.qof.mapping.AbstractNumberMapping.LongMapping
 
AbstractNumberMapping.ShortMapping - Class in sf.qof.mapping
 
AbstractNumberMapping.ShortMapping() - Constructor for class sf.qof.mapping.AbstractNumberMapping.ShortMapping
 
accept(Mapper, MappingVisitor) - Method in class sf.qof.mapping.AbstractCharacterMapping
 
accept(Mapper, CharacterMappingVisitor) - Method in class sf.qof.mapping.AbstractCharacterMapping
 
accept(Mapper, CharacterMappingVisitor) - Method in class sf.qof.mapping.AbstractCharacterMapping.CharacterMapping
 
accept(Mapper, CharacterMappingVisitor) - Method in class sf.qof.mapping.AbstractCharacterMapping.StringMapping
 
accept(Mapper, MappingVisitor) - Method in class sf.qof.mapping.AbstractDateTimeMapping
 
accept(Mapper, DateTimeMappingVisitor) - Method in class sf.qof.mapping.AbstractDateTimeMapping
 
accept(Mapper, DateTimeMappingVisitor) - Method in class sf.qof.mapping.AbstractDateTimeMapping.DateMapping
 
accept(Mapper, DateTimeMappingVisitor) - Method in class sf.qof.mapping.AbstractDateTimeMapping.TimeMapping
 
accept(Mapper, DateTimeMappingVisitor) - Method in class sf.qof.mapping.AbstractDateTimeMapping.TimestampMapping
 
accept(Mapper, MappingVisitor) - Method in class sf.qof.mapping.AbstractNumberMapping
 
accept(Mapper, NumberMappingVisitor) - Method in class sf.qof.mapping.AbstractNumberMapping
 
accept(Mapper, NumberMappingVisitor) - Method in class sf.qof.mapping.AbstractNumberMapping.BooleanMapping
 
accept(Mapper, NumberMappingVisitor) - Method in class sf.qof.mapping.AbstractNumberMapping.ByteMapping
 
accept(Mapper, NumberMappingVisitor) - Method in class sf.qof.mapping.AbstractNumberMapping.DoubleMapping
 
accept(Mapper, NumberMappingVisitor) - Method in class sf.qof.mapping.AbstractNumberMapping.FloatMapping
 
accept(Mapper, NumberMappingVisitor) - Method in class sf.qof.mapping.AbstractNumberMapping.IntegerMapping
 
accept(Mapper, NumberMappingVisitor) - Method in class sf.qof.mapping.AbstractNumberMapping.LongMapping
 
accept(Mapper, NumberMappingVisitor) - Method in class sf.qof.mapping.AbstractNumberMapping.ShortMapping
 
accept(Mapper, MappingVisitor) - Method in class sf.qof.mapping.AdapterMapping
 
accept(Mapper, MappingVisitor) - Method in interface sf.qof.mapping.Mapping
Implements visitor pattern.
acceptParameterMappers(MappingVisitor) - Method in class sf.qof.mapping.Mapper
 
acceptResultMappers(MappingVisitor) - Method in class sf.qof.mapping.Mapper
 
adapter - Variable in class sf.qof.mapping.AbstractBaseMapping
 
AdapterMapping - Class in sf.qof.mapping
 
AdapterMapping() - Constructor for class sf.qof.mapping.AdapterMapping
 
addCallQueryBody(CodeEmitter, QueryObjectGenerator, Mapper) - Static method in class sf.qof.codegen.CallQueryMethodGenerator
 
addInsertUpdateDeleteQueryBody(CodeEmitter, QueryObjectGenerator, Mapper) - Static method in class sf.qof.codegen.InsertUpdateDeleteQueryMethodGenerator
 
addSelectQueryBody(CodeEmitter, QueryObjectGenerator, Mapper) - Static method in class sf.qof.codegen.SelectQueryMethodGenerator
 
AnnotationMapperFactory - Class in sf.qof.codegen
Internal - AnnotationMapperFactory creates mappings from annotations and method definitions.

B

BaseQuery - Interface in sf.qof
Defines the basic methods to get and set connections, batch size and fetch size for query objects.
BaseSessionRunner<T> - Class in sf.qof.session
Abstract base class for implementing a SessionRunner.
BaseSessionRunner() - Constructor for class sf.qof.session.BaseSessionRunner
Creates a BaseSessionRunner that creates a session from the default session context.
BaseSessionRunner(String) - Constructor for class sf.qof.session.BaseSessionRunner
Creates a BaseSessionRunner that creates a session from the session context with the given name.
beanType - Variable in class sf.qof.mapping.AbstractBaseMapping
 
begin() - Method in class sf.qof.session.SessionContextFactory.DefaultUserTransaction
 
begin() - Method in interface sf.qof.session.UserTransaction
Create a new transaction and associate it with the current thread.
BlobAdapter - Class in sf.qof.adapter
BlobAdapter is a generator mapping adapter for SQL Blob data types.
BlobAdapter() - Constructor for class sf.qof.adapter.BlobAdapter
 
BlobReader - Class in sf.qof.adapter
BlobReader is a helper class to read data from Blobs to a byte-array.
BlobReader() - Constructor for class sf.qof.adapter.BlobReader
 
BooleanAdapter - Class in sf.qof.adapter
BooleanAdapter is a generator mapping adapter for boolean data types.
box(Class<?>) - Static method in class sf.qof.util.ReflectionUtils
Returns the boxed type of a specified primitive type.
boxUsingValueOf(CodeEmitter, Type) - Static method in class sf.qof.codegen.EmitUtils
Emits code to call the static valueOf method of the boxed types of primitives.

C

Call - Annotation Type in sf.qof
Defines a call method.
CallQueryMethodGenerator - Class in sf.qof.codegen
Internal - CallQueryMethodGenerator is the main generator class for call query methods.
CallQueryMethodGenerator() - Constructor for class sf.qof.codegen.CallQueryMethodGenerator
 
CharacterMappingVisitor - Interface in sf.qof.mapping
 
ClassGenerationCache - Class in sf.qof.util
Caches generated classes according to a specified key.
ClobAdapter - Class in sf.qof.adapter
ClobAdapter is a generator mapping adapter for SQL Clob data types.
ClobAdapter() - Constructor for class sf.qof.adapter.ClobAdapter
 
ClobReader - Class in sf.qof.adapter
ClobReader is a helper class to read data from Clobs to a string.
ClobReader() - Constructor for class sf.qof.adapter.ClobReader
 
close() - Method in class sf.qof.session.SessionContextFactory.DefaultUserTransaction
Closes the transaction.
collectionType - Variable in class sf.qof.mapping.AbstractBaseMapping
 
combine(List<? extends Definition>) - Static method in class sf.qof.parser.PartialDefinitionCombiner
Combines partial definitions.
commit() - Method in class sf.qof.session.SessionContextFactory.DefaultUserTransaction
 
commit() - Method in interface sf.qof.session.UserTransaction
Complete the transaction associated with the current thread.
CommonAdapterRegistrar - Class in sf.qof.adapter
Registers common adapters in package sf.qof.adapter with QueryObjectFactory.
CommonAdapterRegistrar() - Constructor for class sf.qof.adapter.CommonAdapterRegistrar
 
ConnectionFactoryCustomizer - Interface in sf.qof.customizer
Defines the methods of a customizer for the implementation of the getConnection() and setConnection().
Constants - Class in sf.qof.codegen
Internal - holds constants for type and signature definitions.
constructor - Variable in class sf.qof.mapping.AbstractBaseMapping
 
constructorParameter - Variable in class sf.qof.mapping.AbstractBaseMapping
 
create(Method) - Static method in class sf.qof.codegen.AnnotationMapperFactory
 
create(Class<T>, List<Mapper>) - Method in class sf.qof.codegen.QueryObjectGenerator
 
create(Class<T>, List<Mapper>, Class<?>) - Method in class sf.qof.codegen.QueryObjectGenerator
 
create(Class<T>, Class<?>, Object...) - Static method in class sf.qof.util.DelegatorFactory
Returns an instance of a delegator object for a delegatee class.
createAndStoreNewResultObject(CodeEmitter, Mapper, Local, Local) - Static method in class sf.qof.codegen.EmitUtils
 
createMethodInfo(Method) - Static method in class sf.qof.mapping.MethodInfoFactory
 
createParameterMapping(String, int, Class<?>, Class<?>, Class<?>, Method, int[], String[], boolean) - Static method in class sf.qof.mapping.MappingFactory
 
createQueryObject(Class<T>) - Static method in class sf.qof.QueryObjectFactory
Creates a query object class defined by a query definition and returns a new instance.
createQueryObject(Class<T>, Object...) - Static method in class sf.qof.QueryObjectFactory
Creates a query object class defined by a query definition and returns a new instance.
createQueryObjectFromSuperClass(Class<T>, Class<S>) - Static method in class sf.qof.QueryObjectFactory
Creates a query object class defined by a query definition and a super class and returns a new instance.
createQueryObjectFromSuperClass(Class<T>, Class<S>, Object...) - Static method in class sf.qof.QueryObjectFactory
Creates a query object class defined by a query definition and a super class and returns a new instance.
createResultMapping(String, Class<?>, Class<?>, Class<?>, Method, int[], String[], Class<?>, Integer, Constructor<?>) - Static method in class sf.qof.mapping.MappingFactory
 
Customizer - Interface in sf.qof.customizer
Defines methods to customize the generation process.

D

DateTimeMappingVisitor - Interface in sf.qof.mapping
 
DEFAULT_BATCH_SIZE - Static variable in class sf.qof.codegen.QueryObjectGenerator
Default batch size used if not defined in query definition class.
DEFAULT_CONTEXT_NAME - Static variable in interface sf.qof.session.SessionContext
Name of the default session context.
DEFAULT_FETCH_SIZE - Static variable in class sf.qof.codegen.QueryObjectGenerator
Default fetch size used if not defined in query definition class.
DefaultConnectionFactoryCustomizer - Class in sf.qof.customizer
Provides the default implementation of a ConnectionFactoryCustomizer.
DefaultConnectionFactoryCustomizer() - Constructor for class sf.qof.customizer.DefaultConnectionFactoryCustomizer
 
DefaultCustomizer - Class in sf.qof.customizer
Provides the default implementation to customize the generation process.
DefaultCustomizer() - Constructor for class sf.qof.customizer.DefaultCustomizer
 
DefaultDialect - Class in sf.qof.dialect
Implements default SQL syntax.
DefaultDialect() - Constructor for class sf.qof.dialect.DefaultDialect
 
DefaultSessionRunner<T> - Class in sf.qof.session
DefaultSessionRunner is the default implementation that runs a TransactionRunnable in a session context.
DefaultSessionRunner(TransactionRunnable<T>) - Constructor for class sf.qof.session.DefaultSessionRunner
Creates a DefaultSessionRunner that creates a session from the default session context.
DefaultSessionRunner(TransactionRunnable<T>, String) - Constructor for class sf.qof.session.DefaultSessionRunner
Creates a DefaultSessionRunner that creates a session from the session context with the given name.
defineClass(String, byte[], ClassLoader) - Static method in class sf.qof.util.DefineClassHelper
Calls ClassLoader.defineClass and returns a Class instance if successful.
DefineClassHelper - Class in sf.qof.util
Helper class to call the defineClass method of the ClassLoader.
DefineClassHelper() - Constructor for class sf.qof.util.DefineClassHelper
 
Definition - Interface in sf.qof.parser
Specification of a definition.
DelegatorFactory - Class in sf.qof.util
Factory class to create a delegator object for a given delegatee class.
DelegatorFactory() - Constructor for class sf.qof.util.DelegatorFactory
 
Delete - Annotation Type in sf.qof
Defines a delete method.
DynamicMappingAdapter - Interface in sf.qof.adapter
Interface for dynamic custom mappers.

E

emitClose(CodeEmitter, Local, boolean) - Static method in class sf.qof.codegen.EmitUtils
Emits code to call close() on the local variable.
emitFields(Class<?>, Class<?>, ClassEmitter) - Method in interface sf.qof.customizer.ConnectionFactoryCustomizer
This method can add fields to the generated query object if needed by the getConnection() and setConnection() implementation.
emitFields(Class<?>, Class<?>, ClassEmitter) - Method in class sf.qof.customizer.DefaultConnectionFactoryCustomizer
 
emitFields(Class<?>, Class<?>, ClassEmitter) - Method in class sf.qof.customizer.SessionContextConnectionFactoryCustomizer
 
emitGetConnection(Class<?>, Class<?>, ClassEmitter) - Method in interface sf.qof.customizer.ConnectionFactoryCustomizer
This method must implement the getConnection() method as specified in the BaseQuery interface.
emitGetConnection(Class<?>, Class<?>, ClassEmitter) - Method in class sf.qof.customizer.DefaultConnectionFactoryCustomizer
 
emitGetConnection(Class<?>, Class<?>, ClassEmitter) - Method in class sf.qof.customizer.SessionContextConnectionFactoryCustomizer
 
emitGetField(CodeEmitter, String) - Method in class sf.qof.codegen.QueryObjectGenerator
 
emitPutField(CodeEmitter, String) - Method in class sf.qof.codegen.QueryObjectGenerator
 
emitSetConnection(Class<?>, Class<?>, ClassEmitter) - Method in interface sf.qof.customizer.ConnectionFactoryCustomizer
This method must implement the setConnection() method as specified in the BaseQuery interface.
emitSetConnection(Class<?>, Class<?>, ClassEmitter) - Method in class sf.qof.customizer.DefaultConnectionFactoryCustomizer
 
emitSetConnection(Class<?>, Class<?>, ClassEmitter) - Method in class sf.qof.customizer.SessionContextConnectionFactoryCustomizer
 
EmitUtils - Class in sf.qof.codegen
Internal - Contains utility functions for code emitters.
EnumerationAdapter - Class in sf.qof.adapter
EnumerationAdapter is a generator mapping adapter for Java enumerations.
EnumerationAdapter() - Constructor for class sf.qof.adapter.EnumerationAdapter
 
EXCEPTION_COLLECTIONS_DIFFERENT_SIZE - Static variable in class sf.qof.codegen.Constants
 
EXCEPTION_EMPTY_RESULT - Static variable in class sf.qof.codegen.Constants
 
EXCEPTION_MORE_THAN_ONE_RESULT - Static variable in class sf.qof.codegen.Constants
 
execute(Object...) - Method in class sf.qof.session.BaseSessionRunner
 
execute(Object...) - Method in class sf.qof.session.RetrySessionRunner
 
execute(Object...) - Method in interface sf.qof.session.SessionRunner
A call to execute starts a new session and executes some code in a transactional context.

F

FIELD_NAME_BATCH_SIZE - Static variable in class sf.qof.codegen.Constants
 
FIELD_NAME_DEFAULT_BATCH_SIZE - Static variable in class sf.qof.codegen.Constants
 
FIELD_NAME_DEFAULT_FETCH_SIZE - Static variable in class sf.qof.codegen.Constants
 
FIELD_NAME_FETCH_SIZE - Static variable in class sf.qof.codegen.Constants
 
FIELD_NAME_FIRST_RESULT - Static variable in class sf.qof.codegen.Constants
 
FIELD_NAME_MAX_RESULTS - Static variable in class sf.qof.codegen.Constants
 
findGetter(Class<?>, String) - Static method in class sf.qof.util.ReflectionUtils
Returns the getter method for a field name in a specified class.
findSetter(Class<?>, String) - Static method in class sf.qof.util.ReflectionUtils
Returns the setter method for a field name in a specified class.
findSetter(Class<?>, String, Set<Class<?>>) - Static method in class sf.qof.util.ReflectionUtils
Returns the setter method for a field name in a specified class that uses a parameter of a type in a set.

G

generateFromResult(ResultMapping, CodeEmitter, Local, int[]) - Method in class sf.qof.adapter.BlobAdapter
 
generateFromResult(ResultMapping, CodeEmitter, Local, int[]) - Method in class sf.qof.adapter.BooleanAdapter
 
generateFromResult(ResultMapping, CodeEmitter, Local, int[]) - Method in class sf.qof.adapter.ClobAdapter
 
generateFromResult(ResultMapping, CodeEmitter, Local, int[]) - Method in class sf.qof.adapter.EnumerationAdapter
 
generateFromResult(ResultMapping, CodeEmitter, Local, int[]) - Method in interface sf.qof.adapter.GeneratorMappingAdapter
Method to map the current record of a result set or the result of a callable statement to an object on the stack.
generateFromResultSet(ResultMapping, CodeEmitter, Local, String[]) - Method in class sf.qof.adapter.BlobAdapter
 
generateFromResultSet(ResultMapping, CodeEmitter, Local, String[]) - Method in class sf.qof.adapter.BooleanAdapter
 
generateFromResultSet(ResultMapping, CodeEmitter, Local, String[]) - Method in class sf.qof.adapter.ClobAdapter
 
generateFromResultSet(ResultMapping, CodeEmitter, Local, String[]) - Method in class sf.qof.adapter.EnumerationAdapter
 
generateFromResultSet(ResultMapping, CodeEmitter, Local, String[]) - Method in interface sf.qof.adapter.GeneratorMappingAdapter
Method to map the current record of a result set to an object on the stack.
generateParameterMapping(AbstractDateTimeMapping, Type, Signature, int) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
generateParameterMapping(AbstractDateTimeMapping, Type, Signature, Signature) - Method in class sf.qof.codegen.ResultMappingGenerator
 
generateRegisterOutputParameters(ResultMapping, CodeEmitter, Local, int[]) - Method in class sf.qof.adapter.BlobAdapter
 
generateRegisterOutputParameters(ResultMapping, CodeEmitter, Local, int[]) - Method in class sf.qof.adapter.BooleanAdapter
 
generateRegisterOutputParameters(ResultMapping, CodeEmitter, Local, int[]) - Method in class sf.qof.adapter.ClobAdapter
 
generateRegisterOutputParameters(ResultMapping, CodeEmitter, Local, int[]) - Method in class sf.qof.adapter.EnumerationAdapter
 
generateRegisterOutputParameters(ResultMapping, CodeEmitter, Local, int[]) - Method in interface sf.qof.adapter.GeneratorMappingAdapter
Method to register an output parameter in a callable statement.
generateToPreparedStatement(ParameterMapping, CodeEmitter, Local, int[], Local) - Method in class sf.qof.adapter.BlobAdapter
 
generateToPreparedStatement(ParameterMapping, CodeEmitter, Local, int[], Local) - Method in class sf.qof.adapter.BooleanAdapter
 
generateToPreparedStatement(ParameterMapping, CodeEmitter, Local, int[], Local) - Method in class sf.qof.adapter.ClobAdapter
 
generateToPreparedStatement(ParameterMapping, CodeEmitter, Local, int[], Local) - Method in class sf.qof.adapter.EnumerationAdapter
 
generateToPreparedStatement(ParameterMapping, CodeEmitter, Local, int[], Local) - Method in interface sf.qof.adapter.GeneratorMappingAdapter
Method to map the object on top of the stack to a prepared statement.
GeneratorMappingAdapter - Interface in sf.qof.adapter
Interface for generator custom mappers.
get(ResultSet, int[]) - Method in interface sf.qof.adapter.DynamicMappingAdapter
Method to map the current record of a result set to the returned object.
get(ResultSet, String[]) - Method in interface sf.qof.adapter.DynamicMappingAdapter
Method to map the current record of a result set to the returned object.
get(CallableStatement, int[]) - Method in interface sf.qof.adapter.DynamicMappingAdapter
Method to map the result of a callable statement to the returned object.
getAdapter() - Method in class sf.qof.mapping.AbstractBaseMapping
 
getAdapter() - Method in class sf.qof.mapping.MappingFactory.MappingClassInfo
 
getAdapter() - Method in interface sf.qof.mapping.ParameterMapping
Returns a custom mapping adapter.
getAdapter() - Method in interface sf.qof.mapping.ResultMapping
Returns a custom mapping adapter.
getAdapterFieldName(Class<?>) - Static method in class sf.qof.codegen.QueryObjectGenerator
 
getArrayComponentType(Type) - Static method in class sf.qof.util.ReflectionUtils
Returns the array component type of a type.
getArrayElementType() - Method in class sf.qof.mapping.MethodInfoFactory.MethodParameterInfoImpl
 
getArrayElementType() - Method in interface sf.qof.mapping.MethodParameterInfo
 
getBatchSize() - Method in interface sf.qof.BaseQuery
Returns the batch size.
getBeanType() - Method in class sf.qof.mapping.AbstractBaseMapping
 
getBeanType() - Method in interface sf.qof.mapping.ParameterMapping
Returns the type of the method parameter Java Bean or null.
getBeanType() - Method in interface sf.qof.mapping.ResultMapping
Returns the type of the method return result Java Bean or null.
getCachedClass(Class<?>...) - Static method in class sf.qof.util.ClassGenerationCache
Returns a cached class for a specified key.
getClassName(Class<?>) - Method in interface sf.qof.customizer.Customizer
Customizes the class name of the generated query object.
getClassName(Class<?>) - Method in class sf.qof.customizer.DefaultCustomizer
Customizes the class name of the generated query object.
getClassNameType() - Method in class sf.qof.codegen.QueryObjectGenerator
 
getCollectionElementType() - Method in class sf.qof.mapping.MethodInfoFactory.MethodParameterInfoImpl
 
getCollectionElementType() - Method in class sf.qof.mapping.MethodInfoFactory.MethodReturnInfoImpl
 
getCollectionElementType() - Method in interface sf.qof.mapping.MethodParameterInfo
 
getCollectionElementType() - Method in interface sf.qof.mapping.MethodReturnInfo
 
getCollectionParameterInfos() - Method in interface sf.qof.mapping.MethodInfo
 
getCollectionParameterInfos() - Method in class sf.qof.mapping.MethodInfoFactory.MethodInfoImpl
 
getCollectionParameterizedKeyType(Type) - Static method in class sf.qof.util.ReflectionUtils
Returns the key type of a parameterized type.
getCollectionParameterizedType(Type) - Static method in class sf.qof.util.ReflectionUtils
Returns the parameterized type of a collection type.
getCollectionType() - Method in class sf.qof.mapping.AbstractBaseMapping
 
getCollectionType() - Method in class sf.qof.mapping.MethodInfoFactory.MethodParameterInfoImpl
 
getCollectionType() - Method in class sf.qof.mapping.MethodInfoFactory.MethodReturnInfoImpl
 
getCollectionType() - Method in interface sf.qof.mapping.MethodParameterInfo
 
getCollectionType() - Method in interface sf.qof.mapping.MethodReturnInfo
 
getCollectionType() - Method in interface sf.qof.mapping.ParameterMapping
Returns the collection type of the method parameter or null.
getCollectionType() - Method in interface sf.qof.mapping.ResultMapping
Returns the collection type of the method return result or null.
getCollectionType(Type) - Static method in class sf.qof.util.ReflectionUtils
Returns the collection or map type of a type.
getColumns() - Method in interface sf.qof.parser.ResultDefinition
Returns an array of SQL column names.
getColumns() - Method in class sf.qof.parser.ResultDefinitionImpl
 
getConnection() - Method in interface sf.qof.BaseQuery
Returns the connection used in the query object.
getConnection() - Method in interface sf.qof.session.SessionContext
Returns the database connection of the session belonging to the calling thread.
getConnection() - Method in class sf.qof.session.SessionContextFactory.DefaultSessionContext
 
getConnectionFactoryCustomizer(Class<?>) - Method in interface sf.qof.customizer.Customizer
Customizes the way the query class gets its database connection.
getConnectionFactoryCustomizer(Class<?>) - Method in class sf.qof.customizer.DefaultCustomizer
Customizes the implementation of getConnection() and setConnection() methods.
getConstructor() - Method in class sf.qof.mapping.AbstractBaseMapping
 
getConstructor() - Method in class sf.qof.mapping.Mapper
 
getConstructor() - Method in interface sf.qof.mapping.ResultMapping
Returns the constructor or null.
getConstructorParameter() - Method in class sf.qof.mapping.AbstractBaseMapping
 
getConstructorParameter() - Method in interface sf.qof.mapping.ResultMapping
Returns the index of a parameter in the constructor or null.
getConstructorParameter() - Method in interface sf.qof.parser.ResultDefinition
Returns the index of a parameter in a constructor.
getConstructorParameter() - Method in class sf.qof.parser.ResultDefinitionImpl
 
getConstructorSignature(Constructor<?>) - Static method in class sf.qof.util.ReflectionUtils
Returns a constructor Signature object for a Constructor parameter.
getContext() - Static method in class sf.qof.session.SessionContextFactory
Creates and returns the default SessionContext.
getContext(String) - Static method in class sf.qof.session.SessionContextFactory
Creates and returns the SessionContext for a given context name.
getCustomizer() - Method in class sf.qof.codegen.QueryObjectGenerator
 
getDefaultParameterMappingInfo(Class<?>) - Static method in class sf.qof.mapping.MappingFactory
 
getDefaultResultMappingInfo(Class<?>) - Static method in class sf.qof.mapping.MappingFactory
 
getDescription() - Method in interface sf.qof.mapping.MethodInfo
 
getDescription() - Method in class sf.qof.mapping.MethodInfoFactory.MethodInfoImpl
 
getFetchSize() - Method in interface sf.qof.BaseQuery
Returns the fetch size.
getField() - Method in interface sf.qof.parser.ParameterDefinition
Returns the name a field if the parameter is a Java bean.
getField() - Method in class sf.qof.parser.ParameterDefinitionImpl
 
getField() - Method in interface sf.qof.parser.ResultDefinition
Returns the name a field if the result is a Java bean.
getField() - Method in class sf.qof.parser.ResultDefinitionImpl
 
getGetter() - Method in class sf.qof.mapping.AbstractBaseMapping
 
getGetter() - Method in interface sf.qof.mapping.ParameterMapping
Returns the getter of the Java Bean or null.
getImplementPaging() - Method in class sf.qof.codegen.QueryObjectGenerator
 
getIndex() - Method in class sf.qof.mapping.AbstractBaseMapping
 
getIndex() - Method in class sf.qof.mapping.MethodInfoFactory.MethodParameterInfoImpl
 
getIndex() - Method in interface sf.qof.mapping.MethodParameterInfo
 
getIndex() - Method in interface sf.qof.mapping.ParameterMapping
Returns the method parameter index.
getIndexes() - Method in interface sf.qof.parser.ParameterDefinition
Returns an array of SQL parameter indexes.
getIndexes() - Method in class sf.qof.parser.ParameterDefinitionImpl
 
getIndexes() - Method in interface sf.qof.parser.ResultDefinition
Returns an array of SQL column indexes.
getIndexes() - Method in class sf.qof.parser.ResultDefinitionImpl
 
getLength() - Method in exception sf.qof.exception.SqlParserException
Returns length of error in SQL statement.
getLimitString(String, boolean) - Method in class sf.qof.dialect.DefaultDialect
 
getLimitString(String, boolean) - Method in class sf.qof.dialect.HSQLDbDialect
 
getLimitString(String, boolean) - Method in class sf.qof.dialect.OracleDialect
 
getLimitString(String, boolean) - Method in interface sf.qof.dialect.SQLDialect
Returns a modified SQL select statement that allows limiting the number of rows returned.
getListType() - Method in interface sf.qof.customizer.Customizer
Customizes the type of List implementations.
getListType() - Method in class sf.qof.customizer.DefaultCustomizer
Customizes the type of List implementations.
getMapKeyType() - Method in class sf.qof.mapping.AbstractBaseMapping
 
getMapKeyType() - Method in class sf.qof.mapping.MethodInfoFactory.MethodReturnInfoImpl
 
getMapKeyType() - Method in interface sf.qof.mapping.MethodReturnInfo
 
getMapKeyType() - Method in interface sf.qof.mapping.ResultMapping
Returns the type of the method return map key or null.
getMappableTypes() - Method in class sf.qof.mapping.MappingFactory.MappingClassInfo
 
getMapperClass() - Method in class sf.qof.mapping.MappingFactory.MappingClassInfo
 
getMapType() - Method in interface sf.qof.customizer.Customizer
Customizes the type of Map implementations.
getMapType() - Method in class sf.qof.customizer.DefaultCustomizer
Customizes the type of Map implementations.
getMaxParameterSqlIndex() - Method in class sf.qof.mapping.Mapper
 
getMethod() - Method in class sf.qof.mapping.Mapper
 
getMethodSignature(Method) - Static method in class sf.qof.util.ReflectionUtils
Returns a method Signature object for a Method parameter.
getModifiers() - Method in interface sf.qof.mapping.MethodInfo
 
getModifiers() - Method in class sf.qof.mapping.MethodInfoFactory.MethodInfoImpl
 
getNames() - Method in interface sf.qof.parser.ParameterDefinition
Returns an array of SQL parameter names (for callable statements).
getNames() - Method in class sf.qof.parser.ParameterDefinitionImpl
 
getNumberOfColumns() - Method in class sf.qof.adapter.BlobAdapter
 
getNumberOfColumns() - Method in class sf.qof.adapter.BooleanAdapter
 
getNumberOfColumns() - Method in class sf.qof.adapter.ClobAdapter
 
getNumberOfColumns() - Method in class sf.qof.adapter.EnumerationAdapter
 
getNumberOfColumns() - Method in interface sf.qof.mapping.MappingAdapter
Returns the number of mapped columns.
getNumberOfConstructorParameters() - Method in class sf.qof.mapping.Mapper
 
getParameter() - Method in interface sf.qof.parser.ParameterDefinition
Returns the index of the parameter in the query method.
getParameter() - Method in class sf.qof.parser.ParameterDefinitionImpl
 
getParameterDefinitions() - Method in class sf.qof.parser.SqlParser
Returns the extracted parameter definitions.
getParameterInfos() - Method in interface sf.qof.mapping.MethodInfo
 
getParameterInfos() - Method in class sf.qof.mapping.MethodInfoFactory.MethodInfoImpl
 
getParameterMappingInfo(String) - Static method in class sf.qof.mapping.MappingFactory
 
getParameters() - Method in class sf.qof.mapping.Mapper
 
getPartialDefinitionGroup() - Method in interface sf.qof.parser.Definition
Returns group name of the partial definition or null.
getPartialDefinitionGroup() - Method in class sf.qof.parser.ParameterDefinitionImpl
 
getPartialDefinitionGroup() - Method in class sf.qof.parser.ResultDefinitionImpl
 
getPartialDefinitionPart() - Method in interface sf.qof.parser.Definition
Returns the part number of the partial definition.
getPartialDefinitionPart() - Method in class sf.qof.parser.ParameterDefinitionImpl
 
getPartialDefinitionPart() - Method in class sf.qof.parser.ResultDefinitionImpl
 
getQueryType() - Method in class sf.qof.mapping.Mapper
 
getResultDefinitions() - Method in class sf.qof.parser.SqlParser
Returns the extracted result definitions.
getResultMappingInfo(String) - Static method in class sf.qof.mapping.MappingFactory
 
getResults() - Method in class sf.qof.mapping.Mapper
 
getReturnInfo() - Method in interface sf.qof.mapping.MethodInfo
 
getReturnInfo() - Method in class sf.qof.mapping.MethodInfoFactory.MethodInfoImpl
 
getSetter() - Method in class sf.qof.mapping.AbstractBaseMapping
 
getSetter() - Method in interface sf.qof.mapping.ResultMapping
Returns the setter of the Java Bean or null.
getSetType() - Method in interface sf.qof.customizer.Customizer
Customizes the type of Set implementations.
getSetType() - Method in class sf.qof.customizer.DefaultCustomizer
Customizes the type of Set implementations.
getSignature() - Method in interface sf.qof.mapping.MethodInfo
 
getSignature() - Method in class sf.qof.mapping.MethodInfoFactory.MethodInfoImpl
 
getSql() - Method in class sf.qof.mapping.Mapper
 
getSql() - Method in class sf.qof.parser.SqlParser
Returns the parsed SQL statement without parameter and result definitions.
getSqlColumns() - Method in class sf.qof.mapping.AbstractBaseMapping
 
getSqlColumns() - Method in interface sf.qof.mapping.ParameterMapping
Returns an array with the column names in the SQL statement.
getSqlColumns() - Method in interface sf.qof.mapping.ResultMapping
Returns an array with the column names in the SQL statement.
getSqlDialect() - Method in class sf.qof.codegen.QueryObjectGenerator
 
getSqlIndexes() - Method in class sf.qof.mapping.AbstractBaseMapping
 
getSqlIndexes() - Method in interface sf.qof.mapping.ParameterMapping
Returns an array with the indexes in the SQL statement.
getSqlIndexes() - Method in interface sf.qof.mapping.ResultMapping
Returns an array with the indexes in the SQL statement.
getStart() - Method in exception sf.qof.exception.SqlParserException
Returns start position of error in SQL statement.
getType() - Method in class sf.qof.mapping.AbstractBaseMapping
 
getType() - Method in class sf.qof.mapping.MethodInfoFactory.MethodParameterInfoImpl
 
getType() - Method in class sf.qof.mapping.MethodInfoFactory.MethodReturnInfoImpl
 
getType() - Method in interface sf.qof.mapping.MethodParameterInfo
 
getType() - Method in interface sf.qof.mapping.MethodReturnInfo
 
getType() - Method in interface sf.qof.mapping.ParameterMapping
Returns mapping type.
getType() - Method in interface sf.qof.mapping.ResultMapping
Returns mapping type.
getType() - Method in interface sf.qof.parser.Definition
Returns the type of the parameter (string, int, etc.).
getType() - Method in interface sf.qof.parser.ParameterDefinition
Returns the type of the parameter (string, int, etc.).
getType() - Method in class sf.qof.parser.ParameterDefinitionImpl
 
getType() - Method in class sf.qof.parser.ResultDefinitionImpl
 
getTypes() - Method in class sf.qof.adapter.BlobAdapter
 
getTypes() - Method in class sf.qof.adapter.BooleanAdapter
 
getTypes() - Method in class sf.qof.adapter.ClobAdapter
 
getTypes() - Method in class sf.qof.adapter.EnumerationAdapter
 
getTypes() - Static method in class sf.qof.mapping.AbstractCharacterMapping.CharacterMapping
 
getTypes() - Static method in class sf.qof.mapping.AbstractCharacterMapping.StringMapping
 
getTypes() - Static method in class sf.qof.mapping.AbstractDateTimeMapping
 
getTypes() - Static method in class sf.qof.mapping.AbstractNumberMapping.BooleanMapping
 
getTypes() - Static method in class sf.qof.mapping.AbstractNumberMapping.ByteMapping
 
getTypes() - Static method in class sf.qof.mapping.AbstractNumberMapping.DoubleMapping
 
getTypes() - Static method in class sf.qof.mapping.AbstractNumberMapping.FloatMapping
 
getTypes() - Static method in class sf.qof.mapping.AbstractNumberMapping.IntegerMapping
 
getTypes() - Static method in class sf.qof.mapping.AbstractNumberMapping.LongMapping
 
getTypes() - Static method in class sf.qof.mapping.AbstractNumberMapping.ShortMapping
 
getTypes() - Method in interface sf.qof.mapping.MappingAdapter
Returns the set of mappable Java types.
getUserTransaction() - Method in interface sf.qof.session.SessionContext
Returns the user transaction of the session belonging to the calling thread.
getUserTransaction() - Method in class sf.qof.session.SessionContextFactory.DefaultSessionContext
 

H

HSQLDbDialect - Class in sf.qof.dialect
Implements HSQLDB specific SQL syntax.
HSQLDbDialect() - Constructor for class sf.qof.dialect.HSQLDbDialect
 

I

InClauseParameterReplacer - Class in sf.qof.util
Helper class with utility method to replace in-clause parameters.
InClauseParameterReplacer() - Constructor for class sf.qof.util.InClauseParameterReplacer
 
index - Variable in class sf.qof.mapping.AbstractBaseMapping
 
Insert - Annotation Type in sf.qof
Defines an insert method.
InsertUpdateDeleteQueryMethodGenerator - Class in sf.qof.codegen
Internal - InsertUpdateDeleteQueryMethodGenerator is the main generator class for insert, update and delete query methods.
InsertUpdateDeleteQueryMethodGenerator() - Constructor for class sf.qof.codegen.InsertUpdateDeleteQueryMethodGenerator
 
isAdapter() - Method in class sf.qof.mapping.MappingFactory.MappingClassInfo
 
isMapKey() - Method in class sf.qof.mapping.AbstractBaseMapping
 
isMapKey() - Method in interface sf.qof.mapping.ResultMapping
True if mapping is a key for a Map.
isMapKey() - Method in interface sf.qof.parser.ResultDefinition
Returns true if the result definition is for the key if the result is a map.
isMapKey() - Method in class sf.qof.parser.ResultDefinitionImpl
 
isPartialDefinition() - Method in interface sf.qof.parser.Definition
Returns true is the definition is a partial definition that needs to be combined.
isPartialDefinition() - Method in class sf.qof.parser.ParameterDefinitionImpl
 
isPartialDefinition() - Method in class sf.qof.parser.ResultDefinitionImpl
 
isRollbackOnly() - Method in class sf.qof.session.SessionContextFactory.DefaultUserTransaction
 
isRollbackOnly() - Method in interface sf.qof.session.UserTransaction
Returns true if the only possible outcome of the transaction that is associated with the current thread is to roll back the transaction.

L

limitAddOffset() - Method in class sf.qof.dialect.DefaultDialect
 
limitAddOffset() - Method in class sf.qof.dialect.HSQLDbDialect
 
limitAddOffset() - Method in class sf.qof.dialect.OracleDialect
 
limitAddOffset() - Method in interface sf.qof.dialect.SQLDialect
Returns true if the offset needs to be added to maximum number of rows.
limitOffsetFirst() - Method in class sf.qof.dialect.DefaultDialect
 
limitOffsetFirst() - Method in class sf.qof.dialect.HSQLDbDialect
 
limitOffsetFirst() - Method in class sf.qof.dialect.OracleDialect
 
limitOffsetFirst() - Method in interface sf.qof.dialect.SQLDialect
Returns true if the offset parameter is in front of the maximum number of rows parameter.
limitParametersBeforeQueryParameters() - Method in class sf.qof.dialect.DefaultDialect
 
limitParametersBeforeQueryParameters() - Method in class sf.qof.dialect.HSQLDbDialect
 
limitParametersBeforeQueryParameters() - Method in class sf.qof.dialect.OracleDialect
 
limitParametersBeforeQueryParameters() - Method in interface sf.qof.dialect.SQLDialect
Returns true is the parameters to set the maximum number of rows and optionally the offset are the first parameters in the prepared select statement.

M

mapKeyType - Variable in class sf.qof.mapping.AbstractBaseMapping
 
Mapper - Class in sf.qof.mapping
 
Mapper(MethodInfo, QueryType, String, List<ParameterMapping>, List<ResultMapping>) - Constructor for class sf.qof.mapping.Mapper
 
Mapping - Interface in sf.qof.mapping
Base interface for type mappings.
MappingAdapter - Interface in sf.qof.mapping
Base interface for mapping adapters.
MappingFactory - Class in sf.qof.mapping
 
MappingFactory.MappingClassInfo - Class in sf.qof.mapping
 
MappingFactory.MappingClassInfo(Class<?>, Set<Class<?>>) - Constructor for class sf.qof.mapping.MappingFactory.MappingClassInfo
 
MappingFactory.MappingClassInfo(Class<?>, Set<Class<?>>, MappingAdapter) - Constructor for class sf.qof.mapping.MappingFactory.MappingClassInfo
 
MappingVisitor - Interface in sf.qof.mapping
 
method - Variable in class sf.qof.mapping.AbstractBaseMapping
 
MethodInfo - Interface in sf.qof.mapping
 
MethodInfoFactory - Class in sf.qof.mapping
 
MethodInfoFactory() - Constructor for class sf.qof.mapping.MethodInfoFactory
 
MethodInfoFactory.MethodInfoImpl - Class in sf.qof.mapping
 
MethodInfoFactory.MethodInfoImpl(Signature, int, MethodParameterInfo[], MethodParameterInfo[], MethodReturnInfo, String) - Constructor for class sf.qof.mapping.MethodInfoFactory.MethodInfoImpl
 
MethodInfoFactory.MethodParameterInfoImpl - Class in sf.qof.mapping
 
MethodInfoFactory.MethodParameterInfoImpl(int, Class<?>, Class<?>, Class<?>, Class<?>) - Constructor for class sf.qof.mapping.MethodInfoFactory.MethodParameterInfoImpl
 
MethodInfoFactory.MethodReturnInfoImpl - Class in sf.qof.mapping
 
MethodInfoFactory.MethodReturnInfoImpl(Class<?>, Class<?>, Class<?>, Class<?>) - Constructor for class sf.qof.mapping.MethodInfoFactory.MethodReturnInfoImpl
 
MethodParameterInfo - Interface in sf.qof.mapping
 
MethodReturnInfo - Interface in sf.qof.mapping
 

N

newInstance(Class<T>, Object[]) - Static method in class sf.qof.util.ObjectInstantiator
Creates a new instance of clazz using the given parameters.
NumberMappingVisitor - Interface in sf.qof.mapping
 

O

ObjectInstantiator - Class in sf.qof.util
Helper class to instantiate an object.
OracleDialect - Class in sf.qof.dialect
Implements Oracle specific SQL syntax.
OracleDialect() - Constructor for class sf.qof.dialect.OracleDialect
 
OutputParameterRegistrationMappingGenerator - Class in sf.qof.codegen
Internal - OutputParameterRegistrationMappingGenerator is the generator class for output parameter registration.
OutputParameterRegistrationMappingGenerator(CodeEmitter, Local) - Constructor for class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 

P

Paging - Interface in sf.qof
Marker interface for the code generator to implement paging.
ParameterDefinition - Interface in sf.qof.parser
Specification of a parameter definition.
ParameterDefinitionImpl - Class in sf.qof.parser
Default implementation of a parameter definition.
ParameterDefinitionImpl() - Constructor for class sf.qof.parser.ParameterDefinitionImpl
 
ParameterMapping - Interface in sf.qof.mapping
Mapping interface for parameter mappings.
ParameterMappingGenerator - Class in sf.qof.codegen
Internal - ParameterMappingGenerator is the generator class for parameter mappings.
ParameterMappingGenerator(CodeEmitter, Local, Local[], MethodParameterInfo[], Local) - Constructor for class sf.qof.codegen.ParameterMappingGenerator
 
parameterMappingInfo() - Method in class sf.qof.mapping.AbstractBaseMapping
 
parameterMappingInfo() - Method in interface sf.qof.mapping.Mapping
Return info for parameter mapping.
PartialDefinitionCombiner - Class in sf.qof.parser
Helper class to combine partial definitions.
PartialDefinitionCombiner() - Constructor for class sf.qof.parser.PartialDefinitionCombiner
 
printMappingInfo(OutputStream) - Method in class sf.qof.mapping.Mapper
 
putCachedClass(Class<?>, Class<?>...) - Static method in class sf.qof.util.ClassGenerationCache
Puts a class into the class cache specified by a key.

Q

Query - Annotation Type in sf.qof
Defines a query method.
QueryObjectFactory - Class in sf.qof
Used to create query object implementations from definition interfaces or classes.
QueryObjectGenerator - Class in sf.qof.codegen
Internal - QueryObjectGenerator is the main generator class for query objects.
QueryObjectGenerator(Customizer, SQLDialect) - Constructor for class sf.qof.codegen.QueryObjectGenerator
 
QueryType - Enum in sf.qof.mapping
 

R

readBlob(Blob) - Static method in class sf.qof.adapter.BlobReader
Reads data from a blob.
readClob(Clob) - Static method in class sf.qof.adapter.ClobReader
Reads data from a clob.
ReflectionUtils - Class in sf.qof.util
Utility class for reflection functionality.
register() - Static method in class sf.qof.adapter.BlobAdapter
Register the mapping adapter with the default name "blob".
register(String) - Static method in class sf.qof.adapter.BlobAdapter
Register the mapping adapter with the specified name.
register(String, String, String, boolean, boolean) - Static method in class sf.qof.adapter.BooleanAdapter
Registers a BooleanAdapter with a given name.
register() - Static method in class sf.qof.adapter.ClobAdapter
Register the mapping adapter with the default name "clob".
register(String) - Static method in class sf.qof.adapter.ClobAdapter
Register the mapping adapter with the specified name.
register() - Static method in class sf.qof.adapter.EnumerationAdapter
Register the mapping adapter with the default name "enum".
register(String) - Static method in class sf.qof.adapter.EnumerationAdapter
Register the mapping adapter with the specified name.
registerCommonAdapters() - Static method in class sf.qof.adapter.CommonAdapterRegistrar
Register common adapters.
registerMapper(String, MappingAdapter) - Static method in class sf.qof.mapping.MappingFactory
 
registerMapper(String, MappingAdapter) - Static method in class sf.qof.QueryObjectFactory
Register a custom mapping adapter in the mapping registry.
registerOutputParameter(CallableStatement, int[]) - Method in interface sf.qof.adapter.DynamicMappingAdapter
Method to register an out parameter for a callable statement.
registerParameterMapper(String, Class<?>, Set<Class<?>>) - Static method in class sf.qof.mapping.MappingFactory
 
registerParameterMapper(String, MappingAdapter) - Static method in class sf.qof.mapping.MappingFactory
 
registerResultMapper(String, Class<?>, Set<Class<?>>) - Static method in class sf.qof.mapping.MappingFactory
 
registerResultMapper(String, MappingAdapter) - Static method in class sf.qof.mapping.MappingFactory
 
registerYesNo() - Static method in class sf.qof.adapter.BooleanAdapter
Registers a yes/no adapter with name "yesno".
replace(String, int, int) - Static method in class sf.qof.util.InClauseParameterReplacer
Returns a SQL statement that replaces the index-th parameter '?' with a number numArgs of '?'.
ResultDefinition - Interface in sf.qof.parser
Specification of a result definition.
ResultDefinitionImpl - Class in sf.qof.parser
Default implementation of a result definition.
ResultDefinitionImpl() - Constructor for class sf.qof.parser.ResultDefinitionImpl
 
ResultMapping - Interface in sf.qof.mapping
Mapping interface for result mappings.
ResultMappingGenerator - Class in sf.qof.codegen
Internal - ResultMappingGenerator is the generator class for result mappings.
ResultMappingGenerator(CodeEmitter, Local, Local, Local, boolean, Local[]) - Constructor for class sf.qof.codegen.ResultMappingGenerator
 
resultMappingInfo() - Method in class sf.qof.mapping.AbstractBaseMapping
 
resultMappingInfo() - Method in interface sf.qof.mapping.Mapping
Return info for result mapping.
RetrySessionRunner<T> - Class in sf.qof.session
RetrySessionRunner is an implementation of SessionRunner that runs a TransactionRunnable in a session context and retries if an error occured.
RetrySessionRunner(TransactionRunnable<T>, int) - Constructor for class sf.qof.session.RetrySessionRunner
Creates a RetrySessionRunner that creates a session from the default session context.
RetrySessionRunner(TransactionRunnable<T>, int, long) - Constructor for class sf.qof.session.RetrySessionRunner
Creates a RetrySessionRunner that creates a session from the default session context.
RetrySessionRunner(TransactionRunnable<T>, String, int) - Constructor for class sf.qof.session.RetrySessionRunner
Creates a RetrySessionRunner that creates a session from the session context with the given name.
RetrySessionRunner(TransactionRunnable<T>, String, int, long) - Constructor for class sf.qof.session.RetrySessionRunner
Creates a RetrySessionRunner that creates a session from the session context with the given name.
rollback() - Method in class sf.qof.session.SessionContextFactory.DefaultUserTransaction
 
rollback() - Method in interface sf.qof.session.UserTransaction
Roll back the transaction associated with the current thread.
RollbackException - Exception in sf.qof.session
The RollbackTransaction is thrown to indicate that the transaction has been rolled back rather than committed.
RollbackException(String) - Constructor for exception sf.qof.session.RollbackException
Constructs a RollbackException object.
run(Connection, Object...) - Method in class sf.qof.session.BaseSessionRunner
This method is called once during the call to execute.
run(Connection, Object...) - Method in class sf.qof.session.DefaultSessionRunner
 
run(Connection, Object...) - Method in class sf.qof.session.RetrySessionRunner
 
run(Connection, Object...) - Method in interface sf.qof.session.TransactionRunnable
This method is called by a SessionRunner.

S

SelectQueryMethodGenerator - Class in sf.qof.codegen
Internal - SelectQueryMethodGenerator is the main generator class for select query methods.
SelectQueryMethodGenerator() - Constructor for class sf.qof.codegen.SelectQueryMethodGenerator
 
sessionContext - Variable in class sf.qof.session.BaseSessionRunner
Holds the current session context.
SessionContext - Interface in sf.qof.session
Defines methods for session handling.
SessionContextConnectionFactoryCustomizer - Class in sf.qof.customizer
Provides the implementation of a ConnectionFactoryCustomizer to use the SessionContextFactory.
SessionContextConnectionFactoryCustomizer() - Constructor for class sf.qof.customizer.SessionContextConnectionFactoryCustomizer
 
SessionContextFactory - Class in sf.qof.session
Implementation of a session context factory.
SessionContextFactory.DefaultSessionContext - Class in sf.qof.session
Internal implementation of SessionContext.
SessionContextFactory.DefaultUserTransaction - Class in sf.qof.session
Internal implementation of UserTransaction.
SessionContextFactory.DefaultUserTransaction(Connection) - Constructor for class sf.qof.session.SessionContextFactory.DefaultUserTransaction
Constructs a DefaultUserTransaction object.
SessionRunner<T> - Interface in sf.qof.session
The SessionRunner interface should be implemented for code that runs in a session context.
set(PreparedStatement, Object, int[]) - Method in interface sf.qof.adapter.DynamicMappingAdapter
Method to map the object value to a prepared statement.
setBatchSize(int) - Method in interface sf.qof.BaseQuery
Sets the batch size to be used in insert, update, delete and call queries.
setColumns(String[]) - Method in class sf.qof.parser.ResultDefinitionImpl
 
setConnection(Connection) - Method in interface sf.qof.BaseQuery
Set the connection to be used in the query object.
setConstructorParameter(int) - Method in class sf.qof.parser.ResultDefinitionImpl
 
setCustomizer(Customizer) - Static method in class sf.qof.QueryObjectFactory
Sets the Customizer for the code generation.
setDataSource(DataSource) - Static method in class sf.qof.session.SessionContextFactory
Registers a DataSource with the default session context.
setDataSource(String, DataSource) - Static method in class sf.qof.session.SessionContextFactory
Registers a DataSource with the specified session context.
setDefaultCustomizer() - Static method in class sf.qof.QueryObjectFactory
Resets the Customizer for the code generation to the default customizer.
setFetchSize(int) - Method in interface sf.qof.BaseQuery
Sets the fetch size to be used in select queries.
setField(String) - Method in class sf.qof.parser.ParameterDefinitionImpl
 
setField(String) - Method in class sf.qof.parser.ResultDefinitionImpl
 
setFirstResult(int) - Method in interface sf.qof.Paging
Defines the first row of the result set to be returned.
setIndexes(int[]) - Method in class sf.qof.parser.ParameterDefinitionImpl
 
setIndexes(int[]) - Method in class sf.qof.parser.ResultDefinitionImpl
 
setIsMapKey(boolean) - Method in class sf.qof.parser.ResultDefinitionImpl
 
setMaxResults(int) - Method in interface sf.qof.Paging
Defines the maximum number of rows that should be returned.
setNames(String[]) - Method in class sf.qof.parser.ParameterDefinitionImpl
 
setParameter(int) - Method in class sf.qof.parser.ParameterDefinitionImpl
 
setParameters(int, Class<?>, Class<?>, Class<?>, Method, int[], String[], MappingAdapter, boolean) - Method in class sf.qof.mapping.AbstractBaseMapping
 
setParameters(Class<?>, Class<?>, Class<?>, Method, int[], String[], MappingAdapter, Class<?>, Integer, Constructor<?>) - Method in class sf.qof.mapping.AbstractBaseMapping
 
setParameters(int, Class<?>, Class<?>, Class<?>, Method, int[], String[], MappingAdapter, boolean) - Method in interface sf.qof.mapping.ParameterMapping
Initializer.
setParameters(Class<?>, Class<?>, Class<?>, Method, int[], String[], MappingAdapter, Class<?>, Integer, Constructor<?>) - Method in interface sf.qof.mapping.ResultMapping
Initializer.
setPartialDefinitionGroup(String) - Method in class sf.qof.parser.ParameterDefinitionImpl
 
setPartialDefinitionGroup(String) - Method in class sf.qof.parser.ResultDefinitionImpl
 
setPartialDefinitionPart(int) - Method in class sf.qof.parser.ParameterDefinitionImpl
 
setPartialDefinitionPart(int) - Method in class sf.qof.parser.ResultDefinitionImpl
 
setRollbackOnly() - Method in class sf.qof.session.SessionContextFactory.DefaultUserTransaction
 
setRollbackOnly() - Method in interface sf.qof.session.UserTransaction
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
setSQLDialect(SQLDialect) - Static method in class sf.qof.QueryObjectFactory
Sets the SQL dialect.
setType(String) - Method in class sf.qof.parser.ParameterDefinitionImpl
 
setType(String) - Method in class sf.qof.parser.ResultDefinitionImpl
 
sf.qof - package sf.qof
Provides classes, interfaces and annotations for creation and definition of query classes.
sf.qof.adapter - package sf.qof.adapter
Provides adapter classes and interfaces.
sf.qof.codegen - package sf.qof.codegen
Internal package. Provides code generation classes using cglib/asm
sf.qof.customizer - package sf.qof.customizer
Provides classes, interfaces for customizing the code generation.
sf.qof.dialect - package sf.qof.dialect
Provides classes, interfaces for database specific SQL syntax.
sf.qof.exception - package sf.qof.exception
Provides exception classes.
sf.qof.mapping - package sf.qof.mapping
Internal package. Provides classes for mappers of parameters and results.
sf.qof.parser - package sf.qof.parser
Internal package. Provides classes for basic tokenization of SQL queries.
sf.qof.session - package sf.qof.session
Provides classes, interfaces for session and transaction handling.
sf.qof.util - package sf.qof.util
Internal package. Provides utility classes
SIG_add - Static variable in class sf.qof.codegen.Constants
 
SIG_addBatch - Static variable in class sf.qof.codegen.Constants
 
SIG_arraycopy - Static variable in class sf.qof.codegen.Constants
 
SIG_Boolean_valueOf - Static variable in class sf.qof.codegen.Constants
 
SIG_booleanValue - Static variable in class sf.qof.codegen.Constants
 
SIG_Byte_valueOf - Static variable in class sf.qof.codegen.Constants
 
SIG_byteValue - Static variable in class sf.qof.codegen.Constants
 
SIG_Character_valueOf - Static variable in class sf.qof.codegen.Constants
 
SIG_close - Static variable in class sf.qof.codegen.Constants
 
SIG_Double_valueOf - Static variable in class sf.qof.codegen.Constants
 
SIG_doubleValue - Static variable in class sf.qof.codegen.Constants
 
SIG_execute - Static variable in class sf.qof.codegen.Constants
 
SIG_executeBatch - Static variable in class sf.qof.codegen.Constants
 
SIG_executeQuery - Static variable in class sf.qof.codegen.Constants
 
SIG_executeUpdate - Static variable in class sf.qof.codegen.Constants
 
SIG_Float_valueOf - Static variable in class sf.qof.codegen.Constants
 
SIG_floatValue - Static variable in class sf.qof.codegen.Constants
 
SIG_getBoolean - Static variable in class sf.qof.codegen.Constants
 
SIG_getBooleanNamed - Static variable in class sf.qof.codegen.Constants
 
SIG_getByte - Static variable in class sf.qof.codegen.Constants
 
SIG_getByteNamed - Static variable in class sf.qof.codegen.Constants
 
SIG_getConnection - Static variable in class sf.qof.codegen.Constants
 
SIG_getDate - Static variable in class sf.qof.codegen.Constants
 
SIG_getDateNamed - Static variable in class sf.qof.codegen.Constants
 
SIG_getDouble - Static variable in class sf.qof.codegen.Constants
 
SIG_getDoubleNamed - Static variable in class sf.qof.codegen.Constants
 
SIG_getFloat - Static variable in class sf.qof.codegen.Constants
 
SIG_getFloatNamed - Static variable in class sf.qof.codegen.Constants
 
SIG_getInt - Static variable in class sf.qof.codegen.Constants
 
SIG_getIntNamed - Static variable in class sf.qof.codegen.Constants
 
SIG_getLong - Static variable in class sf.qof.codegen.Constants
 
SIG_getLongNamed - Static variable in class sf.qof.codegen.Constants
 
SIG_getShort - Static variable in class sf.qof.codegen.Constants
 
SIG_getShortNamed - Static variable in class sf.qof.codegen.Constants
 
SIG_getString - Static variable in class sf.qof.codegen.Constants
 
SIG_getStringNamed - Static variable in class sf.qof.codegen.Constants
 
SIG_getTime - Static variable in class sf.qof.codegen.Constants
 
SIG_getTimeLong - Static variable in class sf.qof.codegen.Constants
 
SIG_getTimeNamed - Static variable in class sf.qof.codegen.Constants
 
SIG_getTimestamp - Static variable in class sf.qof.codegen.Constants
 
SIG_getTimestampNamed - Static variable in class sf.qof.codegen.Constants
 
SIG_hasNext - Static variable in class sf.qof.codegen.Constants
 
SIG_init - Static variable in class sf.qof.codegen.Constants
 
SIG_Integer_valueOf - Static variable in class sf.qof.codegen.Constants
 
SIG_intValue - Static variable in class sf.qof.codegen.Constants
 
SIG_iterator - Static variable in class sf.qof.codegen.Constants
 
SIG_iterator_next - Static variable in class sf.qof.codegen.Constants
 
SIG_length - Static variable in class sf.qof.codegen.Constants
 
SIG_Long_valueOf - Static variable in class sf.qof.codegen.Constants
 
SIG_longValue - Static variable in class sf.qof.codegen.Constants
 
SIG_next - Static variable in class sf.qof.codegen.Constants
 
SIG_prepareCall - Static variable in class sf.qof.codegen.Constants
 
SIG_prepareStatement - Static variable in class sf.qof.codegen.Constants
 
SIG_put - Static variable in class sf.qof.codegen.Constants
 
SIG_registerOutParameter - Static variable in class sf.qof.codegen.Constants
 
SIG_setBoolean - Static variable in class sf.qof.codegen.Constants
 
SIG_setByte - Static variable in class sf.qof.codegen.Constants
 
SIG_setConnection - Static variable in class sf.qof.codegen.Constants
 
SIG_setDate - Static variable in class sf.qof.codegen.Constants
 
SIG_setDouble - Static variable in class sf.qof.codegen.Constants
 
SIG_setFetchSize - Static variable in class sf.qof.codegen.Constants
 
SIG_setFloat - Static variable in class sf.qof.codegen.Constants
 
SIG_setInt - Static variable in class sf.qof.codegen.Constants
 
SIG_setLong - Static variable in class sf.qof.codegen.Constants
 
SIG_setNull - Static variable in class sf.qof.codegen.Constants
 
SIG_setShort - Static variable in class sf.qof.codegen.Constants
 
SIG_setString - Static variable in class sf.qof.codegen.Constants
 
SIG_setTime - Static variable in class sf.qof.codegen.Constants
 
SIG_setTimestamp - Static variable in class sf.qof.codegen.Constants
 
SIG_Short_valueOf - Static variable in class sf.qof.codegen.Constants
 
SIG_shortValue - Static variable in class sf.qof.codegen.Constants
 
SIG_size - Static variable in class sf.qof.codegen.Constants
 
SIG_toString - Static variable in class sf.qof.codegen.Constants
 
SIG_wasNull - Static variable in class sf.qof.codegen.Constants
 
sqlColumns - Variable in class sf.qof.mapping.AbstractBaseMapping
 
SQLDialect - Interface in sf.qof.dialect
Specifies database specific SQL dialects.
sqlIndexes - Variable in class sf.qof.mapping.AbstractBaseMapping
 
SqlParser - Class in sf.qof.parser
A parser to extract parameter and result definitions.
SqlParser(String, boolean) - Constructor for class sf.qof.parser.SqlParser
Instantiate and parse a SQL statement.
SqlParserException - Exception in sf.qof.exception
A parsing exception.
SqlParserException(String) - Constructor for exception sf.qof.exception.SqlParserException
Creates a SqlParserException.
SqlParserException(String, int, int) - Constructor for exception sf.qof.exception.SqlParserException
Creates a SqlParserException.
startSession() - Method in interface sf.qof.session.SessionContext
This method starts a session.
startSession() - Method in class sf.qof.session.SessionContextFactory.DefaultSessionContext
 
stopSession() - Method in interface sf.qof.session.SessionContext
This method stops a session.
stopSession() - Method in class sf.qof.session.SessionContextFactory.DefaultSessionContext
 
SystemException - Exception in sf.qof.session
The SystemException is thrown by the transaction and session manager to indicate that it has encountered an unexpected error condition that prevents future transaction services from proceeding.
SystemException() - Constructor for exception sf.qof.session.SystemException
Constructs a SystemException object.
SystemException(Throwable) - Constructor for exception sf.qof.session.SystemException
Constructs a SystemException object.
SystemException(String) - Constructor for exception sf.qof.session.SystemException
Constructs a SystemException object.
SystemException(String, Throwable) - Constructor for exception sf.qof.session.SystemException
Constructs a SystemException object.

T

toString() - Method in class sf.qof.mapping.MethodInfoFactory.MethodInfoImpl
 
toString() - Method in class sf.qof.parser.ParameterDefinitionImpl
 
toString() - Method in class sf.qof.parser.ResultDefinitionImpl
 
TransactionRunnable<T> - Interface in sf.qof.session
The TransactionRunnable interface should be implemented for code that needs to be run in a transactional context.
type - Variable in class sf.qof.mapping.AbstractBaseMapping
 
TYPE_ArrayList - Static variable in class sf.qof.codegen.Constants
 
TYPE_Boolean - Static variable in class sf.qof.codegen.Constants
 
TYPE_boolean - Static variable in class sf.qof.codegen.Constants
 
TYPE_Byte - Static variable in class sf.qof.codegen.Constants
 
TYPE_byte - Static variable in class sf.qof.codegen.Constants
 
TYPE_CallableStatement - Static variable in class sf.qof.codegen.Constants
 
TYPE_char - Static variable in class sf.qof.codegen.Constants
 
TYPE_Character - Static variable in class sf.qof.codegen.Constants
 
TYPE_Collection - Static variable in class sf.qof.codegen.Constants
 
TYPE_Connection - Static variable in class sf.qof.codegen.Constants
 
TYPE_Date - Static variable in class sf.qof.codegen.Constants
 
TYPE_Double - Static variable in class sf.qof.codegen.Constants
 
TYPE_double - Static variable in class sf.qof.codegen.Constants
 
TYPE_Float - Static variable in class sf.qof.codegen.Constants
 
TYPE_float - Static variable in class sf.qof.codegen.Constants
 
TYPE_HashMap - Static variable in class sf.qof.codegen.Constants
 
TYPE_HashSet - Static variable in class sf.qof.codegen.Constants
 
TYPE_int - Static variable in class sf.qof.codegen.Constants
 
TYPE_intArray - Static variable in class sf.qof.codegen.Constants
 
TYPE_Integer - Static variable in class sf.qof.codegen.Constants
 
TYPE_Iterator - Static variable in class sf.qof.codegen.Constants
 
TYPE_List - Static variable in class sf.qof.codegen.Constants
 
TYPE_Long - Static variable in class sf.qof.codegen.Constants
 
TYPE_long - Static variable in class sf.qof.codegen.Constants
 
TYPE_Map - Static variable in class sf.qof.codegen.Constants
 
TYPE_PreparedStatement - Static variable in class sf.qof.codegen.Constants
 
TYPE_ResultSet - Static variable in class sf.qof.codegen.Constants
 
TYPE_RuntimeException - Static variable in class sf.qof.codegen.Constants
 
TYPE_Short - Static variable in class sf.qof.codegen.Constants
 
TYPE_short - Static variable in class sf.qof.codegen.Constants
 
TYPE_sqlDate - Static variable in class sf.qof.codegen.Constants
 
TYPE_SQLException - Static variable in class sf.qof.codegen.Constants
 
TYPE_sqlTime - Static variable in class sf.qof.codegen.Constants
 
TYPE_sqlTimestamp - Static variable in class sf.qof.codegen.Constants
 
TYPE_Statement - Static variable in class sf.qof.codegen.Constants
 
TYPE_String - Static variable in class sf.qof.codegen.Constants
 
TYPE_System - Static variable in class sf.qof.codegen.Constants
 
TYPE_Throwable - Static variable in class sf.qof.codegen.Constants
 

U

unbox(Class<?>) - Static method in class sf.qof.util.ReflectionUtils
Returns the unboxed type of a specified type.
unregisterMapper(String) - Static method in class sf.qof.mapping.MappingFactory
 
unregisterMapper(String) - Static method in class sf.qof.QueryObjectFactory
Unregister a custom mapping adapter from the mapping registry.
unregisterParameterMapper(String) - Static method in class sf.qof.mapping.MappingFactory
 
unregisterResultMapper(String) - Static method in class sf.qof.mapping.MappingFactory
 
Update - Annotation Type in sf.qof
Defines an update method.
UserTransaction - Interface in sf.qof.session
Defines the methods that allow an application to explicitly manage transaction boundaries.
usesArray - Variable in class sf.qof.mapping.AbstractBaseMapping
 
usesArray() - Method in class sf.qof.mapping.AbstractBaseMapping
 
usesArray() - Method in class sf.qof.mapping.Mapper
 
usesArray() - Method in interface sf.qof.mapping.ParameterMapping
True if the parameter is an array.
usesAtomic() - Method in class sf.qof.mapping.AbstractBaseMapping
 
usesAtomic() - Method in interface sf.qof.mapping.ParameterMapping
True if the method parameter is either a primitive or an atomic value (like String).
usesAtomic() - Method in interface sf.qof.mapping.ResultMapping
True if the method return result is either a primitive or an atomic value (like String).
usesCollection() - Method in class sf.qof.mapping.AbstractBaseMapping
 
usesCollection() - Method in interface sf.qof.mapping.ParameterMapping
True if the method parameter is a collection type.
usesCollection() - Method in interface sf.qof.mapping.ResultMapping
True if the method return result is a collection type.
UseSessionContext - Annotation Type in sf.qof.session
Specifies that the connection of the query object should be aquired from a session context.

V

ValidationException - Exception in sf.qof.exception
A validation exception.
ValidationException(String) - Constructor for exception sf.qof.exception.ValidationException
Creates a ValidationException.
valueOf(String) - Static method in enum sf.qof.mapping.QueryType
Returns the enum constant of this type with the specified name.
values() - Static method in enum sf.qof.mapping.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
visit(Mapper, AbstractCharacterMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractNumberMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractDateTimeMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AdapterMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractNumberMapping.ByteMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractNumberMapping.ShortMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractNumberMapping.IntegerMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractNumberMapping.LongMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractNumberMapping.FloatMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractNumberMapping.DoubleMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractNumberMapping.BooleanMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractCharacterMapping.StringMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractCharacterMapping.CharacterMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractDateTimeMapping.DateMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractDateTimeMapping.TimeMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractDateTimeMapping.TimestampMapping) - Method in class sf.qof.codegen.OutputParameterRegistrationMappingGenerator
 
visit(Mapper, AbstractNumberMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractCharacterMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractDateTimeMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractNumberMapping.ByteMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractNumberMapping.ShortMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractNumberMapping.IntegerMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractNumberMapping.LongMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractNumberMapping.FloatMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractNumberMapping.DoubleMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractNumberMapping.BooleanMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractCharacterMapping.StringMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractCharacterMapping.CharacterMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractDateTimeMapping.DateMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractDateTimeMapping.TimeMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractDateTimeMapping.TimestampMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AdapterMapping) - Method in class sf.qof.codegen.ParameterMappingGenerator
 
visit(Mapper, AbstractNumberMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractCharacterMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractDateTimeMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractNumberMapping.ByteMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractNumberMapping.ShortMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractNumberMapping.IntegerMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractNumberMapping.LongMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractNumberMapping.FloatMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractNumberMapping.DoubleMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractNumberMapping.BooleanMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractCharacterMapping.StringMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractCharacterMapping.CharacterMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractDateTimeMapping.DateMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractDateTimeMapping.TimeMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractDateTimeMapping.TimestampMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AdapterMapping) - Method in class sf.qof.codegen.ResultMappingGenerator
 
visit(Mapper, AbstractCharacterMapping.StringMapping) - Method in interface sf.qof.mapping.CharacterMappingVisitor
 
visit(Mapper, AbstractCharacterMapping.CharacterMapping) - Method in interface sf.qof.mapping.CharacterMappingVisitor
 
visit(Mapper, AbstractDateTimeMapping.DateMapping) - Method in interface sf.qof.mapping.DateTimeMappingVisitor
 
visit(Mapper, AbstractDateTimeMapping.TimeMapping) - Method in interface sf.qof.mapping.DateTimeMappingVisitor
 
visit(Mapper, AbstractDateTimeMapping.TimestampMapping) - Method in interface sf.qof.mapping.DateTimeMappingVisitor
 
visit(Mapper, AbstractCharacterMapping) - Method in interface sf.qof.mapping.MappingVisitor
 
visit(Mapper, AbstractNumberMapping) - Method in interface sf.qof.mapping.MappingVisitor
 
visit(Mapper, AbstractDateTimeMapping) - Method in interface sf.qof.mapping.MappingVisitor
 
visit(Mapper, AdapterMapping) - Method in interface sf.qof.mapping.MappingVisitor
 
visit(Mapper, AbstractNumberMapping.ByteMapping) - Method in interface sf.qof.mapping.NumberMappingVisitor
 
visit(Mapper, AbstractNumberMapping.ShortMapping) - Method in interface sf.qof.mapping.NumberMappingVisitor
 
visit(Mapper, AbstractNumberMapping.IntegerMapping) - Method in interface sf.qof.mapping.NumberMappingVisitor
 
visit(Mapper, AbstractNumberMapping.LongMapping) - Method in interface sf.qof.mapping.NumberMappingVisitor
 
visit(Mapper, AbstractNumberMapping.FloatMapping) - Method in interface sf.qof.mapping.NumberMappingVisitor
 
visit(Mapper, AbstractNumberMapping.DoubleMapping) - Method in interface sf.qof.mapping.NumberMappingVisitor
 
visit(Mapper, AbstractNumberMapping.BooleanMapping) - Method in interface sf.qof.mapping.NumberMappingVisitor
 

A B C D E F G H I L M N O P Q R S T U V
sf logo

Copyright © 2007 brunella ltd. All Rights Reserved.