ObjectDB Database Search

101-150 of 200 results

Will ObjectDB support JPA 2.1 CriteriaDelete?

Will ObjectDB support JPA 2.1 CriteriaDelete?

Not Enhanced: ...: com.objectdb.o.TEX: Type ..._$$_javassist_1 is not found

Not Enhanced: ...: com.objectdb.o.TEX: Type ..._$$_javassist_1 is not found

How to Use a SF with extended Persistence Context?

; [org.jboss.as.security] (MSC service thread 1 -9) JBAS013100: Current PicketBox version=4.0.7.Final ... for the guest in the DB. if it finds one it updater his date to the current date. if not, it stores a new ... get this stack: 13:52:01,121 INFO  [org.jboss.modules] JBoss Modules version 1 . 1 . 1 .GA 13:52:01,304 INFO

ObjectDB 2.0.1

ObjectDB 2.0.1

ObjectDB 2.8.1

ObjectDB 2.8.1

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.4.1

ObjectDB 2.4.1

ObjectDB 2.7.1

ObjectDB 2.7.1

ObjectDB 2.1.0

ObjectDB 2.1.0

Integration with Java EE (JPA 1.0)

Integration with Java EE (JPA 1.0)

jakarta.persistence.metamodel.EntityType

of the given name is not present in the managed type. Since: Jakarta Persistence (JPA) 1 .0 Set ... of the managed type. Since: Jakarta Persistence (JPA) 1 .0 Class getBindableJavaType () Return the Java ... . Since: Jakarta Persistence (JPA) 1 .0 BindableType getBindableType () Return the bindable type

jakarta.persistence.PersistenceConfiguration

of this PersistenceConfiguration class should use sharedCacheMode . Since: Jakarta Persistence (JPA) 1 .0 JDBC_DATASOURCE An instance of javax.sql.DataSource . Since: Jakarta Persistence (JPA) 1 .0 JDBC_DRIVER Fully qualified name of the JDBC driver class. Since: Jakarta Persistence (JPA) 1 .0 JDBC_PASSWORD Password for JDBC

jakarta.persistence.criteria.Subquery

Parameters: name - alias Returns: selection item. Since: Jakarta Persistence (JPA) 1 .0 Expression ... Persistence (JPA) 1 .0 Expression cast ( Class type ) Cast this expression to the specified type, returning ... of the containing query Returns: subquery root. Since: Jakarta Persistence (JPA) 1 .0 Join correlate ( Join

jakarta.persistence.EntityNotFoundException

and the entity no longer exists in the database. The current transaction, if one is active ... ) Since: Jakarta Persistence (JPA) 1 .0 Public Constructors EntityNotFoundException () Constructs a new EntityNotFoundException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1

jakarta.persistence.PrimaryKeyJoinColumn

Since: Jakarta Persistence (JPA) 1 .0 Annotation Elements String name (Optional) The name of the primary key column of the current table. Defaults to the same name as the primary key column ... for the referencing entity ( OneToOne mapping). Default: "" Since: Jakarta Persistence (JPA) 1 .0

jakarta.persistence.NonUniqueResultException

and there is more than one result from the query. This exception does not cause the current ... .getSingleResult() Since: Jakarta Persistence (JPA) 1 .0 Public Constructors NonUniqueResultException ... Persistence (JPA) 1 .0 NonUniqueResultException ( Exception cause ) Constructs a new

jakarta.persistence.PersistenceException

, NonUniqueResultException , LockTimeoutException , and QueryTimeoutException , cause the current transaction ... . Since: Jakarta Persistence (JPA) 1 .0 Public Constructors PersistenceException () Constructs a new PersistenceException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1 .0

FROM clause (JPQL / Criteria API)

only over the neighbors collection for the current c1 . In this case, propagating the WHERE constraint to the FROM ... _LENGTH, BOTH, BY, CASE, CHAR_LENGTH, CHARACTER_LENGTH, CLASS, COALESCE, CONCAT, COUNT, CURRENT _DATE, CURRENT _TIME, CURRENT _TIMESTAMP,DELETE, DESC, DISTINCT, ELSE, EMPTY, END, ENTRY, ESCAPE, EXISTS, FALSE

jakarta.persistence.metamodel.IdentifiableType

Persistence (JPA) 1 .0 Set getAttributes () Return the attributes of the managed type. Inherited from ManagedType Returns: attributes of the managed type. Since: Jakarta Persistence (JPA) 1 .0 ... . Since: Jakarta Persistence (JPA) 1 .0 CollectionAttribute getCollection ( String name ) Return

jakarta.persistence.metamodel.MappedSuperclassType

. Since: Jakarta Persistence (JPA) 1 .0 Set getAttributes () Return the attributes of the managed type. Inherited from ManagedType Returns: attributes of the managed type. Since: Jakarta Persistence (JPA) 1 .0 ... type. Since: Jakarta Persistence (JPA) 1 .0 CollectionAttribute getCollection ( String name ) Return

