ObjectDB Database Search

151-200 of 200 results

Cast exception?

Flying Banana Jiacong Xu Since it is a casting from a type to itself it probably fails ... the query? If so how can I work around it? Flying Banana Jiacong Xu You do cast implicitly by using ... is using. What are the ways to go around this? Flying Banana Jiacong Xu This seems to be a partial stack

Duplicate Entity class names causes Exception in Query

. If you have an Eclipse EE install ( I have helios ) you only need install the glassfish 3 .1 plugin ... our JP QL fly ! JFK John Francis Sorry it appears this is an intermittent exception   I

DB reading fails in debug mode in Eclipse

Hello, I got an unpleasant bug which turned into a serious issue. Using ObjectDB 2.6.9.b08 on Linux. Here is the structure (JDO metadata) of 3 classes which I am storing as values in a HashMap ... post compilation (build time) enhancement rather than on the fly enhancement. support Support

Opensource ObjectDB

, etc. will not be sufficient we may be in a big problem. It is possible that the free edition of ObjectDB 3 .0 ... there are no plans to open source ObjectDB. support Support Would be great if that 10 entity class limit is raised, even by a bit :P Flying Banana Jiacong Xu

Query vs Extent for retrieving data

and closing and I'm using ObjectDB 2. 3 .4. carr.onstott Carr Onstott The difference between using Extent ... from the database on the fly , is available only when the PersistenceManager is open

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

Multiple inputs not supported on WHERE ?

:186) ~[spring-aop-5. 3 .31.jar:5. 3 .31]     at org.springframework.data.projection ... .ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5. 3 .31.jar:5. 3 .31]   ... .proceedWithInvocation(TransactionInterceptor.java:123) ~[spring-tx-5. 3 .31.jar:5. 3 .31]     at org

jakarta.persistence.FindOption

Timeout EntityManager.find(Class, Object, FindOption...) EntityManager.find(EntityGraph, Object, FindOption...) Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.EnumeratedValue

(JPA) 3 .2 Annotation Elements This is a marker annotation with no members/elements. Additional JDK

jakarta.persistence.criteria.Nulls

(Expression, Nulls) CriteriaBuilder.desc(Expression, Nulls) Since: Jakarta Persistence (JPA) 3 .2 Enum

jakarta.persistence.criteria.Order

: the precedence of null values . Since: Jakarta Persistence (JPA) 3 .2 boolean isAscending

jakarta.persistence.criteria.TemporalField

. See Also: LocalDateField LocalTimeField LocalDateTimeField CriteriaBuilder.extract(TemporalField, Expression) Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.metamodel.Metamodel

.persistence.Entity.name Since: Jakarta Persistence (JPA) 3 .2 EntityType entity ( Class cls ) Return

jakarta.persistence.UniqueConstraint

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

jakarta.persistence.TypedQueryReference

) Since: Jakarta Persistence (JPA) 3 .2 Public Instance Methods Map getHints () A map keyed by hint name

jakarta.persistence.criteria.CriteriaSelect

Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.CriteriaSelect Type Parameters: - the type returned by the query Abstracts over top-level queries and unions and intersections of top-level queries. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.criteria.LocalDateField

which can be extracted from a LocalDate . Since: Jakarta Persistence (JPA) 3 .2 Public Static Fields DAY The calendar

jakarta.persistence.criteria.LocalTimeField

which can be extracted from a LocalTime . Since: Jakarta Persistence (JPA) 3 .2 Public Static Fields HOUR The hour

jakarta.persistence.criteria.LocalDateTimeField

which can be extracted from a LocalDateTime . Since: Jakarta Persistence (JPA) 3 .2 Public Static Fields DATE

jakarta.persistence.AttributeOverride

