| Package | Description |
|---|---|
| com.appslandia.common.jdbc | |
| com.appslandia.common.jpa |
| Modifier and Type | Method and Description |
|---|---|
static LikeType |
LikeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LikeType[] |
LikeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatementImpl.setLikeAny(String parameterName,
String[] values,
LikeType likeType,
String falseLikePattern) |
void |
StatementImpl.setLikePattern(String parameterName,
String value,
LikeType likeType) |
void |
StatementImpl.setNLikeAny(String parameterName,
String[] values,
LikeType likeType,
String falseLikePattern) |
void |
StatementImpl.setNLikePattern(String parameterName,
String value,
LikeType likeType) |
static String |
SqlLikeEscaper.toLikePattern(String value,
LikeType likeType) |
| Modifier and Type | Method and Description |
|---|---|
TypedQueryAccessor<X> |
TypedQueryAccessor.setLikePattern(String parameterName,
String value,
LikeType likeType) |
QueryAccessor |
QueryAccessor.setLikePattern(String parameterName,
String value,
LikeType likeType) |
Copyright © 2020. All rights reserved.