ObjectDB Database Search
51-100 of 200 resultsReplication error on slave restart embeddable classes and 108 entity objects. The master directory contains an empty database file (sm.odb ... and when and how it became empty ? Because in this situation, when the master database is empty , obviously ... , and than you will explain why it's empty ... Test Case #1: 1) I have 2 separate third-party servers 2) Deploy | |
jakarta.persistence.criteria.CommonAbstractCriteria empty set if there are no parameters. Modifications to the set do not affect the query. Returns | |
jakarta.persistence.criteria.CriteriaUpdate Set getParameters () Return the parameters of the query. Returns empty set | |
jakarta.persistence.criteria.Fetch that have been made from this type. Returns empty set if no fetch joins have been made from | |
jakarta.persistence.criteria.CriteriaDelete the parameters of the query. Returns empty set if there are no parameters. Modifications to the set | |
jakarta.persistence.criteria.FetchParent empty set if no fetch joins have been made from this type. Modifications to the set do not affect | |
jakarta.persistence.Subgraph an empty list if none have been defined. Since: Jakarta Persistence (JPA) 1.0 Class getClassType | |
Updating Entities () { @Override protected void updateItem(String item, boolean empty ) { if(item != null) { setText(item ... void updateItem(String item, boolean empty ) { if(item != null) { setText(item); setAlignment(Pos ... item, boolean empty ) { if(item != null) { setText(item); setAlignment(Pos.CENTER); } } }); dept | |
jakarta.persistence.metamodel.ManagedType.getPluralAttributes() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType Set getPluralAttributes() Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) of the managed type. Returns empty set if the managed type has no multi-valued attributes. Returns | |
jakarta.persistence.metamodel.ManagedType.getDeclaredPluralAttributes() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType Set getDeclaredPluralAttributes() Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) declared by the managed type. Returns empty set if the managed type has no declared multivalued | |
jakarta.persistence.criteria.AbstractQuery.getRoots() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.AbstractQuery Set getRoots() Return the query roots. These are the roots that are defined for the CriteriaQuery or Subquery itself, including any subquery roots defined as a result of correlation. Returns an empty set if no roots | |
jakarta.persistence.metamodel.Metamodel.getEmbeddables() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.Metamodel Set getEmbeddables() Return the metamodel embeddable types. Returns am empty set if there are no embeddable types. Returns: the metamodel embeddable types. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.AbstractQuery.getGroupList() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.AbstractQuery List getGroupList() Return a list of the grouping expressions. Returns empty list if no grouping expressions have been specified. Modifications to the list do not affect the query. Returns: the list of grouping expressions. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CommonAbstractCriteria.getParameters() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CommonAbstractCriteria Set getParameters() Return the parameters of the query. Returns empty set if there are no parameters. Modifications to the set do not affect the query. Returns: the query parameters. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getSingularAttributes() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType Set getSingularAttributes() Return the single-valued attributes of the managed type. Returns empty set if the managed type has no single-valued attributes. Returns: single-valued attributes. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getDeclaredSingularAttributes() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType Set getDeclaredSingularAttributes() Return the single-valued attributes declared by the managed type. Returns empty set if the managed type has no declared single-valued attributes. Returns: declared single-valued attributes. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getDeclaredAttributes() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType Set getDeclaredAttributes() Return the attributes declared by the managed type. Returns empty set if the managed type has no declared attributes. Returns: declared attributes of the managed type. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.Predicate.getExpressions() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Predicate List getExpressions() Return the top-level conjuncts or disjuncts of the predicate. Returns empty list if there are no top-level conjuncts or disjuncts of the predicate. Modifications to the list do not affect the query | |
jakarta.persistence.criteria.Subquery.getCorrelatedJoins() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Subquery Set getCorrelatedJoins() Return the correlated joins of the subquery. Returns empty set if the subquery has no correlated joins. Modifications to the set do not affect the query. Returns: the correlated joins of the subquery. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.TypedQuery.getResultStream() to provide additional capabilities. Returns: a stream of the results, each of type X , or an empty stream | |
jakarta.persistence.TypedQuery.getResultList() Jakarta Persistence (JPA) Method in jakarta.persistence.TypedQuery List getResultList() Execute a SELECT query and return the query results as a typed List . Returns: a list of the results, each of type X , or an empty list if there are no results. Throws: IllegalStateException - if called | |
jakarta.persistence.Graph.getAttributeNodes() Jakarta Persistence (JPA) Method in jakarta.persistence.Graph List getAttributeNodes() Return the attribute nodes corresponding to the attributes of this managed type that are included in the graph. Returns: list of attribute nodes included in the graph or an empty list if none have been defined. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.concat(List) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Expression concat ( List expressions ) Create an expression for string concatenation. If the given list of expressions is empty , returns an expression equivalent to literal("") . Parameters: expressions | |
jakarta.persistence.criteria.CriteriaBuilder.isMember(Expression,Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate isMember ( Expression elem , Expression collection ) Create a predicate that tests whether an element is a member of a collection. If the collection is empty , the predicate | |
jakarta.persistence.criteria.CriteriaBuilder.isMember(E,Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate isMember ( E elem , Expression collection ) Create a predicate that tests whether an element is a member of a collection. If the collection is empty , the predicate will be false | |
jakarta.persistence.criteria.CriteriaBuilder.isNotMember(Expression,Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate isNotMember ( Expression elem , Expression collection ) Create a predicate that tests whether an element is not a member of a collection. If the collection is empty , the predicate | |
jakarta.persistence.criteria.CriteriaBuilder.isNotMember(E,Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate isNotMember ( E elem , Expression collection ) Create a predicate that tests whether an element is not a member of a collection. If the collection is empty , the predicate | |
jakarta.persistence.criteria.From.getJoins() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.From Set getJoins() Return the joins that have been made from this bound type. Returns empty set if no joins have been made from this bound type. Modifications to the set do not affect the query. Returns: joins made from this type. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.Convert.attributeName to the annotated element is simply the empty path.) Default: "" Since: Jakarta Persistence (JPA) 1.0 | |
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 expressions have been specified. Modifications to the list do not affect the query. Returns: the list | |
jakarta.persistence.Query.getParameters() Jakarta Persistence (JPA) Method in jakarta.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. Returns: set | |
jakarta.persistence.criteria.FetchParent.getFetches() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.FetchParent Set getFetches() Return the fetch joins that have been made from this type. Returns empty set if no fetch joins have been made from this type. Modifications to the set do not affect the query. Returns: fetch joins made from this type. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.Query.getResultList() Jakarta Persistence (JPA) Method in jakarta.persistence.Query List getResultList() Execute a SELECT query and return the query results as an untyped List . Returns: a list of the results, or an empty list if there are no results. Throws: IllegalStateException - if called for a Jakarta Persistence | |
jakarta.persistence.Query.getResultStream() to provide additional capabilities. Returns: a stream of the results, or an empty stream | |
jakarta.persistence.AttributeNode.getSubgraphs() Jakarta Persistence (JPA) Method in jakarta.persistence.AttributeNode Map getSubgraphs() Return a map of subgraphs associated with this attribute node. Returns: a Map of subgraphs associated with this attribute node or an empty Map if none have been defined. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.AttributeNode.getKeySubgraphs() Jakarta Persistence (JPA) Method in jakarta.persistence.AttributeNode Map getKeySubgraphs() Return a map of subgraphs associated with this attribute node's map key. Returns: a Map of subgraphs associated with this attribute node's map key or an empty Map if none have been defined. Since: Jakarta Persistence (JPA) 1.0 | |
mapping file is not being loaded, the Metamodel is empty - none of the entities referenced in the mapping file are present in the Metamodel ... is alwasy empty with ObjectDB Set managedEntities = emf.getMetaModel().getEntities(); I ... -classes to false. The Metamodel API still returns the empty set when 'getEntities()' is invoked | |
PersistenceManager.getObjectsById(Collection,boolean) throwing JDOException argument. What happens if getObjectsById() is called with an empty collection? carr.onstott Carr Onstott There are no known issues with this method. If you pass an empty collection the method should return an empty collection. It should work with single or multiple IDs and with any collection | |
Possible issue with LAZY Loading part of the test? Or should it be empty ? Pretty much I want a unit test that shows the locationlist coming back empty , and then someway of calling so that it comes back populated. I'm uncertain now ... ; } This method is used by ObjectDB to initialize the field with an empty lazy | |
OptimisticLockException it?? dmoshal David Moshal You can disable the L2 cache (or empty it with evict ) and empty ... to automatically refresh objects in the L2 cache? You can empty the L2 cache or remove a specific class / object from that cache. support Support | |
Pooling of EntityManagers. If I call entityManager.clear() does the first level cache is empty then? If not does fetching ... then you empty the persistence context / first level cache. However, possibly the main gain from pooling ... a new entitymanager and reusing an empty one. However, i will test it. thanks again Arne Arne Arne Stocker | |
Different behavior with persist() and queried instances? is saved in db and the list of the object is marked as empty - Now close the entity manager ... - Commit the transaction - FAIL, the list of the object is still set to empty in db ... is still empty in db after commit!! please help, I cannot even go further with this issue.. thanks! Alex quasado | |
"where in" query why this result returns an empty set? List results; TypedQuery prezs = em.createQuery("SELECT p ... to build a test case and the result was an exception rather than an empty result set. Version 2.3.2 fixes the exception - please try it. If you still get an empty set with the new version - try | |
Low performance when getting grove roots Tsichevski Done as you suggested. Now the query result is always empty :-( Regards, Vladimir ... would be needed in order to understand the empty results. Does it happen also with a new database file | |
Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct) via a querying @EJB gives many fields null (and not even empty , I mean truly null). In ... all cases lists that are given in the explored database either empty or populated are served as null ... , either as empty or correctly populated). This seems to imply that ObjectDB operation | |
JPQL support for mapped by (inverse) collections As discussed and demonstrated in this forum thread , collection operators and methods (IS EMPTY ... ; "SELECT a FROM A a WHERE a.list IS EMPTY ");   ... A a WHERE a.list IS NOT EMPTY List list1 = em.createQuery | |
Can't open replicated database to the initial empty state of the database. I inserted a few rows into the databases and still got the error ... classes that are unknown yet in the database (therefore, with an almost empty database ... the database is empty but this would be a bit messy as it is defined by UserException + message text | |
File lock exception on odb$ affected as the dbs were empty anyway but I'm a bit worried about data loss if & when this is not ... . can you get that exception every time you are trying to open that empty database with its associated odb$ file ... Apparently there was a problem when a recovery file exists but it is empty . Build 2.3.7_09 should fix | |
Query on primary key is slow when using 'IN' parameter is empty ; then `param_productVariantOids.contains(this.productVariantOid)` will obviously ... that if the parameter is empty , I could substitute the condition with `&& false` to nudge ObjectDB into immediately returning an empty result, but it still did a full scan. chylek chylek | |
ObjectDB 2.5.4 Added empty implementation of new JPA 2.1 methods. Implemented new JPA 2.1 EntityManagerFactory methods: createEntityManager , unwrap . Improved retrieving persistent string fields by using "".intern() for empty strings. Fixed a bug in queries on composed embedded primary key ( issue #1301 ). |