|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FullyQualifiedJavaType | |
---|---|
org.mybatis.generator.api | Provides the main classes and interfaces used by clients of MyBatis Generator. |
org.mybatis.generator.api.dom | |
org.mybatis.generator.api.dom.java | |
org.mybatis.generator.codegen.ibatis2.dao.templates | |
org.mybatis.generator.internal.rules | |
org.mybatis.generator.internal.types | |
org.mybatis.generator.internal.util |
Uses of FullyQualifiedJavaType in org.mybatis.generator.api |
---|
Fields in org.mybatis.generator.api declared as FullyQualifiedJavaType | |
---|---|
protected FullyQualifiedJavaType |
IntrospectedColumn.fullyQualifiedJavaType
|
Methods in org.mybatis.generator.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 |
IntrospectedColumn.getFullyQualifiedJavaType()
|
Methods in org.mybatis.generator.api with parameters of type FullyQualifiedJavaType | |
---|---|
void |
IntrospectedColumn.setFullyQualifiedJavaType(FullyQualifiedJavaType fullyQualifiedJavaType)
|
Uses of FullyQualifiedJavaType in org.mybatis.generator.api.dom |
---|
Method parameters in org.mybatis.generator.api.dom with type arguments of type FullyQualifiedJavaType | |
---|---|
static Set<String> |
OutputUtilities.calculateImports(Set<FullyQualifiedJavaType> importedTypes)
returns a unique set of "import xxx;" Strings for the set of types |
Uses of FullyQualifiedJavaType in org.mybatis.generator.api.dom.java |
---|
Subclasses of FullyQualifiedJavaType in org.mybatis.generator.api.dom.java | |
---|---|
class |
PrimitiveTypeWrapper
|
Methods in org.mybatis.generator.api.dom.java that return types with arguments of type FullyQualifiedJavaType | |
---|---|
List<FullyQualifiedJavaType> |
Method.getExceptions()
|
Set<FullyQualifiedJavaType> |
TopLevelEnumeration.getImportedTypes()
|
Set<FullyQualifiedJavaType> |
TopLevelClass.getImportedTypes()
|
Set<FullyQualifiedJavaType> |
Interface.getImportedTypes()
|
Set<FullyQualifiedJavaType> |
CompilationUnit.getImportedTypes()
|
Set<FullyQualifiedJavaType> |
Interface.getSuperInterfaceTypes()
|
Set<FullyQualifiedJavaType> |
InnerEnum.getSuperInterfaceTypes()
|
Set<FullyQualifiedJavaType> |
InnerClass.getSuperInterfaceTypes()
|
Set<FullyQualifiedJavaType> |
CompilationUnit.getSuperInterfaceTypes()
|
Methods in org.mybatis.generator.api.dom.java with parameters of type FullyQualifiedJavaType | |
---|---|
void |
Method.addException(FullyQualifiedJavaType exception)
|
void |
TopLevelEnumeration.addImportedType(FullyQualifiedJavaType importedType)
|
void |
TopLevelClass.addImportedType(FullyQualifiedJavaType importedType)
|
void |
Interface.addImportedType(FullyQualifiedJavaType importedType)
|
void |
CompilationUnit.addImportedType(FullyQualifiedJavaType importedType)
|
void |
Interface.addSuperInterface(FullyQualifiedJavaType superInterface)
|
void |
InnerEnum.addSuperInterface(FullyQualifiedJavaType superInterface)
|
void |
InnerClass.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.mybatis.generator.api.dom.java with type arguments of type FullyQualifiedJavaType | |
---|---|
void |
TopLevelEnumeration.addImportedTypes(Set<FullyQualifiedJavaType> importedTypes)
|
void |
TopLevelClass.addImportedTypes(Set<FullyQualifiedJavaType> importedTypes)
|
void |
Interface.addImportedTypes(Set<FullyQualifiedJavaType> importedTypes)
|
void |
CompilationUnit.addImportedTypes(Set<FullyQualifiedJavaType> importedTypes)
|
Constructors in org.mybatis.generator.api.dom.java with parameters of type FullyQualifiedJavaType | |
---|---|
Field(String name,
FullyQualifiedJavaType type)
|
|
InnerClass(FullyQualifiedJavaType type)
|
|
InnerEnum(FullyQualifiedJavaType type)
|
|
Interface(FullyQualifiedJavaType type)
|
|
Parameter(FullyQualifiedJavaType type,
String name)
|
|
Parameter(FullyQualifiedJavaType type,
String name,
boolean isVarargs)
|
|
Parameter(FullyQualifiedJavaType type,
String name,
String annotation)
|
|
Parameter(FullyQualifiedJavaType type,
String name,
String annotation,
boolean isVarargs)
|
|
TopLevelClass(FullyQualifiedJavaType type)
|
|
TopLevelEnumeration(FullyQualifiedJavaType type)
|
Uses of FullyQualifiedJavaType in org.mybatis.generator.codegen.ibatis2.dao.templates |
---|
Methods in org.mybatis.generator.codegen.ibatis2.dao.templates that return FullyQualifiedJavaType | |
---|---|
FullyQualifiedJavaType |
AbstractDAOTemplate.getSuperClass()
|
Methods in org.mybatis.generator.codegen.ibatis2.dao.templates that return types with arguments of type FullyQualifiedJavaType | |
---|---|
List<FullyQualifiedJavaType> |
AbstractDAOTemplate.getCheckedExceptions()
|
List<FullyQualifiedJavaType> |
AbstractDAOTemplate.getImplementationImports()
|
List<FullyQualifiedJavaType> |
AbstractDAOTemplate.getInterfaceImports()
|
Methods in org.mybatis.generator.codegen.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,
IntrospectedTable introspectedTable)
|
protected void |
AbstractDAOTemplate.setSuperClass(FullyQualifiedJavaType superClass)
|
Uses of FullyQualifiedJavaType in org.mybatis.generator.internal.rules |
---|
Methods in org.mybatis.generator.internal.rules that return FullyQualifiedJavaType | |
---|---|
FullyQualifiedJavaType |
RulesDelegate.calculateAllFieldsClass()
|
FullyQualifiedJavaType |
Rules.calculateAllFieldsClass()
Calculates the class that contains all fields. |
FullyQualifiedJavaType |
BaseRules.calculateAllFieldsClass()
Calculates the class that contains all fields. |
Uses of FullyQualifiedJavaType in org.mybatis.generator.internal.types |
---|
Methods in org.mybatis.generator.internal.types that return FullyQualifiedJavaType | |
---|---|
FullyQualifiedJavaType |
JavaTypeResolverDefaultImpl.calculateJavaType(IntrospectedColumn introspectedColumn)
|
FullyQualifiedJavaType |
JavaTypeResolverDefaultImpl.JdbcTypeInformation.getFullyQualifiedJavaType()
|
Constructors in org.mybatis.generator.internal.types with parameters of type FullyQualifiedJavaType | |
---|---|
JavaTypeResolverDefaultImpl.JdbcTypeInformation(String jdbcTypeName,
FullyQualifiedJavaType fullyQualifiedJavaType)
|
Uses of FullyQualifiedJavaType in org.mybatis.generator.internal.util |
---|
Methods in org.mybatis.generator.internal.util with parameters of type FullyQualifiedJavaType | |
---|---|
static String |
JavaBeansUtil.getGetterMethodName(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 |