ObjectDB Database Search
51-100 of 200 resultsJPA Primary Key time, sensor ID and additional details. Suppose that queries that retrieve all the events | |
Soft Reference Object Cache Recommendation that was small enough to upload. (See attachment.) CBE CBE Additional explanation of the screenshot ... it. support Support Thank you, those responses are helpful. With those, and the additional ... CBE Can you please give additional information about ObjectDB's usage of datastore page cache?  | |
Explorer in 2.3 data and Strings. After playing with it for a while, here is a list of additional features I'd love ... to the database. Again, many thanks for a tremendously useful new addition to ObjectDB. Carl   ... to split the results by id ranges (adding additional top levels to the tree, similarly to viewing | |
Request clarification of changes to accessor enhancement policy (non-getter prefix instead of getter suffix) AND annotations enhanced additional getters/setters, because the additional methods now use (since about version 2-6 ... , so this could still break things and require additional adjustment for specific annotations in the future ... the setters to perform additional tasks such as additional validations and some operations | |
remove & persist in same transaction => Attempt to reuse an existing primary key value Entity (A) with additional data that use an existing ID of another Entity (B) from another class (another table). On this point we get no conflicts. If we remove additional data for Entity (B) and then the special Entity (A) is empty, we remove the special Entity (A). If we add additional data for Entity | |
Out of memory addition , please post the ObjectDB configuration file (to show cache sizes, etc.). support Support ... , additional 100MB of cache is for indexes, that are load from database? Now, how to estimate the max heap ... more data. lwalkowski Lukasz Walkowski The additional 100MB is for various tasks, including cache | |
2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object" an existing problem, due to an additional new check. It could be again related to class loading ... , but why do you duplicate the primary key into an additional indexed field? Primary key fields ... that additional indexed field? support Support Textual letter case. I have an index | |
Empty temporary dat files in the temp folder rollback the transaction and closing the EntityManager. In some scenarios we use additional ... the observed use case the database’s are very small (main DB ~ 3MB and three additional DB’s with just 1 MB) If we access entities from one of the additional DB’s we get five new pagesX.dat files | |
AnnotationRef jakarta.persistence.Table mapped by the annotated entity type. Additional tables may be specified using SecondaryTable or ... . These constraints apply in addition to any constraints specified by the Column and JoinColumn annotations and constraints entailed by primary key mappings. Defaults to no additional constraints. Since: JPA 1.0 | |
Replaying recorded requests... a PersistenceManagerFactory? Dave dmoshal David Moshal Couple of additional points: 1. the database ... addition , please verify that you close the database with PersistenceManagerFactory's close ... so that's one problem. I have been using /WEB-INF/objectdb.conf - is this the wrong location? In addition | |
Mismatch client-server protocol prefix Moser The last two stack traces do not mention ObjectDB. In addition to checking the database file ... Tomcat. In addition we converted our Spring configuration from xml to configuration classes ... Yesterday I upgraded to Version 2.6.2_06. In addition I compared the spring configuration | |
Vacuum - Reclaiming Unused Space In Odb an additional live backup, which could be more useful than the daily backup in case of a disaster ... nor go through additional measures to "validate" that replication worked. Thank ... reach out to you for additional help if our newest backup strategy doesn't work. Warm regards | |
evictAll() behavior the configuration possibilities. In addition , currently the L2 cache is disabled by default. support Support ... additional action (such as evict). support Support hi I've checked in debuger that every data model class ... I must give additional option? To Enhance classes in load time i did sth like this com | |
EnumRef jakarta.persistence.PessimisticLockScope EXTENDED In addition to the locking behavior specified for NORMAL , element collections ... to a secondary table, this entails locking the row(s) for the entity instance in the additional table(s | |
AnnotationRef jakarta.persistence.TableGenerator generation is in effect. These constraints apply in addition to primary key constraints. Defaults to no additional constraints. Since: JPA 1.0 String valueColumnName default "" (Optional) Name of the column | |
AnnotationAttrRef jakarta.persistence.Table.uniqueConstraints generation is in effect. These constraints apply in addition to any constraints specified by the Column and JoinColumn annotations and constraints entailed by primary key mappings. Defaults to no additional constraints. Since: JPA 1.0 | |
AnnotationRef jakarta.persistence.CollectionTable annotation is used on the collection-valued attribute in addition to the ElementCollection annotation ... annotations can be used in addition to the ElementCollection annotation. If the embeddable class | |
AnnotationAttrRef jakarta.persistence.SecondaryTable.uniqueConstraints only used if table generation is in effect. These constraints apply in addition to any constraints specified by Column and JoinColumn annotations and constraints entailed by primary key mappings. Defaults to no additional constraints. Since: JPA 1.0 | |
AnnotationRef jakarta.persistence.SecondaryTable generation is in effect. These constraints apply in addition to any constraints specified by Column and JoinColumn annotations and constraints entailed by primary key mappings. Defaults to no additional constraints. Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.TableGenerator.uniqueConstraints JPA Annotation Attribute in jakarta.persistence.TableGenerator UniqueConstraint [] uniqueConstraints default {} (Optional) Unique constraints that are to be placed on the table. These are only used if table generation is in effect. These constraints apply in addition to primary key constraints. Defaults to no additional constraints. Since: JPA 1.0 | |
AnnotationRef jakarta.persistence.NamedAttributeNode has inheritance, multiple subgraphs can be specified. These additional subgraphs are intended to add ... . These additional subgraphs are intended to add subclass-specific attributes. Superclass subgraph entries | |
EnumConstRef jakarta.persistence.PessimisticLockScope.NORMAL(s) for the entity instance in the additional table(s). Entity relationships for which the locked | |
EnumConstRef jakarta.persistence.PessimisticLockScope.EXTENDED JPA Enum Constant in jakarta.persistence.PessimisticLockScope EXTENDED In addition to the locking behavior specified for NORMAL , element collections and relationships owned by the entity that are contained in join tables are locked if the property jakarta.persistence.lock.scope is specified | |
AnnotationAttrRef jakarta.persistence.JoinTable.uniqueConstraints JPA Annotation Attribute in jakarta.persistence.JoinTable UniqueConstraint [] uniqueConstraints default {} (Optional) Unique constraints to be placed on the table. These are only used if table generation is in effect. Defaults to no additional constraints. Since: JPA 1.0 | |
EnumRef jakarta.persistence.LockModeType must always prevent the phenomena P1 and P2. In addition , obtaining a lock of type LockModeType.OPTIMISTIC | |
AnnotationRef jakarta.persistence.JoinTable. These are only used if table generation is in effect. Defaults to no additional constraints. Since: JPA 1.0 | |
EntityGraph.addTreatedSubgraph(type) - JPA Method JPA Method in jakarta.persistence.EntityGraph Subgraph addTreatedSubgraph ( Class type ) Add additional attributes to this entity graph that correspond to attributes of subclasses of the entity type of this EntityGraph . Subclass subgraphs automatically include the specified | |
AnnotationAttrRef jakarta.persistence.MapKeyColumn.unique. This constraint applies in addition to any constraint entailed by primary key mapping and to constraints specified at the table level. Since: JPA 2.0 | |
Query.getResultStream() - JPA Method additional capabilities. Return: a stream of the results, or an empty stream if there are no results | |
AnnotationRef jakarta.persistence.MapKeyColumn addition to any constraint entailed by primary key mapping and to constraints specified at the table | |
InterfaceRef jakarta.persistence.Query this method to provide additional capabilities. Return: a stream of the results, or an empty stream | |
TypedQuery.getResultStream() - JPA Method JPA Method in jakarta.persistence.TypedQuery Stream getResultStream () Execute a SELECT query and return the query result as a typed Stream . By default, this method delegates to List, however, persistence provider may choose to override this method to provide additional capabilities. Return | |
InterfaceRef jakarta.persistence.TypedQuery to provide additional capabilities. Return: a stream of the results, each of type {@link X} , or | |
Persistence.createEntityManagerFactory(persistenceUnitName,properties) - JPA Static Method: persistenceUnitName the - name of the persistence unit properties Additional - properties to use | |
ClassRef jakarta.persistence.Persistence: persistenceUnitName - the name of the persistence unit properties - additional properties to use when creating | |
EntityGraph.addSubclassSubgraph(type) - JPA Method JPA Method in jakarta.persistence.EntityGraph Subgraph addSubclassSubgraph ( Class type ) Add additional attributes to this entity graph that correspond to attributes of subclasses of the entity type of this EntityGraph . Subclass subgraphs automatically include the specified | |
Persistence.createEntityManagerFactory(persistenceUnitName,properties) - JPA Static Method. Parameters: persistenceUnitName - the name of the persistence unit properties - additional properties | |
AnnotationRef jakarta.persistence.Column to only a single column. This constraint applies in addition to any constraint entailed by the primary key | |
AnnotationAttrRef jakarta.persistence.Column.unique. This constraint applies in addition to any constraint entailed by the primary key mapping and to constraints specified at the table level. Since: JPA 1.0 | |
InterfaceRef jakarta.persistence.StoredProcedureQuery().stream() , however persistence provider may choose to override this method to provide additional | |
AnnotationRef jakarta.persistence.NamedEntityGraph NamedSubgraph [] subclassSubgraphs default {} (Optional) A list of subgraphs that will add additional | |
AnnotationAttrRef jakarta.persistence.NamedAttributeNode.keySubgraph. These additional subgraphs are intended to add subclass-specific attributes. Superclass subgraph | |
AnnotationAttrRef jakarta.persistence.NamedAttributeNode.subgraph subgraphs can be specified. These additional subgraphs are intended to add subclass-specific attributes | |
AnnotationAttrRef jakarta.persistence.NamedEntityGraph.subclassSubgraphs JPA Annotation Attribute in jakarta.persistence.NamedEntityGraph NamedSubgraph [] subclassSubgraphs default {} (Optional) A list of subgraphs that will add additional attributes for subclasses of the annotated entity class to the entity graph. Specified attributes from superclasses are included in subclasses. Since: JPA 2.1 | |
InterfaceRef jakarta.persistence.EntityGraph addTreatedSubgraph (Class type) Add additional attributes to this entity graph that correspond | |
each 1-2 days objects on some objectdb level lock/block each other (and a few seconds could also be considered by users as slow), e.g. by using additional indexes, to prevent ... is received. Each package that is sent has a reply. nevertheless we will add additional protection ... , we'll immediately implement that and feedback results. We already added additional protection | |
missing merger, at least for some time. In addition , please clarify what do you mean by "system is completely unusable" in ... the other questions: In addition , please clarify what do you mean by "system is completely unusable" in ... more information: Have you run the Doctor? Can you confirm that there are no errors? Are there additional | |
retrieval again and again started but probably worth trying) + improved log, which expects to add additional stack traces to the log in ... it might be helpful. Any other additional information (see #13 and #15 above) may also help. If the query ... . If there are any additional issues, which are not related to the original posts (#1 to #7), i.e | |
queries under 2.7.6_4 significantly slower than under 2.7.6 some of these logs that show deep query plan checks (and are new in 2.7.6_04)? In addition ... with build 2.7.6_01 (as it is justified to examine additional query plans ... better selection of query plans by using additional statistic information. To benefit from | |
Server out of memory exceptions this... Are there additional cleanup steps that I should be taking to dispose of EntityManagers then? I ... , query results caches, etc.) consume additional memory, so server side OutOfMemoryError when heap ... . For 10 open databases you should have about 320K PAG instances. Additional PAG instances are created |