ObjectDB Database Search
51-100 of 157 resultsNavigation through Path to evaluate collection Hello, I need to evaluate a field (" identifier ") which is situated in a collection ... ; "OR id MEMBER OF :item.apiId. identifier "+   ... ; private String apiName; private String identifier ;   | |
General Performance Issues Illustrated with a Specific Method; import javax.persistence.Temporal; import lk.gov.health.phsp.pojcs. Identifiable ; @Entity @Table public class Client implements Serializable , Identifiable { // @Id @GeneratedValue(strategy ... .phsp.pojcs. Identifiable ; import org.joda.time.LocalDate; import org.joda.time.Period; import org.joda | |
Optimization Question to identify exactly what fields have changed from one update to the next. Currently the following ... prone code to identify exactly what's changed and replace only exactly those items ... identifier and a mapping of that to the ObjectDB OID is used to delete the existing track data before | |
JPQL JOIN FETCH Error. identifiers identifiers left join fetch metadata.sources sources left join fetch metadata.languages ... metadata.formats LEFT JOIN FETCH metadata. identifiers LEFT JOIN FETCH metadata.sources LEFT JOIN FETCH | |
"Unexpected query expression" using CriteriaQuery FetchParent Interface: Unexpected query expression end (non keyword identifier is expected)] with root cause com.objectdb.o.UserException: Unexpected query expression end (non keyword identifier is expected) at com.objectdb.o ... end (non keyword identifier is expected) (error 751) (position 9) at com.objectdb.jpa.JpaQuery | |
Performance issue in a query due to compareTo calls (AccessType.FIELD) public class TCStep extends Identifiable { @Index private long stepNumber; @Basic ... @Access (AccessType.FIELD) public class Values extends Identifiable { @Index private long stepNumber ... (AccessType.FIELD) public class Values extends Identifiable { @OneToOne (fetch = FetchType.EAGER) private | |
Should derived fields of an EmbeddedId be manually maintained by app code?, of type ECompoundKeyMapItem, identified by their "key" within the EContainer class. The items ... "ECompoundKeyMapSubItem", identified by their keys. The embeddedId for the item class, ECompoundKeyMapItemId | |
Updating existing persistence entries *within* the session, I can do it wherever and whenever I want and hibernate identifies the object by ... are identified automatically. Of course, you have to begin and commit a transaction (when SAVE | |
Need help to make this test work and define proper annotations for entities Lists identifier ; public String apiName ... ; identifier = ident;   | |
Java FX tableview fill with an aggregated query.objectdb.o._PersistenceException: Unexpected query token 'value' (non keyword identifier is expected ... keyword identifier is expected) at com.objectdb.o.MSG.a(MSG.java:64) at com.objectdb.o.TKN.w(TKN.java:781 | |
javax.persistence.TemporalType must match exactly an identifier used to declare an enum constant in this type. (Extraneous | |
javax.persistence.ValidationMode constant of this type with the specified name. The string must match exactly an identifier used | |
javax.persistence.criteria.CriteriaBuilder$Trimspec constant of this type with the specified name. The string must match exactly an identifier used | |
javax.persistence.criteria.JoinType exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters | |
javax.persistence.criteria.Predicate$BooleanOperator with the specified name. The string must match exactly an identifier used to declare an enum constant in | |
javax.persistence.metamodel.Attribute | |
javax.persistence.metamodel.Bindable | |
IdentifiableType | |
IdentifiableType | |
javax.persistence.metamodel.PluralAttribute | |
javax.persistence.metamodel.Type | |
References to objects of missing obsolete entity classes database: [2021-03-31 15:19:54 #1 type] Type com.btc.ep.vector.tc.internal.dmos. Identifiable is not ... for field property com.btc.ep.vector.tc.internal.dmos. Identifiable .uid using reflection at com ... : java.lang.NoSuchMethodException: com.btc.ep.vector.tc.internal.dmos. Identifiable .setUid(java.lang | |
ClassCastException during query.ClassCastException: com.btc.ep.vector.accessor. Identifier $IdentifierKind2 cannot be cast to com.btc.ep.vector.accessor. Identifier $IdentifierKind2 at com.btc.ep.vector.tc.internal.dmos ... loader conflict. There are more than one version of the com.btc.ep.vector.accessor. Identifier | |
[ObjectDB 2.2.6_02] Unexpected exception (Error 990) at com.objectdb.o.OBC.aJ(OBC.java:961), TimePeriod identifier ) throws Exception { // obtain the moment Calendar now = Calendar.getInstance ... ); latestPoint.setY(y); // create and update a Chart ChartEntity chart = new ChartEntity( identifier | |
Issue with DISTINCT Select It is getting more and more frustrating :( We've introduced distinct select instead of regular selection in our code (no changes else) and suddenly receive invalid identifiers in queries exceptions ... () of the CriteriaQuery at different points in time, it happens that we get the same identifier (namely, $1 | |
each 1-2 days objects on some objectdb level lock/block each other to identify the real issue. support Support attached a series of 5 thread dumps hgzwicker Hans-Georg ... requests before hitting ObjectDB? You can probably identify that activity in your log files (or in | |
queries under 2.7.6_4 significantly slower than under 2.7.6, if you can identify the exact build in which these new issues started (_01, _02, _03 or _04) it could help ... ) it may help identifying a pattern and finding a solution. If the schema and indexes are the same | |
javax.jdo.FetchGroup JDO Interface FetchGroup FetchGroup represents a named fetch group for a specific class or interface. A fetch group instance identifies the name of the class or interface, the list of members (fields or properties) to be fetched when the fetch group is active, and the recursion depth for each | |
javax.jdo.ObjectState name. The string must match exactly an identifier used to declare an enum constant in this type | |
PersistenceManager.makeNontransactional(pc) - JDO Method JDO Method in javax.jdo.PersistenceManager void makeNontransactional ( Object pc ) Make an instance non-transactional after commit. Normally, at transaction completion, instances are evicted from the cache. This method allows an application to identify an instance as not | |
PersistenceManager.getSequence(name) - JDO Method JDO Method in javax.jdo.PersistenceManager Sequence getSequence ( String name ) Returns the sequence identified by name . Parameters: name - the name of the Sequence Return: the Sequence Since: JDO 2.0 | |
PersistenceManager.addInstanceLifecycleListener(listener,classes) - JDO Method JDO Method in javax.jdo.PersistenceManager void addInstanceLifecycleListener ( InstanceLifecycleListener listener, Class... classes ) Adds the listener instance to the list of lifecycle event listeners. The classes parameter identifies all of the classes | |
javax.jdo.PersistenceManagerFactory (before the first time getPersistenceManager is called). The classes parameter identifies | |
PersistenceManagerFactory.addInstanceLifecycleListener(listener,classes) - JDO Method is called). The classes parameter identifies all of the classes of interest. If the classes | |
Query.setFilter(filter) - JDO Method and the Collection.contains(Object o) method. Identifiers in the expression are considered to be in | |
Query.declareImports(imports) - JDO Method JDO Method in javax.jdo.Query void declareImports ( String imports ) Set the import statements to be used to identify the fully qualified name of variables or parameters. Parameters and unbound variables might come from a different class from the candidate class, and the names | |
Query.setRange(fromInclToExcl) - JDO Method identified with a leading ":". For example, setRange("50, 70"); or setRange(":from, :to"); or | |
javax.jdo.annotations.DiscriminatorStrategy with the specified name. The string must match exactly an identifier used to declare an enum constant in this type | |
javax.jdo.annotations.ForeignKeyAction of this type with the specified name. The string must match exactly an identifier used to declare an enum | |
javax.jdo.annotations.IdGeneratorStrategy an identifier used to declare an enum constant in this type. (Extraneous whitespace characters | |
javax.jdo.annotations.IdentityType the enum constant of this type with the specified name. The string must match exactly an identifier | |
javax.jdo.annotations.InheritanceStrategy with the specified name. The string must match exactly an identifier used to declare an enum constant in | |
javax.jdo.annotations.NullValue. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous | |
javax.jdo.annotations.PersistenceModifier with the specified name. The string must match exactly an identifier used to declare an enum constant in | |
javax.jdo.annotations.SequenceStrategy an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not | |
javax.jdo.annotations.VersionStrategy. The string must match exactly an identifier used to declare an enum constant in this type | |
PersistenceCapable.jdoProvideField(fieldNumber) - JDO Method JDO Method in javax.jdo.spi.PersistenceCapable void jdoProvideField ( int fieldNumber ) The owning StateManager uses this method to ask the instance to provide the value of the single field identified by fieldNumber. Parameters: fieldNumber - the field whose value | |
PersistenceCapable.jdoProvideFields(fieldNumbers) - JDO Method JDO Method in javax.jdo.spi.PersistenceCapable void jdoProvideFields ( int[] fieldNumbers ) The owning StateManager uses this method to ask the instance to provide the values of the multiple fields identified by fieldNumbers. Parameters: fieldNumbers - the fields whose values | |
PersistenceCapable.jdoReplaceField(fieldNumber) - JDO Method JDO Method in javax.jdo.spi.PersistenceCapable void jdoReplaceField ( int fieldNumber ) The owning StateManager uses this method to ask the instance to replace the value of the single field identified by number. Parameters: fieldNumber - the field whose value is to be replaced by | |
PersistenceCapable.jdoReplaceFields(fieldNumbers) - JDO Method JDO Method in javax.jdo.spi.PersistenceCapable void jdoReplaceFields ( int[] fieldNumbers ) The owning StateManager uses this method to ask the instance to replace the values of the multiple fields identified by number. Parameters: fieldNumbers - the fields whose values |