public class FragmentAndParameters extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FragmentAndParameters.Builder |
Modifier and Type | Method and Description |
---|---|
String |
fragment() |
Map<String,Object> |
parameters() |
FragmentAndParameters |
prependFragment(String s) |
static FragmentAndParameters.Builder |
withFragment(String fragment) |
public String fragment()
public FragmentAndParameters prependFragment(String s)
public static FragmentAndParameters.Builder withFragment(String fragment)
Copyright © 2016–2018 MyBatis.org. All rights reserved.