ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
1

notLike(x, pattern, escapeChar)

expression escapeChar - escape character expression Returns: not-like predicate Since: JPA 2.0
1

javax.persistence.NamedQuery

="findAllCustomersWithName", query="SELECT c FROM Customer c WHERE c.name LIKE :custName
1

notLike(x, pattern, escapeChar)

- escape character expression Returns: not-like predicate Since: JPA 2.0
1

notLike(x, pattern, escapeChar)

- escape character Returns: not-like predicate Since: JPA 2.0
1

notLike(x, pattern)

Method javax.persistence.criteria.CriteriaBuilder Predicate notLike( Expression<String> x, Expression<String> pattern ) Create a predicate for testing whether the expression does not satisfy the given pattern. Parameters: x - string expression pattern - string expression Returns: not-like predicate Since: JPA 2.0
1

java.lang.Throwable

to produce a detail message. Further, those subclasses that might likely have a cause associated
1

notLike(x, pattern, escapeChar)

Method javax.persistence.criteria.CriteriaBuilder Predicate notLike( Expression<T> x, String pattern, Expression<T> escapeChar ) Create a predicate for testing whether the expression does not satisfy the given pattern. Parameters: x - string expression pattern - string escapeChar - escape character expression Returns: not-like predicate Since: JPA 2.0
1

notLike(x, pattern)

Method javax.persistence.criteria.CriteriaBuilder Predicate notLike( Expression<String> x, String pattern ) Create a predicate for testing whether the expression does not satisfy the given pattern. Parameters: x - string expression pattern - string Returns: not-like predicate Since: JPA 2.0
0

refresh(pc)

store so that a subsequent commit is more likely to succeed. Outside a transaction, this method
0

javax.jdo.PersistenceManager

is more likely to succeed. Outside a transaction, this method will refresh nontransactional state

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