ObjectDB Database Search

51-100 of 200 results

Issue with upper?

Hi, Query 1 : SELECT DISTINCT $ 1 , $2.lastName AS $O0 FROM com.lexware.vereinsverwaltung.verein.mitglied.Mitglied $ 1 LEFT JOIN $ 1 .profile $2 ORDER BY UPPER($2.lastName) Correctly returns ... $O0 FROM com.lexware.vereinsverwaltung.verein.mitglied.Mitglied $ 1 LEFT JOIN $ 1 .profile $2 ORDER BY

javax.persistence.PersistenceException: No Persistence provider for EntityManager named in Karaf 4.0.7 and OSGi DS test

the objectdb.jar file that I fixed in order to make it a valid OSGi bundle. I have attached: 1 ) my bundle ... Neon. 1 , Bndtools 3.3.0). In order to build the code, you need to have lombok in the classpath (https ... in order to support e.g. Declarative Services and possibly provide EntityManagerFactory as

Trouble viewing db in Explorer.

though) -Objectdb v2.4.0_03 -db was converted from 1 .04 then fixed by the Doctor with no errors. -I ... * at java.net.URLClassLoader$ 1 .run(Unknown Source) at java.security.AccessController.doPrivileged(Native ... $000(Unknown Source) at java.awt.EventQueue$ 1 .run(Unknown Source) at java.awt.EventQueue$ 1 .run

Jboss 6 persistence.xml startup error

Hi,  I'm trying to migrate a small EJB 3. 1 project from Postgres to ObjectDb to test ... .plugins.dependency.AbstractKernelController] (WorkerThread#0[127.0.0. 1 :53209]) Error installing ... : Specification violation [EJB3 JPA 6.2. 1 .2] - You have not defined a jta-data-source for a JTA enabled

Pessimistic Lock Timeouts setting

.   My situation is where many clients from 1 company are accessing the same counter when bulk ... to update object com.x.y.z.ProductCodeTracking: 1 - locked by another owner (error 672) And finally ... .ProductCodeTracking: 1 I have to stress, that the pessimistically locked entity has a transaction

Database is erased after deploying a new web application version

(ServerRuntime.java:295) at org.glassfish.jersey.internal.Errors$ 1 .call(Errors.java:271) at org.glassfish.jersey.internal.Errors$ 1 .call(Errors.java:267) at org.glassfish.jersey.internal.Errors.process(Errors ... "). What can I in order to make sure the servlet is configured properly (assuming

ClassCastException of same object type

further information. I am using ObjectDB 2.2.8 and Java 1 .6. I am making an EclipseRCP project ... 2.2.8] Unexpected exception (Error 990) Generated by Java HotSpot(TM) Client VM 1 .6.0_16 (on Windows XP 5. 1 ). Please report this error on http://www.objectdb.com/database/issue/new com.objectdb.o

Replaying recorded requests...

;      Questions: 1 ) Why am I seeing this if I've set recording enabled to false? 2 ... a PersistenceManagerFactory? Dave dmoshal David Moshal Couple of additional points: 1 . the database directory has many files like this: mr.odb_nonclosed, mr_ 1 .odb_nonclosed up to mr_10.odb_nonclosed 2

Possible cause for "Enhancement of type ... is old and cannot be used"

