ObjectDB Database Search
1-50 of 200 resultsjakarta.persistence.criteria.CriteriaBuilder.equal(Expression,Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate equal ( Expression x , Expression y ) Create a predicate for testing the arguments for equality . Parameters: x - expression y - expression Returns: equality predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.equal(Expression,Object) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate equal ( Expression x , Object y ) Create a predicate for testing the arguments for equality . Parameters: x - expression y - object Returns: equality predicate. Since: Jakarta Persistence (JPA) 1.0 | |
Comparison in JPQL and Criteria API/SQL Set 2: Java/JDO Less Than Less Than or Equal To = Equal To = == Not Equal To != The main difference between the two sets is the syntax for the equal to ( = vs. == ) and not equal to ( vs ... . The equality operators ( = , , == , != ) follow the logic of Java's equals () method, comparing content | |
Implement "equals" method Will something unexpected happen, if I implement my own " equals " method for my entities? e.g ... DB requests and they fail to be equal (why actually?). Thus both of them are in the Set, where actually there should be only one (the same). itsme Martin Petzold ObjectDB does not use the equals | |
Metamodel Attribute NOT EQUALS to same Attribute in a different EntityManager Attribute from Metamodel initialized on @PostConstruct event IS NOT EQUALS of the same Attribute ... and the other on a @Controller @RequestMapping event, they return not equals Attributes using the same entity. sameAttributeOnPostConstruct. equals (sameAttributeOnController) //is false   | |
java.sql.Date equals comparison not working with CriteriaAPI Hello, Using ODB 2.4.5 and the Criteria API, doing a simple equals comparison with java.sql.Date ... = ...; Root root = ...; java.sql.Date myDate = ...; Predicate predicate = builder. equal (root ... ; Predicate predicate = cb. equal (root.get("date"), cb.literal(myDate | |
Question about overriding default equals and hashcode Hello Support, I have overrided equals and hashcode method in my entities beans. I don't know ... use equals and hashCode of entity classes. They could be used, however, if specified explicitly ... " give me some trace like that : org.jvnet.jaxb2_commons.lang. Equals % org.jvnet.jaxb2_commons.lang.HashCode | |
jakarta.persistence.criteria.CriteriaBuilder of its argument, that is, the smallest integer greater than or equal to its argument. Parameters: x ... : or predicate. Since: Jakarta Persistence (JPA) 1.0 Predicate equal ( Expression x , Expression y ) Create a predicate for testing the arguments for equality . Parameters: x - expression y - expression | |
JPA Criteria API Queries-based queries are equally powerful and efficient. Therefore, the choice between ... ( equal , notEqual , gt , ge , lt , le , between , isNull , ...) Logical expressions ( and , or , not | |
JPA Query Expressions (JPQL / Criteria) , isNotEmpty , isMember , isNotMember , size ) Comparison expressions ( equal , notEqual , gt , ge , lt , le | |
Query Parameters in JPA filters the query results to Country objects whose name field is equal to :name . The :name identifier | |
CRUD Database Operations with JPA is greater than or equal to 100 are deleted. All other Point objects are updated. Chapter 3 | |
Different behavior for two equal queries Hi, I've got two equal queries though they behave differently: SELECT FROM com.quasado.foundation.communication.contact.individual.IndividualContact $1 WHERE (($1.organisation.name LIKE '%Q%')) This correctly returns one entry from my database SELECT FROM com.quasado.foundation.communication | |
jakarta.persistence.IdClass with no parameters, unless it is a record type, and implement # equals and #hashCode , defining value equality consistently with equality of the mapped primary key of the database table. The primary key ... .annotation.Annotation/ equals (Object), java.lang.annotation.Annotation/hashCode(), java.lang.annotation.Annotation/toString() | |
jakarta.persistence.EmbeddedId . The embedded primary key type must implement # equals and #hashCode , defining value equality consistently with equality of the mapped primary key of the database table. The AttributeOverride annotation ... .Annotation/annotationType(), java.lang.annotation.Annotation/ equals (Object), java.lang.annotation | |
jakarta.persistence.criteria.PluralJoin whether the expression is equal to the argument. Inherited from Expression Parameters: value - expression to be tested against Returns: predicate testing for equality . Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression is equal | |
jakarta.persistence.criteria.Path ( Expression value ) Create a predicate to test whether the expression is equal to the argument. Inherited ... for equality . Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression is equal to the argument. Inherited from Expression Parameters: value | |
jakarta.persistence.criteria.Predicate equalTo ( Expression value ) Create a predicate to test whether the expression is equal ... testing for equality . Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression is equal to the argument. Inherited from Expression | |
jakarta.persistence.criteria.MapJoin whether the expression is equal to the argument. Inherited from Expression Parameters: value - expression to be tested against Returns: predicate testing for equality . Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression is equal | |
jakarta.persistence.criteria.ParameterExpression ) Create a predicate to test whether the expression is equal to the argument. Inherited from Expression Parameters: value - expression to be tested against Returns: predicate testing for equality ... whether the expression is equal to the argument. Inherited from Expression Parameters: value - value | |
jakarta.persistence.criteria.Root ) Create a predicate to test whether the expression is equal to the argument. Inherited from Expression Parameters: value - expression to be tested against Returns: predicate testing for equality ... whether the expression is equal to the argument. Inherited from Expression Parameters: value - value | |
jakarta.persistence.criteria.Subquery ( Expression value ) Create a predicate to test whether the expression is equal to the argument ... for equality . Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression is equal to the argument. Inherited from Expression Parameters | |
jakarta.persistence.criteria.SetJoin whether the expression is equal to the argument. Inherited from Expression Parameters: value - expression to be tested against Returns: predicate testing for equality . Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression is equal | |
jakarta.persistence.criteria.CriteriaBuilder.Case whether the expression is equal to the argument. Inherited from Expression Parameters: value - expression to be tested against Returns: predicate testing for equality . Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression is equal to the argument | |
jakarta.persistence.criteria.CriteriaBuilder.In to test whether the expression is equal to the argument. Inherited from Expression Parameters: value - expression to be tested against Returns: predicate testing for equality . Since: Jakarta ... is equal to the argument. Inherited from Expression Parameters: value - value to be tested | |
jakarta.persistence.criteria.CriteriaBuilder.Coalesce whether the expression is equal to the argument. Inherited from Expression Parameters: value - expression to be tested against Returns: predicate testing for equality . Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression is equal to the argument | |
jakarta.persistence.criteria.CollectionJoin a predicate to test whether the expression is equal to the argument. Inherited from Expression Parameters: value - expression to be tested against Returns: predicate testing for equality ... whether the expression is equal to the argument. Inherited from Expression Parameters: value - value to be tested | |
jakarta.persistence.criteria.Expression is equal to the argument. Parameters: value - expression to be tested against Returns: predicate testing for equality . Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression is equal to the argument. Parameters: value - value | |
jakarta.persistence.criteria.CriteriaBuilder.SimpleCase whether the expression is equal to the argument. Inherited from Expression Parameters: value - expression to be tested against Returns: predicate testing for equality . Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression is equal to the argument | |
jakarta.persistence.criteria.ListJoin whether the expression is equal to the argument. Inherited from Expression Parameters: value - expression to be tested against Returns: predicate testing for equality . Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression is equal | |
jakarta.persistence.criteria.From is equal to the argument. Inherited from Expression Parameters: value - expression to be tested against Returns: predicate testing for equality . Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression is equal to the argument. Inherited from | |
jakarta.persistence.criteria.Join a predicate to test whether the expression is equal to the argument. Inherited from Expression Parameters: value - expression to be tested against Returns: predicate testing for equality ... whether the expression is equal to the argument. Inherited from Expression Parameters: value - value | |
jakarta.persistence.PersistenceUnitTransactionType.Enum/compareTo(E), java.lang.Enum/describeConstable(), java.lang.Enum/ equals (Object), java.lang.Enum ... from java.lang.Object java.lang.Object/clone(), java.lang.Object/ equals (Object), java.lang.Object | |
jakarta.persistence.FlushModeType/compareTo(E), java.lang.Enum/describeConstable(), java.lang.Enum/ equals (Object), java.lang.Enum/finalize ... java.lang.Object java.lang.Object/clone(), java.lang.Object/ equals (Object), java.lang.Object/finalize | |
jakarta.persistence.GenerationType/describeConstable(), java.lang.Enum/ equals (Object), java.lang.Enum/finalize(), java.lang.Enum ... /clone(), java.lang.Object/ equals (Object), java.lang.Object/finalize(), java.lang.Object/getClass | |
jakarta.persistence.LockModeType/describeConstable(), java.lang.Enum/ equals (Object), java.lang.Enum/finalize(), java.lang.Enum/getDeclaringClass ... /clone(), java.lang.Object/ equals (Object), java.lang.Object/finalize(), java.lang.Object/getClass(), java | |
jakarta.persistence.InheritanceType.Enum/compareTo(E), java.lang.Enum/describeConstable(), java.lang.Enum/ equals (Object), java.lang ... inherited from java.lang.Object java.lang.Object/clone(), java.lang.Object/ equals (Object), java.lang | |
jakarta.persistence.ConstraintMode/compareTo(E), java.lang.Enum/describeConstable(), java.lang.Enum/ equals (Object), java.lang.Enum ... from java.lang.Object java.lang.Object/clone(), java.lang.Object/ equals (Object), java.lang.Object | |
jakarta.persistence.DiscriminatorType/describeConstable(), java.lang.Enum/ equals (Object), java.lang.Enum/finalize(), java.lang.Enum/getDeclaringClass ... (), java.lang.Object/ equals (Object), java.lang.Object/finalize(), java.lang.Object/getClass(), java | |
jakarta.persistence.FetchType.lang.Enum/describeConstable(), java.lang.Enum/ equals (Object), java.lang.Enum/finalize(), java.lang ... java.lang.Object/clone(), java.lang.Object/ equals (Object), java.lang.Object/finalize(), java.lang | |
jakarta.persistence.EnumType/compareTo(E), java.lang.Enum/describeConstable(), java.lang.Enum/ equals (Object), java.lang.Enum ... java.lang.Object java.lang.Object/clone(), java.lang.Object/ equals (Object), java.lang.Object | |
jakarta.persistence.criteria.Predicate.BooleanOperator/describeConstable(), java.lang.Enum/ equals (Object), java.lang.Enum/finalize(), java.lang.Enum ... .Object/clone(), java.lang.Object/ equals (Object), java.lang.Object/finalize(), java.lang.Object/getClass | |
jakarta.persistence.criteria.Nulls(), java.lang.Enum/compareTo(E), java.lang.Enum/describeConstable(), java.lang.Enum/ equals (Object ... methods inherited from java.lang.Object java.lang.Object/clone(), java.lang.Object/ equals (Object | |
jakarta.persistence.metamodel.Attribute.PersistentAttributeType.Enum/compareTo(E), java.lang.Enum/describeConstable(), java.lang.Enum/ equals (Object), java.lang.Enum ... inherited from java.lang.Object java.lang.Object/clone(), java.lang.Object/ equals (Object), java.lang.Object | |
jakarta.persistence.metamodel.Bindable.BindableType.lang.Enum/compareTo(E), java.lang.Enum/describeConstable(), java.lang.Enum/ equals (Object), java.lang ... inherited from java.lang.Object java.lang.Object/clone(), java.lang.Object/ equals (Object), java.lang | |
jakarta.persistence.metamodel.PluralAttribute.CollectionType/describeConstable(), java.lang.Enum/ equals (Object), java.lang.Enum/finalize(), java.lang.Enum ... .Object/clone(), java.lang.Object/ equals (Object), java.lang.Object/finalize(), java.lang.Object | |
jakarta.persistence.ValidationMode.Enum/compareTo(E), java.lang.Enum/describeConstable(), java.lang.Enum/ equals (Object), java.lang.Enum ... from java.lang.Object java.lang.Object/clone(), java.lang.Object/ equals (Object), java.lang.Object | |
jakarta.persistence.metamodel.Type.PersistenceType/clone(), java.lang.Enum/compareTo(E), java.lang.Enum/describeConstable(), java.lang.Enum/ equals ... JDK methods inherited from java.lang.Object java.lang.Object/clone(), java.lang.Object/ equals (Object | |
[ODB1] Chapter 4 - JDO Metadata the indexed field. Both equality ( == , != ) and comparison ( = ) queries are supported by value indexes ... . Only equality ( == , != ) queries are supported by reference indexes. Fields of value types ... field is defined as non embedded, an index on that field is a reference index. In that case equality | |
[ODB1] Chapter 7 - JDOQL Queries: Equality operators ( == , != ) compare the identity of instances of user persistent classes (as in Java), but use the equals ( ... ) method for system types ( String , Date , ArrayList , ...). String |