ObjectDB Database Search

151-200 of 200 results

Source not found error after downloading ObjectDB 2.3.7_04

Source not found error after downloading ObjectDB 2.3.7_04

Storing a tree of data (depth=3)

Storing a tree of data (depth=3)

Problem upgrading

Hello! We are trying to upgrade from 2.6. 3 to 2.6.6. Now our application throws an exception ... the right version of the enhancer. There are no code errors. If I change everything back to 2.6. 3 ... .convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:418) ~[spring-orm-4.2. 3 .RELEASE.jar

Persist error @ManyToMany how to define correct entities relationships

ord2 = new Order (2,cust2,prod2); Order ord3 = new Order ( 3 ,cust3,prod3); Order ord4 = new Order (4,cust1 ... Category( 3 ); Product prod1 = new Product(1,cat1); Product prod2 = new Product(2,cat2); Product prod3 = new Product( 3 ,cat1); openDB(); addProduct(prod1); // cat 1 addProduct(prod2); // cat 2 closeDB

Enhancer API (JDO 3.0)

One of the new features of JDO 3 is a standard API for enhancement. Currently ObjectDB implements its own enhancement API . support Support

ObjectDB 2.3.0

Added the ability to edit databases in the Explorer ( issue #2 ). Added the ability to execute queries in the Explorer (issue # 3 ). Other small Explorer improvements. Added support of IN operator in JPQL queries. Added support of ";drop" database url parameter. Adjusted the Enhancer to the new

Regression bug in using version 2.4.5 with GlassFish 3.1.2

Can't deploy objectDB ver 2.4.5 or later using GlassFish 3 .1.2, NetBeans 7.2.1 Win 7 & 8. ObjectDB Version 2.4.4 is working good. [#|2012-12-18T05:26:53.167-0800|SEVERE|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=44;_ThreadName=Thread-2;|java.lang

ObjectDB 2.3.6

ObjectDB 2.3.6

ObjectDB 2.2.3

ObjectDB 2.2.3

ObjectDB 2.4.3

ObjectDB 2.4.3

ObjectDB 2.9.3_01

ObjectDB 2.9.3_01

ObjectDB 2.3.2

ObjectDB 2.3.2

ObjectDB 2.3.5

ObjectDB 2.3.5

ObjectDB 2.3.1

ObjectDB 2.3.1

ObjectDB 2.9.3

ObjectDB 2.9.3

version 2.4.5+ with GlassFish 3.1.2, errors when runs application. Version 2.4.4 worked but not 2.4.5 or later

version 2.4.5+ with GlassFish 3.1.2, errors when runs application. Version 2.4.4 worked but not 2.4.5 or later

ObjectDB 2.7.3

ObjectDB 2.7.3

ObjectDB 2.5.3

ObjectDB 2.5.3

ObjectDB 2.6.3

ObjectDB 2.6.3

[ObjectDB 2.3.7_08] Unexpected exception (Error 990)

[ObjectDB 2.3.7_08] Unexpected exception (Error 990)

ObjectDB 2.3.7

ObjectDB 2.3.7

ObjectDB 2.8.3

ObjectDB 2.8.3

ObjectDB 2.0.3

ObjectDB 2.0.3

ObjectDB 2.3.4

ObjectDB 2.3.4

jakarta.persistence.PersistenceUnitUtil

cannot be loaded from the database. Since: Jakarta Persistence (JPA) 3 .2 Object getIdentifier ( Object ... is found not to be an entity. Since: Jakarta Persistence (JPA) 3 .2 boolean isInstance ( Object entity ... . Since: Jakarta Persistence (JPA) 3 .2 boolean isLoaded ( Object entity , String attributeName ) Determine

jakarta.persistence.EntityManagerFactory

of the transaction Returns: the value returned by the given function. Since: Jakarta Persistence (JPA) 3 ... of the persistence unit. Since: Jakarta Persistence (JPA) 3 .2 Map getNamedEntityGraphs ( Class entityType ... graphs Returns: a map keyed by graph name. Since: Jakarta Persistence (JPA) 3 .2 Map getNamedQueries

jakarta.persistence.criteria.Subquery

of the given basic type. Since: Jakarta Persistence (JPA) 3 .2 Root correlate ( Root parentRoot ) Create ... for equality. Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ( Object value ) Create ... (JPA) 3 .2 Root from ( Class entityClass ) Create and add a query root corresponding to the given

jakarta.persistence.TypedQuery

effect during query execution. Inherited from Query Since: Jakarta Persistence (JPA) 3 .2 CacheStoreMode ... . Inherited from Query Since: Jakarta Persistence (JPA) 3 .2 int getFirstResult () The position of the first ... to the transaction. Since: Jakarta Persistence (JPA) 3 .2 Integer getTimeout () The query timeout

jakarta.persistence.Query

that will be in effect during query execution. Since: Jakarta Persistence (JPA) 3 .2 CacheStoreMode ... . Since: Jakarta Persistence (JPA) 3 .2 int getFirstResult () The position of the first result the query object ... the persistence context has not been joined to the transaction. Since: Jakarta Persistence (JPA) 3

jakarta.persistence.criteria.CriteriaBuilder.asc(Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Order asc (    Expression expression ) Create an ordering by the ascending value of the expression. Parameters: expression - expression used to define the ordering Returns: ascending ordering corresponding to the expression. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.desc(Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Order desc (    Expression expression ) Create an ordering by the descending value of the expression. Parameters: expression - expression used to define the ordering Returns: descending ordering

jakarta.persistence.criteria.CriteriaQuery.getOrderList()

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaQuery List getOrderList() Return the ordering expressions in order of precedence. Returns empty list if no ordering ... of ordering expressions. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaQuery.select(Selection)

order = q.from( Order .class); q.select( order .get("shippingAddress").get("state")); CriteriaQuery q2 = cb.createQuery(Product.class); q2.select(q2.from( Order .class) .join("items") .join("product

jakarta.persistence.criteria.Predicate

Returns: a scalar expression of the given basic type. Since: Jakarta Persistence (JPA) 3 .2 Predicate ... testing for equality. Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ( Object value ) Create ... Persistence (JPA) 3 .2 String getAlias () Return the alias assigned to the tuple element or null

jakarta.persistence.criteria.ParameterExpression

of the given basic type. Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ( Expression value ... . Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ( Object value ) Create a predicate to test ... to be tested against Returns: predicate testing for equality. Since: Jakarta Persistence (JPA) 3 .2 String

jakarta.persistence.criteria.CriteriaBuilder.In

type. Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ( Expression value ) Create a predicate ... Persistence (JPA) 3 .2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression ... against Returns: predicate testing for equality. Since: Jakarta Persistence (JPA) 3 .2 String getAlias () Return

jakarta.persistence.criteria.CriteriaBuilder.Coalesce

Persistence (JPA) 3 .2 Predicate equalTo ( Expression value ) Create a predicate to test ... against Returns: predicate testing for equality. Since: Jakarta Persistence (JPA) 3 .2 Predicate ... for equality. Since: Jakarta Persistence (JPA) 3 .2 String getAlias () Return the alias assigned

jakarta.persistence.criteria.Expression

(JPA) 3 .2 Predicate equalTo ( Expression value ) Create a predicate to test whether the expression ... for equality. Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ( Object value ) Create ... to be tested against Returns: predicate testing for equality. Since: Jakarta Persistence (JPA) 3 .2 String

jakarta.persistence.OrderBy.value

_name] [ASC | DESC] If ASC or DESC is not specified, ASC (ascending order ) is assumed. If the ordering element is not specified, ordering by the primary key of the associated entity is assumed. Default: "" Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaQuery.multiselect(Selection...)

object corresponding to the arguments of the multiselect method, in the specified order ... the specified order . If the type of the criteria query is CriteriaQuery or if the criteria query ... , in the specified order . Parameters: selections - selection items corresponding to the results

jakarta.persistence.criteria.CriteriaQuery.multiselect(List)

the specified order , will be instantiated and returned for each row that results from the query ... to the elements of the list passed to the multiselect method, in the specified order . If the type ... to the multiselect method, in the specified order . Parameters: selectionList - list of selection items corresponding

jakarta.persistence.JoinTable

Persistence (JPA) 3 .2 String comment (Optional) A comment to be applied to the table. This is only used if table generation is in effect. Default: "" Since: Jakarta Persistence (JPA) 3 .2 String options ... . This is only used if table generation is in effect. Default: "" Since: Jakarta Persistence (JPA) 3 .2 Additional JDK

jakarta.persistence.SecondaryTable

: {} Since: Jakarta Persistence (JPA) 3 .2 String comment (Optional) A comment to be applied ... ) 3 .2 String options (Optional) A SQL fragment appended to the generated DDL statement which creates ... Persistence (JPA) 3 .2 Additional JDK methods inherited from java.lang.annotation.Annotation java.lang

jakarta.persistence.Table

: {} Since: Jakarta Persistence (JPA) 3 .2 String comment (Optional) A comment to be applied to the table. This is only used if table generation is in effect. Default: "" Since: Jakarta Persistence (JPA) 3 .2 ... (JPA) 3 .2 Additional JDK methods inherited from java.lang.annotation.Annotation java.lang.annotation

jakarta.persistence.OrderColumn.name

Jakarta Persistence (JPA) Method in jakarta.persistence.OrderColumn String name (Optional) The name of the ordering column. Defaults to the concatenation of the name of the referencing property or field; " _ "; " ORDER ". Default: "" Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.AssociationOverride

that is being overridden in order to specify it as part of the map value. If the relationship

jakarta.persistence.MapKeyJoinColumn

; ... } Example 3 : @Entity public class Student { @Id int studentId; ... @ManyToMany // students and courses ... . Default: "" Since: Jakarta Persistence (JPA) 3 .2 String table (Optional) The name of the table

jakarta.persistence.EntityTransaction

(JPA) 3 .2 boolean isActive () Indicate whether a resource transaction is in progress. Returns ... that the database server should set the timeout Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.criteria.AbstractQuery

Persistence (JPA) 3 .2 boolean isDistinct () Return whether duplicate query results must be eliminated or ... removed. Parameters: restrictions - a list of zero or more restriction predicates Returns: the modified query. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.CheckConstraint

is in effect. See Also: Table.check() Column.check() Since: Jakarta Persistence (JPA) 3 .2 Annotation ... ) 3 .2 Additional JDK methods inherited from java.lang.annotation.Annotation java.lang.annotation