ObjectDB ObjectDB

Internal Website Search

1-10 of 20 resultsRefresh
102

trim(ts, t, x)

Method javax.persistence.criteria.CriteriaBuilder Expression<String> trim( Trimspec ts, Expression<Character> t, Expression<String> x ) Create expression to trim character from a string. Parameters: ts - trim specification t - expression for character to be trimmed x - expression for string to trim Returns: trim expression Since: JPA 2.0
102

trim(ts, t, x)

Method javax.persistence.criteria.CriteriaBuilder Expression<String> trim( Trimspec ts, char t, Expression<String> x ) Create expression to trim character from a string. Parameters: ts - trim specification t - character to be trimmed x - expression for string to trim Returns: trim expression Since: JPA 2.0
101

Strings in JPQL and Criteria Queries

to 'germany'. TRIM - Stripping Leading and Trailing Characters The TRIM([[LEADING|TRAILING|BOTH] [char ... characters). For example: TRIM(' UK ') is evaluated to 'UK'. TRIM(LEADING FROM ' UK ') is evaluated to 'UK '. TRIM(TRAILING FROM ' UK ') is evaluated to ' UK'. TRIM(BOTH FROM ' UK ') is evaluated
100

trim(t, x)

Method javax.persistence.criteria.CriteriaBuilder Expression<String> trim( Expression<Character> t, Expression<String> x ) Create expression to trim character from both ends of a string. Parameters: t - expression for character to be trimmed x - expression for string to trim Returns: trim expression Since: JPA 2.0
100

trim(ts, x)

Method javax.persistence.criteria.CriteriaBuilder Expression<String> trim( Trimspec ts, Expression<String> x ) Create expression to trim blanks from a string. Parameters: ts - trim specification x - expression for string to trim Returns: trim expression Since: JPA 2.0
100

trim(t, x)

Method javax.persistence.criteria.CriteriaBuilder Expression<String> trim( char t, Expression<String> x ) Create expression to trim character from both ends of a string. Parameters: t - character to be trimmed x - expression for string to trim Returns: trim expression Since: JPA 2.0
99

trim(x)

Method javax.persistence.criteria.CriteriaBuilder Expression<String> trim( Expression<String> x ) Create expression to trim blanks from both ends of a string. Parameters: x - expression for string to trim Returns: trim expression Since: JPA 2.0
46

javax.persistence.criteria.CriteriaBuilder

: character - expression Returns: Expression<String> Since: JPA 2.0 Expression<String> trim( Expression<String> x) Create expression to trim blanks from both ends of a string. Create expression to trim blanks from both ends of a string. Parameters: x - expression for string to trim Returns: trim
25

FROM clause (JPQL / Criteria API)

, SUM, THEN,TRAILING, TRIM, TRUE, TYPE, UNKNOWN, UPDATE, UPPER, VALUE, WHEN, WHERE. JPQL variables as
25

ObjectDB Object Database Features

& functions (LIKE, CONCAT, TRIM, SUBSTRING, ...). JPQL collection operators & functions (IS EMPTY, MEMBER

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support