ObjectDB Database Search
51-100 of 200 resultsjakarta.persistence.AccessType(), equals (Object), finalize(), getDeclaringClass(), hashCode(), name(), ordinal(), readObject ... from java.lang.Object clone(), equals (Object), finalize(), getClass(), hashCode(), notify(), notifyAll | |
jakarta.persistence.CascadeType(), equals (Object), finalize(), getDeclaringClass(), hashCode(), name(), ordinal(), readObject ... java.lang.Object clone(), equals (Object), finalize(), getClass(), hashCode(), notify(), notifyAll | |
jakarta.persistence.CacheRetrieveMode), describeConstable(), equals (Object), finalize(), getDeclaringClass(), hashCode(), name(), ordinal(), readObject ... inherited from java.lang.Object clone(), equals (Object), finalize(), getClass(), hashCode(), notify | |
jakarta.persistence.CacheStoreMode), describeConstable(), equals (Object), finalize(), getDeclaringClass(), hashCode(), name(), ordinal ... methods inherited from java.lang.Object clone(), equals (Object), finalize(), getClass(), hashCode | |
jakarta.persistence.SharedCacheMode), describeConstable(), equals (Object), finalize(), getDeclaringClass(), hashCode(), name(), ordinal ... methods inherited from java.lang.Object clone(), equals (Object), finalize(), getClass(), hashCode | |
jakarta.persistence.TemporalType), describeConstable(), equals (Object), finalize(), getDeclaringClass(), hashCode(), name(), ordinal ... methods inherited from java.lang.Object clone(), equals (Object), finalize(), getClass(), hashCode | |
jakarta.persistence.SynchronizationType), describeConstable(), equals (Object), finalize(), getDeclaringClass(), hashCode(), name(), ordinal ... JDK methods inherited from java.lang.Object clone(), equals (Object), finalize(), getClass(), hashCode | |
jakarta.persistence.ParameterMode(), compareTo(E), describeConstable(), equals (Object), finalize(), getDeclaringClass(), hashCode ... ) Additional JDK methods inherited from java.lang.Object clone(), equals (Object), finalize | |
jakarta.persistence.PersistenceContextType from java.lang.Enum clone(), compareTo(E), describeConstable(), equals (Object), finalize ... (), toString(), valueOf(Class,String) Additional JDK methods inherited from java.lang.Object clone(), equals | |
jakarta.persistence.PessimisticLockScope from java.lang.Enum clone(), compareTo(E), describeConstable(), equals (Object), finalize ... (), toString(), valueOf(Class,String) Additional JDK methods inherited from java.lang.Object clone(), equals | |
jakarta.persistence.criteria.CriteriaBuilder.ge(Expression,Expression) whether the first argument is greater than or equal to the second. Parameters: x - expression y - expression Returns: greater-than-or- equal predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.lessThanOrEqualTo(Expression,Expression) whether the first argument is less than or equal to the second. Parameters: x - expression y - expression Returns: less-than-or- equal predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.lessThanOrEqualTo(Expression,Y) whether the first argument is less than or equal to the second. Parameters: x - expression y - value Returns: less-than-or- equal predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.le(Expression,Number) argument is less than or equal to the second. Parameters: x - expression y - value Returns: less-than-or- equal predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.ge(Expression,Number) argument is greater than or equal to the second. Parameters: x - expression y - value Returns: greater-than-or- equal predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.le(Expression,Expression) whether the first argument is less than or equal to the second. Parameters: x - expression y - expression Returns: less-than-or- equal predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.greaterThanOrEqualTo(Expression,Expression) for testing whether the first argument is greater than or equal to the second. Parameters: x - expression y - expression Returns: greater-than-or- equal predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.greaterThanOrEqualTo(Expression,Y) whether the first argument is greater than or equal to the second. Parameters: x - expression y - value Returns: greater-than-or- equal predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.Expression.equalTo(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Expression Predicate equalTo ( Expression value ) Create a predicate to test whether the expression is equal to the argument. Parameters: value - expression to be tested against Returns: predicate testing for equality . Since: Jakarta Persistence (JPA) 3.2 | |
jakarta.persistence.criteria.Expression.equalTo(Object) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Expression Predicate equalTo ( Object value ) Create a predicate to test whether the expression is equal to the argument. Parameters: value - value to be tested against Returns: predicate testing for equality . Since: Jakarta Persistence (JPA) 3.2 | |
jakarta.persistence.PessimisticLockException) Additional JDK methods inherited from java.lang.Object clone(), equals (Object), finalize(), getClass | |
jakarta.persistence.PostPersist.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.PostLoad inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.PersistenceUnits.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.Id/elements. Additional JDK methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.Index.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.ForeignKey Persistence (JPA) 3.2 Additional JDK methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.GeneratedValue.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.Lob with no members/elements. Additional JDK methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.JoinTable methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.Inheritance Additional JDK methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.JoinColumns Additional JDK methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.JoinColumn.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.MapKeyColumn Persistence (JPA) 1.0 Additional JDK methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.MapKeyClass Persistence (JPA) 1.0 Additional JDK methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.MapKeyJoinColumn methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.MapKeyEnumerated inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.ManyToMany Additional JDK methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.LockTimeoutException) Additional JDK methods inherited from java.lang.Object clone(), equals (Object), finalize | |
jakarta.persistence.MapKey: "" Since: Jakarta Persistence (JPA) 1.0 Additional JDK methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.ManyToOne java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.NamedEntityGraph (JPA) 1.0 Additional JDK methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.NamedAttributeNode Additional JDK methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.NamedNativeQueries JDK methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.NamedEntityGraphs) 1.0 Additional JDK methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.MapKeyTemporal Additional JDK methods inherited from java.lang.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.MapKeyJoinColumns.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.MapsId.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.MappedSuperclass.Annotation annotationType(), equals (Object), hashCode(), toString() | |
jakarta.persistence.Convert.annotation.Annotation annotationType(), equals (Object), hashCode(), toString() |