@Documented @Retention(value=RUNTIME) @Target(value={}) public @interface Many
Modifier and Type | Optional Element and Description |
---|---|
String |
columnPrefix
Returns the columnPrefix.
|
FetchType |
fetchType
Returns the fetch strategy for nested statement.
|
String |
resultMap
Returns the result map id used to map collection.
|
String |
select
Returns the statement id that retrieves collection.
|
public abstract String columnPrefix
public abstract String resultMap
public abstract String select
public abstract FetchType fetchType
Copyright © 2009–2020 MyBatis.org. All rights reserved.