We get the following log: [2015-06-08 13:07:02 # 1 type.user] Enhancement of type com.btc.ep ... . But what is a possible cause for the messages # 1 and #3 "Enhancement of type ... is old ... in build 2.6.6_08 and then integrated into version 2.6.7 (note the version order is: 2.6.6 = 2.6.6

jakarta.persistence.ConstraintMode

Used to control the application of a constraint. Since: Jakarta Persistence (JPA) 2. 1 Enum Constants CONSTRAINT Apply the constraint. Since: Jakarta Persistence (JPA) 1 .0 NO_CONSTRAINT Do not apply the constraint. Since: Jakarta Persistence (JPA) 1 .0 PROVIDER_DEFAULT Use the provider-defined

jakarta.persistence.DiscriminatorType

.discriminatorType Since: Jakarta Persistence (JPA) 1 .0 Enum Constants CHAR Single character as the discriminator type. Since: Jakarta Persistence (JPA) 1 .0 INTEGER Integer as the discriminator type. Since: Jakarta Persistence (JPA) 1 .0 STRING String as the discriminator type. Since: Jakarta Persistence (JPA

jakarta.persistence.PersistenceUnitUtil

is found not to be an entity. Since: Jakarta Persistence (JPA) 1 .0 Object getVersion ( Object entity ... Persistence (JPA) 1 .0 boolean isLoaded ( E entity , Attribute attribute ) Determine the load state of a given ... : false if the entity has not been loaded, else true. Since: Jakarta Persistence (JPA) 1 .0 void load

jakarta.persistence.FlushModeType

.setFlushMode(FlushModeType) Query.setFlushMode(FlushModeType) Since: Jakarta Persistence (JPA) 1 .0 Enum Constants AUTO (Default) Flushing to occur at query execution. Since: Jakarta Persistence (JPA) 1 .0 ... required to. Since: Jakarta Persistence (JPA) 1 .0 Synthetic Public Static Methods: values(), valueOf(String

jakarta.persistence.LockModeType

for rollback). Since: Jakarta Persistence (JPA) 1 .0 Enum Constants NONE No lock. Since: Jakarta Persistence ... for new applications. Since: Jakarta Persistence (JPA) 1 .0 WRITE Synonymous with OPTIMISTIC_FORCE ... (JPA) 1 .0 Synthetic Public Static Methods: values(), valueOf(String) Additional JDK methods inherited

jakarta.persistence.JoinColumns

Persistence (JPA) 1 .0 Annotation Elements JoinColumn[] value The join columns that map the relationship. Since: Jakarta Persistence (JPA) 1 .0 ForeignKey foreignKey (Optional) Used to specify or control ... Persistence (JPA) 2. 1 Additional JDK methods inherited from java.lang.annotation.Annotation java.lang

jakarta.persistence.MapKey

used when MapKey is specified and vice versa. Example 1 : @Entity public class Department ... ) 1 .0 Annotation Elements String name (Optional) The name of the persistent field or property ... : "" Since: Jakarta Persistence (JPA) 1 .0 Additional JDK methods inherited from java.lang.annotation

jakarta.persistence.FetchType

ManyToMany OneToMany ManyToOne OneToOne Since: Jakarta Persistence (JPA) 1 .0 Enum Constants EAGER Data must be eagerly fetched. Since: Jakarta Persistence (JPA) 1 .0 LAZY Data may be lazily fetched. Since: Jakarta Persistence (JPA) 1 .0 Synthetic Public Static Methods: values(), valueOf(String) Additional

jakarta.persistence.EnumType

EnumeratedValue Since: Jakarta Persistence (JPA) 1 .0 The JPA Persistable Types article explains ... () member. Since: Jakarta Persistence (JPA) 1 .0 STRING Persist enumerated type property or field as ... () member. Since: Jakarta Persistence (JPA) 1 .0 Synthetic Public Static Methods: values(), valueOf

jakarta.persistence.PersistenceUnitTransactionType

Transaction management via JTA. Since: Jakarta Persistence (JPA) 1 .0 RESOURCE_LOCAL Resource-local transaction management. Since: Jakarta Persistence (JPA) 1 .0 Synthetic Public Static Methods: values

jakarta.persistence.PersistenceUtil

Persistence (JPA) 1 .0 boolean isLoaded ( Object entity ) Determine the load state of an entity ... : false if the entity has not been loaded, else true. Since: Jakarta Persistence (JPA) 1 .0

jakarta.persistence.PersistenceUnits

Persistence (JPA) 1 .0 Annotation Elements PersistenceUnit[] value (Required) One or more PersistenceUnit annotations. Since: Jakarta Persistence (JPA) 1 .0 Additional JDK methods inherited from java.lang

jakarta.persistence.IdClass

) {} See Also: EmbeddedId Since: Jakarta Persistence (JPA) 1 .0 Annotation Elements Class value The primary key class ... of the annotated entity class. Since: Jakarta Persistence (JPA) 1 .0 Additional JDK methods inherited

jakarta.persistence.Lob

it defaults to CLOB ; for all other types it defaults to BLOB . Example 1 : @Lob @Basic(fetch = LAZY ... ElementCollection Since: Jakarta Persistence (JPA) 1 .0 Annotation Elements This is a marker annotation

jakarta.persistence.Inheritance

(JPA) 1 .0 Annotation Elements InheritanceType strategy The inheritance mapping strategy for the entity inheritance hierarchy. Default: InheritanceType.SINGLE_TABLE Since: Jakarta Persistence (JPA) 1 .0

jakarta.persistence.MapKeyClass

annotation is not used when MapKeyClass is specified and vice versa. Example 1 : @Entity public class Item ... . Since: Jakarta Persistence (JPA) 1 .0 Additional JDK methods inherited from java.lang.annotation.Annotation

jakarta.persistence.NamedNativeQueries

superclass. See Also: NamedNativeQuery Since: Jakarta Persistence (JPA) 1 .0 Annotation Elements NamedNativeQuery[] value (Required) Array of NamedNativeQuery annotations. Since: Jakarta Persistence (JPA) 1

jakarta.persistence.NamedEntityGraphs

Since: Jakarta Persistence (JPA) 2. 1 Annotation Elements NamedEntityGraph[] value Since: Jakarta Persistence (JPA) 1 .0 Additional JDK methods inherited from java.lang.annotation.Annotation java.lang

jakarta.persistence.MapKeyJoinColumns

that are used to map to the entity that is the map key. Since: Jakarta Persistence (JPA) 1 .0 ForeignKey ... : @ForeignKey(PROVIDER_DEFAULT) Since: Jakarta Persistence (JPA) 2. 1 Additional JDK methods inherited

jakarta.persistence.Converts

be applied to the same basic attribute. See Also: Convert Since: Jakarta Persistence (JPA) 2. 1 ... Persistence (JPA) 1 .0 Additional JDK methods inherited from java.lang.annotation.Annotation java.lang

jakarta.persistence.Converter

. See Also: AttributeConverter Convert Since: Jakarta Persistence (JPA) 2. 1 Annotation Elements boolean autoApply ... type. Default: false Since: Jakarta Persistence (JPA) 1 .0 Additional JDK methods inherited from java

jakarta.persistence.Embeddable

or property of an embeddable class which is not persistent. Example 1 : @Embeddable public class ... ; } See Also: Embedded EmbeddedId Since: Jakarta Persistence (JPA) 1 .0 The JPA Persistable Types article explains

jakarta.persistence.Entity

. Since: Jakarta Persistence (JPA) 1 .0 The JPA Persistable Types article explains how to use Entity ... literal in the Jakarta Persistence query language. Default: "" Since: Jakarta Persistence (JPA) 1 .0

jakarta.persistence.EmbeddedId

. Relationship mappings defined within an embedded primary key type are not supported. Example 1 : @Entity ... ; } See Also: Embeddable MapsId IdClass Since: Jakarta Persistence (JPA) 1 .0 The JPA Primary Key article

