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 | |
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 | |
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 | |
problem with lazy loading - unittest project attached, one entity with 2 related entities. if i use EAGER the test pass, if not the related entity list is empty ... is lazy - it is unavailable in a detached Foo instance and the collection looks empty . support Support | |
Removing entity class ObjectDB database. The 2 tables for these entities are empty , but the tables exist, so they count ... . You will have to create a new empty database and copy the content of the old database to the new one. support Support | |
Query.getResultStream() - JPA Method additional capabilities. Return: a stream of the results, or an empty stream if there are no results | |
Query.getResultList() - JPA Method JPA Method in jakarta.persistence.Query List getResultList () Execute a SELECT query and return the query results as an untyped List. Return: a list of the results, or an empty list if there are no results Throws: IllegalStateException - if called for a Jakarta Persistence query language UPDATE or | |
TypedQuery.getResultList() - JPA Method JPA Method in jakarta.persistence.TypedQuery List getResultList () Execute a SELECT query and return the query results as a typed List. Return: a list of the results, each of type {@link X} , or an empty list if there are no results Throws: IllegalStateException - if called for a Jakarta | |
TypedQuery.getResultStream() - JPA Method: a stream of the results, each of type {@link X} , or an empty stream if there are no results Throws | |
InterfaceRef jakarta.persistence.Graph. Return: list of attribute nodes included in the graph or an empty list if none have been defined | |
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 | |
InterfaceRef jakarta.persistence.criteria.CommonAbstractCriteria of the query. Returns empty set if there are no parameters. Modifications to the set do not affect | |
InterfaceRef jakarta.persistence.criteria.FetchParent that have been made from this type. Returns empty set if no fetch joins have been made from this type. Modifications | |
FetchParent | |
From | |
CriteriaBuilder.isNotMember(elem,collection) - JPA Method 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 will be true | |
AbstractQuery | |
AbstractQuery | |
InterfaceRef jakarta.persistence.criteria.Fetch the fetch joins that have been made from this type. Returns empty set if no fetch joins | |
CriteriaBuilder.isNotMember(elem,collection) - JPA Method 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 | |
CriteriaBuilder.isMember(elem,collection) - JPA Method 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 | |
CriteriaBuilder.isMember(elem,collection) - JPA Method 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 will be false | |
PersistenceUnitInfo.getQualifierAnnotationNames() - JPA Method, or an empty list if no qualifier annotations were explicitly specified Since: JPA 1.0 | |
InterfaceRef jakarta.persistence.spi.PersistenceUnitInfo: the fully-qualified class names of the qualifier annotations, or an empty list if no qualifier annotations | |
AnnotationAttrRef jakarta.persistence.Convert.attributeName to the annotated element is simply the empty path.) Since: JPA 2.1 | |
ManagedType | |
ManagedType | |
AnnotationRef jakarta.persistence.Convert the empty path.) Since: JPA 2.1 Class converter default AttributeConverter.class Specifies the plain | |
ManagedType | |
ManagedType | |
ManagedType | |
InterfaceRef jakarta.persistence.criteria.Join that have been made from this bound type. Returns empty set if no joins have been made from this bound type | |
InterfaceRef jakarta.persistence.EntityGraph type that are included in the graph. Return: list of attribute nodes included in the graph or an empty | |
CriteriaQuery.getOrderList() - JPA Method 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. Return: the list of ordering expressions Since: JPA 2.0 | |
CriteriaQuery.getParameters() - JPA Method JPA Method in javax.persistence.criteria.CriteriaQuery 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. Return: the query parameters Since: JPA 2.0 | |
InterfaceRef jakarta.persistence.criteria.CriteriaUpdate () Return the parameters of the query. Returns empty set if there are no parameters. Modifications | |
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 | |
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 ). | |
spuriously objectdb objects have null references) between a collection that is really empty and a collection that was just not loaded. You may avoid ... access of ObjectDB or as a -D command line JVM argument. If you just prefer an empty collection | |
Eager load Map the database) the map is empty . Looking at the database through objectdb explorer shows the map contents ... map is empty so nothing is printed to the console. If you uncomment the 2 lines after the "find |