ObjectDB Database Search
1-50 of 200 resultsEmpty query results after JAR creation -Jar xyz.jar", I get either empty results or on some cases a "NoResultException" which appears ... Hansen Empty results or NoResultException may be caused by accessing an empty database. In ... you are trying to access the database in a wrong location? In that case, a new empty database | |
Possible issue for JPQL IS EMPTY expression Possible issue for JPQL IS EMPTY comparison expression: SELECT e FROM MyEntity e WHERE e.collection-valued IS EMPTY throws javax.persistence.PersistenceException: Invalid operand type for operator IS EMPTY (error 756) Thanks. Note: It doesn' t work with SIZE(): SELECT e FROM MyEntity e | |
LEFT JOIN FETCH over empty embedded collection returns no results to my inquiry a few months ago. However, I have run into one problem: if an embedded collection is empty ... of the first collection, the result of the overall query is an empty set. To use the example from ... class C { @Id long id; List bList; }; If I have an instance of C where bList is empty , the following | |
@ElementCollection Set | |
Memory consumption of empty Strings are empty (""). To avoid unnecessary memory consumption, the String within the entities are initialized like: String firstName = ""; In this case every " empty " attribute shares the same String. But after reloading the entities from objectdb, every empty String has become a new (unique) String | |
InternalError on query of empty database. Please try it. support Support I'm now getting an empty set returned on empty database. Thanks!!!! pedwards Paul Edwards | |
Empty temporary dat files in the temp folder of the first one) empty . Or rather pre filled with null. We observed that the directory is cleaned | |
Collections in JPQL and Criteria Queries. as path expressions - in navigation to persistent collection fields. IS [NOT] EMPTY The IS [NOT] EMPTY operator checks whether a specified collection is empty or not. For example: c.languages IS EMPTY is TRUE if the collection is empty and FALSE otherwise. c.languages IS NOT EMPTY is FALSE | |
Log is almost empty (log level 'trace')Log is almost empty (log level 'trace') | |
Handling a case of searching an empty databaseHandling a case of searching an empty database | |
Database Explorer all the persistent fields, but the [Summary] view is initialized as an empty view. Therefore, unless set, persistent objects are presented in the Tree viewer as an empty set of fields (using | |
Database Connection using JPA above). To obtain a connection to an empty database (discarding existing content if any) the drop parameter ... ("objectdb:myDbFile.tmp;drop"); Getting an empty clean database easily is very useful in tests. However, to avoid | |
Schema Update configuration file contains an empty element. If the element is not empty ObjectDB tries to apply | |
JPA Lifecycle Events defines all the supported callback methods with empty implementations: @Entity public static class | |
JPA Query Expressions (JPQL / Criteria) : =, , =, IS [NOT] NULL, [NOT] BETWEEN, including Collection operators: [NOT] IN, IS [NOT] EMPTY | |
FROM clause (JPQL / Criteria API)_TIMESTAMP,DELETE, DESC, DISTINCT, ELSE, EMPTY , END, ENTRY, ESCAPE, EXISTS, FALSE, FETCH,FROM, GROUP | |
Literals in JPQL and Criteria Queries. literal (Integer.ValueOf(2)); Expression d = cb. literal (3.4); // String literals: Expression empty | |
General Settings and Logging can be used to represent the ObjectDB installation directory, as demonstrated above. If the path is empty | |
Internal exception: NPE on criteria query with IN clause and empty collection use JPA criteria query API, and I pass an empty collection to IN expression: CriteriaBuilder cb ... )); //templateKeys is empty by mistake List services = em.createQuery(cq).getResultList(); As exception itself is nothing wrong here I guess (at least other JPA providers also throw on empty IN parameter | |
javax.persistence.criteria.CriteriaBuilder;collection) Create a predicate that tests whether a collection is empty . Parameters: collection - expression Return: is- empty predicate Since: JPA 2.0 Predicate isFalse ( Expression x) Create ... that tests whether an element is a member of a collection. If the collection is empty , the predicate | |
javax.persistence.metamodel.EmbeddableType. Returns empty set if the managed type has no declared attributes. Return: declared attributes ... -, List-, and Map-valued attributes) declared by the managed type. Returns empty set if the managed ... the single-valued attributes declared by the managed type. Returns empty set if the managed type | |
javax.persistence.metamodel.IdentifiableType () Return the attributes declared by the managed type. Returns empty set if the managed type ... attributes) declared by the managed type. Returns empty set if the managed type has no declared multi ... declared by the managed type. Returns empty set if the managed type has no declared single-valued | |
javax.persistence.metamodel.ManagedType getDeclaredAttributes () Return the attributes declared by the managed type. Returns empty set ... attributes) declared by the managed type. Returns empty set if the managed type has no declared multi ... empty set if the managed type has no declared single-valued attributes. Return: declared single-valued | |
javax.persistence.criteria.CriteriaQuery Since: JPA 2.0 List getGroupList () Return a list of the grouping expressions. Returns empty list ... . Returns empty list if no ordering expressions have been specified. Modifications to the list do not affect ... the parameters of the query. Returns empty set if there are no parameters. Modifications to the set | |
[ODB1] Chapter 9 - ObjectDB Explorer desktop lists all the persistent classes in the database. For a new, empty database this window is empty . A new persistent class is automatically added to the database when its first instance is stored ... " are initialized to contain all the persistent fields, but the "Summary" is initialized as an empty view | |
javax.persistence.criteria.Subquery getCorrelatedJoins () Return the correlated joins of the subquery. Returns empty set if the subquery ... . Returns empty list if no grouping expressions have been specified. Modifications to the list do not affect ... Subquery itself, including any subquery roots defined as a result of correlation. Returns empty set | |
[ODB1] Chapter 2 - A Quick Tour empty (not the first run), a previously stored ArrayList instance is expected to be retrieved from ... and a new empty ArrayList instance is created (line 24). The new ArrayList instance is bound ... in the package (e.g. line 6). Both and elements must have a name attribute. An empty name | |
javax.persistence.AttributeNode node's map key or empty Map if none have been defined Since: JPA 2.1 Map getSubgraphs () Return ... with this attribute node or empty Map if none have been defined Since: JPA 2.1 | |
javax.persistence.criteria.AbstractQuery a list of the grouping expressions. Returns empty list if no grouping expressions ... . Returns empty set if no roots have been defined. Modifications to the set do not affect the query. Return | |
CriteriaBuilder.isEmpty(collection) - JPA Method JPA Method in javax.persistence.criteria.CriteriaBuilder Predicate isEmpty ( Expression collection ) Create a predicate that tests whether a collection is empty . Parameters: collection - expression Return: is- empty predicate Since: JPA 2.0 | |
CriteriaBuilder.isNotEmpty(collection) - JPA Method JPA Method in javax.persistence.criteria.CriteriaBuilder Predicate isNotEmpty ( Expression collection ) Create a predicate that tests whether a collection is not empty . Parameters: collection - expression Return: is-not- empty predicate Since: JPA 2.0 | |
javax.persistence.criteria.From joins that have been made from this type. Returns empty set if no fetch joins have been made from ... this bound type. Returns empty set if no joins have been made from this bound type. Modifications | |
AttributeNode.getSubgraphs() - JPA Method JPA Method in javax.persistence.AttributeNode Map getSubgraphs () Return the Map of subgraphs associated with this attribute node. Return: Map of subgraphs associated with this attribute node or empty Map if none have been defined Since: JPA 2.1 | |
AttributeNode.getKeySubgraphs() - JPA Method JPA Method in javax.persistence.AttributeNode Map getKeySubgraphs () Return the Map of subgraphs associated with this attribute node's map key. Return: Map of subgraphs associated with this attribute node's map key or empty Map if none have been defined Since: JPA 2.1 | |
javax.persistence.EntityGraph or empty list if none have been defined Since: JPA 2.1 String getName () Return the name of a named | |
EntityGraph.getAttributeNodes() - JPA Method JPA Method in javax.persistence.EntityGraph List getAttributeNodes () Return the attribute nodes of this entity that are included in the entity graph. Return: attribute nodes for the annotated entity type or empty list if none have been defined Since: JPA 2.1 | |
javax.persistence.Query parameters of the query. Returns empty set if the query has no parameters. This method is not required | |
Query.getParameters() - JPA Method JPA Method in javax.persistence.Query Set getParameters () Get the parameter objects corresponding to the declared parameters of the query. Returns empty set if the query has no parameters. This method is not required to be supported for native queries. Return: set of the parameter objects Throws | |
javax.persistence.StoredProcedureQuery to the declared parameters of the query. Returns empty set if the query has no parameters. This method | |
javax.persistence.Subgraph that are included in the subgraph. Return: list of attribute nodes included in the subgraph or empty List | |
Subgraph.getAttributeNodes() - JPA Method JPA Method in javax.persistence.Subgraph List getAttributeNodes () Return the attribute nodes corresponding to the attributes of this managed type that are included in the subgraph. Return: list of attribute nodes included in the subgraph or empty List if none have been defined Since: JPA 2.1 | |
javax.persistence.TypedQuery () Get the parameter objects corresponding to the declared parameters of the query. Returns empty set if the query | |
AbstractQuery.getRoots() - JPA Method JPA Method in javax.persistence.criteria.AbstractQuery Set getRoots () Return the query roots. These are the roots that have been defined for the CriteriaQuery or Subquery itself, including any subquery roots defined as a result of correlation. Returns empty set if no roots have been defined | |
[ODB1] Chapter 3 - Persistent Classes with all the four methods, keeping the methods that are irrelevant empty . For example: package test; import | |
[ODB1] Chapter 4 - JDO Metadata.String field, empty collection, 0 size array, and so on). primary-key The primary-key attribute, defined | |
[ODB1] Chapter 5 - JDO Connections a new, empty database at that location. This behavior is an ObjectDB extension. JDO does not define | |
[ODB1] Chapter 8 - ObjectDB Server can be overridden, as demonstrated by user3 : Three attributes are changed. The empty address attribute | |
[ODB1] Chapter 7 - JDOQL Queries can even be constructed by an empty newQuery() form: Query newQuery(); However, a candidate collection | |
javax.jdo.Query of the expression in the outer query. If the trimmed expression is the empty String ... unbound. If the trimmed value is the empty String, or the parameter is null, then JDOUserException ... the candidates over which the subquery is evaluated. If the trimmed value is the empty String, or | |
Query.addSubquery(sub,variableDeclaration,candidateCollectionExpression,parameters) - JDO Method in the variableDeclaration unbound. If the trimmed value is the empty String, or the parameter ... is the empty String, or the parameter is null, then the candidate collection is the extent |