jakarta.persistence.ElementCollection

when defined using generics. Default: void/class Since: Jakarta Persistence (JPA) 1 .0 FetchType fetch ... , defaults to LAZY . Default: FetchType.LAZY Since: Jakarta Persistence (JPA) 1 .0 Additional JDK methods

jakarta.persistence.DiscriminatorValue

{ ... } See Also: DiscriminatorColumn Since: Jakarta Persistence (JPA) 1 .0 Annotation Elements String value (Optional) The value ... value default is the entity name. Since: Jakarta Persistence (JPA) 1 .0 Additional JDK methods inherited

jakarta.persistence.EntityListeners

, PostPersist , PostUpdate , and/or PostRemove . Since: Jakarta Persistence (JPA) 1 .0 The JPA Lifecycle ... listener classes Since: Jakarta Persistence (JPA) 1 .0 Additional JDK methods inherited from java

jakarta.persistence.Enumerated

() { ... } ... } See Also: EnumeratedValue Basic ElementCollection Since: Jakarta Persistence (JPA) 1 .0 The JPA Persistable ... used in mapping an enum type. Default: ORDINAL Since: Jakarta Persistence (JPA) 1 .0 Additional JDK

jakarta.persistence.EnumeratedValue

. Example: enum Status { OPEN(0), CLOSED( 1 ), CANCELLED(- 1 ); @EnumeratedValue final int intValue; Status(int

jakarta.persistence.PostPersist

Persistence (JPA) 1 .0 The JPA Lifecycle Events article explains how to use PostPersist . Annotation

jakarta.persistence.PostLoad

class. Since: Jakarta Persistence (JPA) 1 .0 The JPA Lifecycle Events article explains how to use

jakarta.persistence.Id

) Since: Jakarta Persistence (JPA) 1 .0 The JPA Primary Key article explains how to use Id . Annotation

jakarta.persistence.MapKeyEnumerated

a map key enum type. Default: EnumType.ORDINAL Since: Jakarta Persistence (JPA) 1 .0 Additional JDK

jakarta.persistence.MapKeyTemporal

. Since: Jakarta Persistence (JPA) 1 .0 Additional JDK methods inherited from java.lang.annotation.Annotation java

jakarta.persistence.MapsId

. Default: "" Since: Jakarta Persistence (JPA) 1 .0 Additional JDK methods inherited from java.lang

jakarta.persistence.MappedSuperclass

) { ... } } See Also: AttributeOverride AssociationOverride Since: Jakarta Persistence (JPA) 1 .0 Annotation Elements

jakarta.persistence.ConnectionConsumer

a java.sql.SQLException . Since: Jakarta Persistence (JPA) 1 .0

jakarta.persistence.ConnectionFunction

the connection, usually a java.sql.SQLException . Since: Jakarta Persistence (JPA) 1 .0

jakarta.persistence.Embedded

AssociationOverrides Since: Jakarta Persistence (JPA) 1 .0 Annotation Elements This is a marker annotation

jakarta.persistence.ExcludeSuperclassListeners

Persistence (JPA) 1 .0 The JPA Lifecycle Events article explains how to use ExcludeSuperclassListeners

jakarta.persistence.ExcludeDefaultListeners

) 1 .0 The JPA Lifecycle Events article explains how to use ExcludeDefaultListeners . Annotation