Package | Description |
---|---|
org.mybatis.generator.api.dom.java |
Modifier and Type | Method and Description |
---|---|
static PrimitiveTypeWrapper |
PrimitiveTypeWrapper.getBooleanInstance() |
static PrimitiveTypeWrapper |
PrimitiveTypeWrapper.getByteInstance() |
static PrimitiveTypeWrapper |
PrimitiveTypeWrapper.getCharacterInstance() |
static PrimitiveTypeWrapper |
PrimitiveTypeWrapper.getDoubleInstance() |
static PrimitiveTypeWrapper |
PrimitiveTypeWrapper.getFloatInstance() |
static PrimitiveTypeWrapper |
PrimitiveTypeWrapper.getIntegerInstance() |
static PrimitiveTypeWrapper |
PrimitiveTypeWrapper.getLongInstance() |
PrimitiveTypeWrapper |
FullyQualifiedJavaType.getPrimitiveTypeWrapper()
Gets the primitive type wrapper.
|
static PrimitiveTypeWrapper |
PrimitiveTypeWrapper.getShortInstance() |
Copyright © 2006–2018 MyBatis.org. All rights reserved.