ObjectDB Database Search

51-62 of 62 results

ORDER BY problem, when String starts with language specific character

.getNormName()");         query.setParameter("names", Arrays .asList

List of Enum Values in an entity

without any problem. In the explorer I can see that it is stored as array of Strings. Unfortunately

@AttributeOverrides , and postgresql + own TYPE

.If there will be getAddress method what data type it will be ? Array ?  4.I uploaded for you my entity class

Dont want to use Proxy Class

at defineClass call in d method ACL class which is triggerd by i method of STL class. I think the byte array

Query to find object from element of a contained collection

addition, replace the ordinary array with a collection (e.g. ArrayList ). You may also need to use

Index causes increased memory usage

and without, the object that JVisualVM showed as the biggest memory user was byte arrays - usually

JPA query of a Set of terms

Hi, Is it possible to write a JPA query to select objects that contain a collection of elements? For example, suppose I have a table that maps a search terms to pages: @Entity public class SearchIndex { @Index SearchTerm term; @Index Page page; } Now suppose I have an array of SearchTerm objects

Getting sales quantity per country with a query, an idea anyone?

in case anyone need to achieve the same. This call will retrieve a list of 3 dimensional Object array

Different behavior with persist() and queried instances?

it becomes a regular java.util. Array again which of course doesn't mark the object dirty when getting changed

I can't get cascading delete to work in JDO

;     this.id = id;             this.dependents = Arrays .asList

ObjectDB 2.4.1

Fixed a bug of  duplicating new objects during merge . Fixed a username/password issue in using EntityManagerFactory 's getMetamodel . Fixed a bug in detachment of hollow objects on close ( issue #799 ). Fixed a Doctor exception ( issue #796 ). Fixed a Doctor bug in checking byte[] arrays

ObjectDB 2.7.2

file in place . Fixed a ClassCastException in query selection of embedded object and array fields