public final class ProviderContext extends Object
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseId()
Get a database id that provided from
DatabaseIdProvider . |
Method |
getMapperMethod()
Get a mapper method that specified provider.
|
Class<?> |
getMapperType()
Get a mapper interface type that specified provider.
|
public Class<?> getMapperType()
public Method getMapperMethod()
public String getDatabaseId()
DatabaseIdProvider
.Copyright © 2009–2021 MyBatis.org. All rights reserved.