protected Address address; ... } Example 3 : @Entity public class PropertyRecord { @EmbeddedId protected

jakarta.persistence.CollectionTable

effect. Default: "" Since: Jakarta Persistence (JPA) 3 .2 Additional JDK methods inherited from java.lang

jakarta.persistence.PrimaryKeyJoinColumn

with columnDefinition . Default: "" Since: Jakarta Persistence (JPA) 3 .2 ForeignKey foreignKey (Optional) Used

jakarta.persistence.SchemaValidationException

() Since: Jakarta Persistence (JPA) 3 .2 Public Constructors SchemaValidationException ( String message

jakarta.persistence.SchemaManager

.getSchemaManager() Since: Jakarta Persistence (JPA) 3 .2 Public Instance Methods void create

jakarta.persistence.RefreshOption

EntityManager.refresh(Object, RefreshOption...) Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.SequenceGenerator

to the generated DDL statement which creates this sequence. Default: "" Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.Timeout

Persistence (JPA) 3 .2 Public Static Methods Timeout milliseconds ( int milliseconds ) Specify

jakarta.persistence.TableGenerator

to the generated DDL statement which creates this table. Default: "" Since: Jakarta Persistence (JPA) 3

jakarta.persistence.OrderColumn

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

jakarta.persistence.Persistence

) 3 .2 void generateSchema ( String persistenceUnitName , Map map ) Create database schemas and/or

jakarta.persistence.OneToOne

Integer id; ... } Example 3 : One-to-one association from an embeddable class to another entity. @Entity

jakarta.persistence.OneToMany

customer; } Example 3 : Unidirectional One-to-Many association using a foreign key mapping // In

jakarta.persistence.OrderBy

= "students") @OrderBy // ordering by primary key is assumed public List getCourses() { ... } ... } Example 3

jakarta.persistence.PersistenceConfiguration

) Since: Jakarta Persistence (JPA) 3 .2 Public Static Fields CACHE_MODE String specifying a SharedCacheMode

jakarta.persistence.criteria.CriteriaBuilder.union(CriteriaSelect,CriteriaSelect)

of the results of the given queries. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.criteria.CriteriaBuilder.unionAll(CriteriaSelect,CriteriaSelect)

criteria query which returns the union of the results of the given queries. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.criteria.CriteriaBuilder.intersect(CriteriaSelect,CriteriaSelect)

the intersection of the results of the given queries. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.criteria.CriteriaBuilder.intersectAll(CriteriaSelect,CriteriaSelect)

: a new criteria query which returns the intersection of the results of the given queries. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.PersistenceUnitUtil.load(Object,String)

with an open persistence context or cannot be loaded from the database. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.PersistenceUnitUtil.load(E,Attribute)

persistence context or cannot be loaded from the database. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.PersistenceUnitUtil.load(Object)

or cannot be loaded from the database. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.PersistenceUnitUtil.isLoaded(E,Attribute)

if entity's state has not been loaded or if the attribute state has not been loaded, else true. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.metamodel.Metamodel.entity(String)

: IllegalArgumentException - if not an entity. See Also: jakarta.persistence.Entity.name Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.criteria.CriteriaBuilder.tuple(List)

: IllegalArgumentException - if an argument is a tuple- or array-valued selection item. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.criteria.CriteriaBuilder.array(List)

: IllegalArgumentException - if an argument is a tuple- or array-valued selection item. Since: Jakarta Persistence (JPA) 3 .2

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

nullPrecedence - the precedence of null values Returns: ascending ordering corresponding to the expression. Since: Jakarta Persistence (JPA) 3 .2

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

nullPrecedence - the precedence of null values Returns: descending ordering corresponding to the expression. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.TypedQuery.setCacheRetrieveMode(CacheRetrieveMode)

the entity manager. Parameters: cacheRetrieveMode - cache retrieval mode Returns: the same query instance. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.TypedQuery.setCacheStoreMode(CacheStoreMode)

. Parameters: cacheStoreMode - cache storage mode Returns: the same query instance. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.TypedQuery.setTimeout(Integer)

milliseconds, or null to indicate no timeout Returns: the same query instance. Since: Jakarta Persistence (JPA) 3 .2