|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FullyQualifiedJavaType | |
---|---|
org.apache.ibatis.ibator.api | Provides the main classes and interfaces used by clients of ibator. |
org.apache.ibatis.ibator.api.dom.java | |
org.apache.ibatis.ibator.generator.ibatis2.dao.templates | |
org.apache.ibatis.ibator.internal.rules | |
org.apache.ibatis.ibator.internal.types | |
org.apache.ibatis.ibator.internal.util |
Uses of FullyQualifiedJavaType in org.apache.ibatis.ibator.api |
---|
Fields in org.apache.ibatis.ibator.api declared as FullyQualifiedJavaType | |
---|---|
protected FullyQualifiedJavaType |
IntrospectedColumn.fullyQualifiedJavaType
|
Methods in org.apache.ibatis.ibator.api that return FullyQualifiedJavaType | |
---|---|
FullyQualifiedJavaType |
JavaTypeResolver.calculateJavaType(IntrospectedColumn introspectedColumn)
Calculates and returns the Java type that should be associated with this column based on the jdbc type, length, and scale of the column. |
FullyQualifiedJavaType |
IntrospectedTable.getBaseRecordType()
|
FullyQualifiedJavaType |
IntrospectedTable.getDAOImplementationType()
|
FullyQualifiedJavaType |
IntrospectedTable.getDAOInterfaceType()
|
FullyQualifiedJavaType |
IntrospectedTable.getExampleType()
|
FullyQualifiedJavaType |
IntrospectedColumn.getFullyQualifiedJavaType()
|
FullyQualifiedJavaType |
IntrospectedTable.getPrimaryKeyType()
|
FullyQualifiedJavaType |
IntrospectedTable.getRecordWithBLOBsType()
|
Methods in org.apache.ibatis.ibator.api with parameters of type FullyQualifiedJavaType | |
---|---|
void |
IntrospectedColumn.setFullyQualifiedJavaType(FullyQualifiedJavaType fullyQualifiedJavaType)
|
Uses of FullyQualifiedJavaType in org.apache.ibatis.ibator.api.dom.java |
---|
Subclasses of FullyQualifiedJavaType in org.apache.ibatis.ibator.api.dom.java | |
---|---|
class |
JavaWildcardType
Encapsulates the idea of a wildcard type to be used in a type argument list |
class |
PrimitiveTypeWrapper
|
Methods in org.apache.ibatis.ibator.api.dom.java that return types with arguments of type FullyQualifiedJavaType | |
---|---|
java.util.List<FullyQualifiedJavaType> |
Method.getExceptions()
|
java.util.Set<FullyQualifiedJavaType> |
Interface.getImportedTypes()
|
java.util.Set<FullyQualifiedJavaType> |
TopLevelEnumeration.getImportedTypes()
|
java.util.Set<FullyQualifiedJavaType> |
CompilationUnit.getImportedTypes()
|
java.util.Set<FullyQualifiedJavaType> |
TopLevelClass.getImportedTypes()
|
java.util.Set<FullyQualifiedJavaType> |
Interface.getSuperInterfaceTypes()
|
java.util.Set<FullyQualifiedJavaType> |
CompilationUnit.getSuperInterfaceTypes()
|
java.util.Set<FullyQualifiedJavaType> |
InnerClass.getSuperInterfaceTypes()
|
java.util.Set<FullyQualifiedJavaType> |
InnerEnum.getSuperInterfaceTypes()
|
Methods in org.apache.ibatis.ibator.api.dom.java with parameters of type FullyQualifiedJavaType | |
---|---|
void |
Method.addException(FullyQualifiedJavaType exception)
|
void |
Interface.addImportedType(FullyQualifiedJavaType importedType)
|
void |
TopLevelEnumeration.addImportedType(FullyQualifiedJavaType importedType)
|
void |
CompilationUnit.addImportedType(FullyQualifiedJavaType importedType)
|
void |
TopLevelClass.addImportedType(FullyQualifiedJavaType importedType)
|
void |
Interface.addSuperInterface(FullyQualifiedJavaType superInterface)
|
void |
InnerClass.addSuperInterface(FullyQualifiedJavaType superInterface)
|
void |
InnerEnum.addSuperInterface(FullyQualifiedJavaType superInterface)
|
void |
FullyQualifiedJavaType.addTypeArgument(FullyQualifiedJavaType type)
|
int |
FullyQualifiedJavaType.compareTo(FullyQualifiedJavaType other)
|
void |
Method.setReturnType(FullyQualifiedJavaType returnType)
|
void |
InnerClass.setSuperClass(FullyQualifiedJavaType superClass)
|
void |
Field.setType(FullyQualifiedJavaType type)
|
Method parameters in org.apache.ibatis.ibator.api.dom.java with type arguments of type FullyQualifiedJavaType | |
---|---|
void |
Interface.addImportedTypes(java.util.Set<FullyQualifiedJavaType> importedTypes)
|
void |
TopLevelEnumeration.addImportedTypes(java.util.Set<FullyQualifiedJavaType> importedTypes)
|
void |
CompilationUnit.addImportedTypes(java.util.Set<FullyQualifiedJavaType> importedTypes)
|
void |
TopLevelClass.addImportedTypes(java.util.Set<FullyQualifiedJavaType> importedTypes)
|
Constructors in org.apache.ibatis.ibator.api.dom.java with parameters of type FullyQualifiedJavaType | |
---|---|
InnerClass(FullyQualifiedJavaType type)
|
|
InnerEnum(FullyQualifiedJavaType type)
|
|
Interface(FullyQualifiedJavaType type)
|
|
Parameter(FullyQualifiedJavaType type,
java.lang.String name)
|
|
TopLevelClass(FullyQualifiedJavaType type)
|
|
TopLevelEnumeration(FullyQualifiedJavaType type)
|
Uses of FullyQualifiedJavaType in org.apache.ibatis.ibator.generator.ibatis2.dao.templates |
---|
Methods in org.apache.ibatis.ibator.generator.ibatis2.dao.templates that return FullyQualifiedJavaType | |
---|---|
FullyQualifiedJavaType |
AbstractDAOTemplate.getSuperClass()
|
Methods in org.apache.ibatis.ibator.generator.ibatis2.dao.templates that return types with arguments of type FullyQualifiedJavaType | |
---|---|
java.util.List<FullyQualifiedJavaType> |
AbstractDAOTemplate.getCheckedExceptions()
|
java.util.List<FullyQualifiedJavaType> |
AbstractDAOTemplate.getImplementationImports()
|
java.util.List<FullyQualifiedJavaType> |
AbstractDAOTemplate.getInterfaceImports()
|
Methods in org.apache.ibatis.ibator.generator.ibatis2.dao.templates with parameters of type FullyQualifiedJavaType | |
---|---|
protected void |
AbstractDAOTemplate.addCheckedException(FullyQualifiedJavaType type)
|
protected void |
AbstractDAOTemplate.addImplementationImport(FullyQualifiedJavaType type)
|
protected void |
AbstractDAOTemplate.addInterfaceImport(FullyQualifiedJavaType type)
|
Method |
AbstractDAOTemplate.getConstructorClone(CommentGenerator commentGenerator,
FullyQualifiedJavaType type,
FullyQualifiedTable table)
|
protected void |
AbstractDAOTemplate.setSuperClass(FullyQualifiedJavaType superClass)
|
Uses of FullyQualifiedJavaType in org.apache.ibatis.ibator.internal.rules |
---|
Methods in org.apache.ibatis.ibator.internal.rules that return FullyQualifiedJavaType | |
---|---|
FullyQualifiedJavaType |
IbatorRules.calculateAllFieldsClass()
Calculates the class that contains all fields. |
Uses of FullyQualifiedJavaType in org.apache.ibatis.ibator.internal.types |
---|
Methods in org.apache.ibatis.ibator.internal.types that return FullyQualifiedJavaType | |
---|---|
FullyQualifiedJavaType |
JavaTypeResolverDefaultImpl.calculateJavaType(IntrospectedColumn introspectedColumn)
|
Uses of FullyQualifiedJavaType in org.apache.ibatis.ibator.internal.util |
---|
Methods in org.apache.ibatis.ibator.internal.util with parameters of type FullyQualifiedJavaType | |
---|---|
static java.lang.String |
JavaBeansUtil.getGetterMethodName(java.lang.String property,
FullyQualifiedJavaType fullyQualifiedJavaType)
JavaBeans rules: eMail > geteMail() firstName > getFirstName() URL > getURL() XAxis > getXAxis() a > getA() B > invalid - this method assumes that this is not the case. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |