ObjectDB ObjectDB

Internal Website Search

31-40 of 49 resultsRefresh
21

Database size is much larger than expected (x2)

>) <sUrl>::=String <cMark>::=char <iSize>::=int <baBody>::=byte[] <id>::=@ID So simple a class ... ") @DiscriminatorValue(value="71") class Uris { public Uris() { } byte[] baURI; char cMark; @Override public ... () {   return baURI; } public char getcMark() {   return cMark; } public int getId() {   return id
21

Problem with polish characters

="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> i have polish chars in database (when i put in database some strings with polish chars and get them and show in .jsp there are polish chars) But in this way I'm unnable to write polisch chars just on the site. When I use ISO-8859-2 or UTF-8
16

Searching lists within objects

()) with char literal ('5') ObjectDB considers the literal as character rather than as a string. Only in comparison of a string and a char the char is converted into string. A possible workaround
5

notLike(x, pattern, escapeChar)

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

notLike(x, pattern, escapeChar)

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

javax.persistence.Basic

.Date, java.sql.Time, java.sql.Timestamp, byte[], Byte[], char[], Character[], enums, and any
5

like(x, pattern, escapeChar)

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

CharIdentity(pcClass, key)

Constructor javax.jdo.identity.CharIdentity CharIdentity( Class pcClass, char key ) Constructor with class and key. Parameters: pcClass - the target class key - the key Since: JDO 1.0
0

javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer

storeCharField(int fieldNumber, char value) Store one field into the field manager. Store one field into
0

storeCharField(fieldNumber, value)

Method javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer void storeCharField( int fieldNumber, char value ) Store one field into the field manager. This field was retrieved from the field of the ObjectId. Parameters: fieldNumber - the field number of the key field. value - the value of the field from the ObjectId. Since: JDO 1.0

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