Internal Website Search

51-72 of 72 results

EmbeddedId with Generated field value

I know the following 2 ways to declare a composite Primary key: ********* Solution 1 ********* @Entity @IdClass(CompositePK.class) public class A {     @Id private long uid;     @Id private String zone; } public class CompositePK {     

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

, and this should be fixed. Update: Issue #1140 has been filed to cover the limitations of composite url and automatic server switch. support Support

Saving custom list which implements java.util.List fails

Java collection types. Consider composition instead of inheritance. i.e. the  MyList  entity

"Automatic" Auditing

Any ideas around how I could do "automatic" auditing of changes to objects? (An equivalent to Hibernate's Envers) Thanks. Michael. mmcgovern Michael McGovern You may try the following: Define the entity class with a composite primary key [id, revision]. Never delete entity objects - alway update

WebService : Failed to get reference value of field using enhanced method

with. So to facilitate this mechanism you can specify a parameter in your services.xml file as under.( from the wso2 site )” composite . . . . . . . .

Searching lists within objects

; } A possible solution: Avoid multiple Attribute instances with identical type / value by defining a composite

Slow searching with two indexes

. This is something that ObjectDB should do better. Anyway, the best solution may be defining a composite

Is there an administration tool with which I could create extra indexes?

Hello, I have composite index, and it was working fine, but now I need to add more features to the software and I need to throw more indexes in there. I wanted to know what's the best way to do this. 1. Have some admin tool CREATE INDEX..... ON a.b or 2. add more @Index to the object entities. in

Adding multi part path index on non-embedable object member

of stores. A composite index on the fields in Store. ObjectDB will maintain each index separately

How to deploy an Objectdb project with Jboss AS 7?

.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation

Clarification on free license restrictions

, all used by composition .  I get the following error: Error: Failed to commit transaction: Attempt

Is ObjectDB the only object database that supports JPA?

Other Object database doesn't support JPA?   Manikandan ManikandanPalaniappan JPA is designed as an API for Object Relational Mapping (ORM), so many JPA features cannot be supported by regular object databases. For example, user defined primary keys and composite primary keys are features

2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object"

. Could you please provide details on the primary key of JdoBlob2 ? Is it composite ? embedded ID

JBoss 7 startup fails

] (DeploymentScanner-threads - 1) {" Composite operation failed and was rolled back. Steps that failed

JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception

] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed

Blocked by find

for IDs, are usually slower. Use numbers if possible. Even a composite primary key of 2 long values

ObjectDB 2.8.1

Improved query plan evaluation (including for selecting composite indexes). Fixed new statistics collection for queries. Fixed a bug in LEFT OUTER JOIN queries ( issue #2438 ).

ObjectDB 2.5.2

of a composite BETWEEN query. Fixed NullPointerException when using AND TRUE in WHERE clause (issue

ObjectDB 2.8.4

Fixed a critical bug that may cause collisions between schema versions ( issue #2621 ). Fixed unsupported unwrap to throw _PersistenceException (a subclass of PersistenceException). Fixed an Explorer bug in presenting composite IDs. Fixed a bug in using date and time query parameters in

InternalException when using MEMBER OF on a large list in a query

the key before the entities are persisted so that we can build even references. a) Composite Primary Key

ObjectDB 2.4.0

collision . Improved BIRT support ( issue #659 ). Improved evaluation of query plans that use composite

ObjectDB 2.5.5

with JBoss. Fixed query execution issues with using composite indexes. Fixed a bug in using LIKE operator in