SELECT clause (JPQL / Criteria API)

(); for (Object[] result : results) { System.out.println( "Country: " + result[0] + ", Capital: " + result[ 1 ... ) { System.out.println( "Country: " + result[0] + ", Capital: " + result[ 1 ]); } CriteriaBuilder.tuple ... ("Country: " + t.get(0) + ", Capital: " + t.get( 1 )); } The Tuple interface defines several other methods

Auto Generated Values

. It takes a name, an initial value (default is 1 ), and an allocation size (default is 50). A sequence ... ="seq", initialValue = 1 , allocationSize =100) public class EntityWithSequenceId { // Use ... . This means that if you want sequence numbers to start with 1 when using the TABLE strategy, you must specify initialValue=0 in the @TableGenerator  annotation.

Server User List

to connect to the server only from the specified IP addresses. For example, "127.0.0. 1 " (the local computer ... of "192.18.0.0-192.18.194.255,127.0.0. 1 " allows connections from any IP address in the range 192.18.0.0 - 192.18.194.255 and from 127.0.0. 1 . The admin attribute, with a value of true or false , specifies

jakarta.persistence.metamodel.ManagedType

the managed type. Since: Jakarta Persistence (JPA) 1 .0 Set getAttributes () Return the attributes of the managed type. Returns: attributes of the managed type. Since: Jakarta Persistence (JPA) 1 .0 ... Persistence (JPA) 1 .0 CollectionAttribute getCollection ( String name ) Return the Collection-valued

jakarta.persistence.metamodel.EmbeddableType

is not present in the managed type. Since: Jakarta Persistence (JPA) 1 .0 Set getAttributes () Return ... type. Since: Jakarta Persistence (JPA) 1 .0 CollectionAttribute getCollection ( String name , Class ... of the given name and type is not present in the managed type. Since: Jakarta Persistence (JPA) 1 .0

jakarta.persistence.FlushModeType

is unspecified. If there is no transaction active or the persistence context is not joined to the current ... .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

jakarta.persistence.NoResultException

and there is no result to return. This exception does not cause the current transaction, if one is active ... Persistence (JPA) 1 .0 Public Constructors NoResultException () Constructs a new NoResultException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1 .0 NoResultException

jakarta.persistence.criteria.CriteriaQuery

.. Since: Jakarta Persistence (JPA) 1 .0 Root from ( Class entityClass ) Create and add a query root ... to the given entity. Since: Jakarta Persistence (JPA) 1 .0 Root from ( EntityType entity ) Create and add ... Returns: query root corresponding to the given entity. Since: Jakarta Persistence (JPA) 1 .0 List

Apache License, Version 2.0, January 2004

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1 . Definitions . "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright

Literals in JPQL and Criteria Queries

both Java and SQL syntax for numeric literals. Numeric suffixes (for example, 1 .5F ) are also supported ... . literal ( 1 ); Expression i2 = cb. literal (Integer.ValueOf(2)); Expression d = cb. literal (3.4

Query Parameters in JPA

= ? 1 ", Country.class); return query. setParameter ( 1 , name). getSingleResult (); } The format

JPA Shared (L2) Entity Cache

(MyEntity2.class, Long.valueOf( 1 ), Collections. singletonMap( "jakarta.persistence.cache.retrieveMode ... (MyEntity2.class, Long.valueOf( 1 ), Collections. singletonMap( "jakarta.persistence.cache.storeMode

jakarta.persistence.criteria.CriteriaBuilder.In

, TupleElement Interface used to build in predicates. Since: Jakarta Persistence (JPA) 1 .0 Public Instance ... : name - alias Returns: selection item. Since: Jakarta Persistence (JPA) 1 .0 Expression as ( Class ... ) 1 .0 Expression cast ( Class type ) Cast this expression to the specified type, returning a new

jakarta.persistence.criteria.CriteriaBuilder.SimpleCase

which they are specified. Since: Jakarta Persistence (JPA) 1 .0 Public Instance Methods Selection alias ... : selection item. Since: Jakarta Persistence (JPA) 1 .0 Expression as ( Class type ) Perform ... expression of the given type. See Also: .cast(Class) Since: Jakarta Persistence (JPA) 1 .0 Expression cast

General Settings and Logging

. A new log file is also generated when the current log file exceeds the maximum size specified by the max ... for a specific ObjectDB subsystem. The names of the subsystem loggers are currently undocumented

jakarta.persistence.EntityGraph

Persistence (JPA) 2. 1 Public Instance Methods AttributeNode addAttributeNode ( String attributeName ... . IllegalArgumentException - if the attribute is not an attribute of this managed type.. Since: Jakarta Persistence (JPA) 1 ... ) 1 .0 Subgraph addElementSubgraph ( PluralAttribute attribute ) Add a node to the graph

jakarta.persistence.criteria.Path

(JPA) 1 .0 Expression as ( Class type ) Perform a typecast upon the expression, returning a new ... ) Since: Jakarta Persistence (JPA) 1 .0 Expression cast ( Class type ) Cast this expression ... to the referenced attribute. Since: Jakarta Persistence (JPA) 1 .0 Expression get ( PluralAttribute

jakarta.persistence.criteria.AbstractQuery

Persistence (JPA) 1 .0 Root from ( Class entityClass ) Create and add a query root corresponding ... class Returns: query root corresponding to the given entity. Since: Jakarta Persistence (JPA) 1 .0 ... (JPA) 1 .0 List getGroupList () Return a list of the grouping expressions. Returns empty list

jakarta.persistence.criteria.CriteriaBuilder.Case

which they are specified. Since: Jakarta Persistence (JPA) 1 .0 Public Instance Methods Selection alias ( String ... : selection item. Since: Jakarta Persistence (JPA) 1 .0 Expression as ( Class type ) Perform a typecast ... of the given type. See Also: .cast(Class) Since: Jakarta Persistence (JPA) 1 .0 Expression cast ( Class

jakarta.persistence.Subgraph

within an EntityGraph . See Also: EntityGraph AttributeNode NamedSubgraph Since: Jakarta Persistence (JPA) 2. 1 Public ... is not an attribute of this managed type.. Since: Jakarta Persistence (JPA) 1 .0 void addAttributeNodes ... - if this EntityGraph has been statically defined. Since: Jakarta Persistence (JPA) 1 .0 Subgraph

jakarta.persistence.criteria.Predicate

Persistence (JPA) 1 .0 Expression as ( Class type ) Perform a typecast upon the expression, returning ... . See Also: .cast(Class) Since: Jakarta Persistence (JPA) 1 .0 Expression cast ( Class type ) Cast ... (JPA) 1 .0 List getCompoundSelectionItems () Return the selection items composing a compound selection

jakarta.persistence.Graph

(JPA) 1 .0 void addAttributeNodes ( Attribute ... attribute ) Add one or more attribute nodes ... : IllegalStateException - if this EntityGraph has been statically defined. Since: Jakarta Persistence (JPA) 1 .0 Subgraph ... . Since: Jakarta Persistence (JPA) 1 .0 Subgraph addElementSubgraph ( String attributeName , Class type

jakarta.persistence.criteria.ParameterExpression

Selection Parameters: name - alias Returns: selection item. Since: Jakarta Persistence (JPA) 1 .0 ... Persistence (JPA) 1 .0 Expression cast ( Class type ) Cast this expression to the specified type ... . Inherited from TupleElement Returns: alias. Since: Jakarta Persistence (JPA) 1 .0 List

jakarta.persistence.criteria.CriteriaBuilder.Coalesce

otherwise. Since: Jakarta Persistence (JPA) 1 .0 Public Instance Methods Selection alias ( String ... : selection item. Since: Jakarta Persistence (JPA) 1 .0 Expression as ( Class type ) Perform a typecast ... of the given type. See Also: .cast(Class) Since: Jakarta Persistence (JPA) 1 .0 Expression cast ( Class

jakarta.persistence.criteria.CriteriaUpdate

. A CriteriaUpdate object must have a single root. Since: Jakarta Persistence (JPA) 2. 1 Public Instance ... . Since: Jakarta Persistence (JPA) 1 .0 Root from ( EntityType entity ) Create and add a query root ... of type X Returns: query root corresponding to the given entity. Since: Jakarta Persistence (JPA) 1 .0

jakarta.persistence.criteria.LocalDateTimeField

The date part of a datetime. Since: Jakarta Persistence (JPA) 1 .0 DAY The calendar day of the month, numbered from 1 . Since: Jakarta Persistence (JPA) 1 .0 HOUR The hour of the day in 24-hour time, numbered from 0 to 23. Since: Jakarta Persistence (JPA) 1 .0 MINUTE The minute of the hour, numbered from

Eclipse/JPA Java EE Tutorial

for Java EE Developers. GlassFish Server 3.0. 1 (or above). The last version of ObjectDB (just download and extract). The tutorial was written for Eclipse 3.6. 1 but it should work with other Eclipse versions ... : ObjectDB 2.3.7_04 or later is required if Glassfish 3. 1 .2 (or later) is used. The Tutorial Steps This tutorial consists of the following steps:

Report Generation with BIRT and JPA

= x :     (0, 0), ( 1 , 1 ), (2, 2), ..., (999, 999) The BIRT report

NetBeans/JPA Java EE Tutorial

was written for NetBeans 6.9. 1 but it should work with other NetBeans versions as well (dialog boxes ... later is required if Glassfish 3. 1 .2 (or later) is used. The Tutorial Steps This tutorial consists of the following steps:

[ODB1] Chapter 7 - JDOQL Queries

a specified order. 7. 1   Introduction to JDOQL A basic JDOQL query has the following ... . One of the useful string methods that is not supported by JDO 1 .0 but supported in ObjectDB ... : Calendar calendar = Calendar.getInstance(); calendar.clear(); calendar.set(2000, 0, 1 ); Date date