|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.stock.utils.jpa.StockJPAUtils
public final class StockJPAUtils
JPA Utils methods
Field Summary | |
---|---|
static java.lang.String |
LIKE_ENCLOSING
Percent for LIKE queries |
static java.lang.String |
SEQUENCE_TABLE_NAME
Name of the sequence table |
Method Summary | |
---|---|
static java.lang.String |
buildCriteriaLikeString(java.lang.String strToEnclose)
Encloses string with percent "%" |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SEQUENCE_TABLE_NAME
public static final java.lang.String LIKE_ENCLOSING
Method Detail |
---|
public static java.lang.String buildCriteriaLikeString(java.lang.String strToEnclose)
strToEnclose
- string to enclose
"%" + strToEnclose + "%"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |