ObjectDB Database Search
101-150 of 200 resultsjakarta.persistence.Basic (Optional) Specifies whether the value of the field or property may be null . This is a hint ... is not null . If not specified, defaults to true . Default: true Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.TransactionRequiredException TransactionRequiredException exception with null as its detail message. Since: Jakarta Persistence (JPA ... exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.NonUniqueResultException () Constructs a new NonUniqueResultException exception with null as its detail message. Since: Jakarta ... NonUniqueResultException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.Parameter Methods String getName () Return the parameter name, or null if the parameter is not a named ... position, or null if the parameter is not a positional parameter. Returns: position of parameter. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.PersistenceConfiguration datasource, if any, or null . Since: Jakarta Persistence (JPA) 1.0 PersistenceConfiguration managedClass ... of a non-JTA javax.sql.DataSource . Returns: the configured non-JTA datasource, if any, or null | |
jakarta.persistence.criteria.Order.getNullPrecedence() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Order Nulls getNullPrecedence() Return the precedence of null values. Returns: the precedence of null values . Since: Jakarta Persistence (JPA) 3.2 | |
jakarta.persistence.criteria.CriteriaBuilder.nullLiteral(Class) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Expression nullLiteral ( Class resultClass ) Create an expression for a null literal with the given type. Parameters: resultClass - type of the null literal Returns: null expression literal. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.coalesce(Expression,Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Expression coalesce ( Expression x , Expression y ) Create an expression that returns null if all its arguments evaluate to null , and the value of the first non- null argument | |
jakarta.persistence.criteria.CriteriaBuilder.coalesce(Expression,Y) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Expression coalesce ( Expression x , Y y ) Create an expression that returns null if all its arguments evaluate to null , and the value of the first non- null argument otherwise. Parameters: x | |
jakarta.persistence.metamodel.SingularAttribute.isOptional() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.SingularAttribute boolean isOptional() Can the attribute be null ? Returns: boolean indicating whether the attribute can be null . See Also: jakarta.persistence.Basic::optional Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.Join.getAttribute() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Join Attribute getAttribute() Return the metamodel attribute representing the join target, if any, or null if the target of the join is an entity type. Returns: metamodel attribute or null . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.ManyToOne.optional Jakarta Persistence (JPA) Method in jakarta.persistence.ManyToOne boolean optional (Optional) Whether the association is optional. If set to false then a non- null relationship must always exist. May be used in schema generation to infer that the mapped foreign key column is not null . Default: true Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.isNull(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate isNull ( Expression x ) Create a predicate to test whether the expression is null . Parameters: x - expression Returns: is- null predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.isNotNull(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate isNotNull ( Expression x ) Create a predicate to test whether the expression is not null . Parameters: x - expression Returns: is-not- null predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityManager.find(Class,Object): the found entity instance or null if the entity does not exist. Throws: IllegalArgumentException ... for that entity's primary key or is null . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityManager.find(EntityGraph,Object,FindOption...): the found entity instance or null if the entity does not exist. Throws: PessimisticLockException ... unit, or if the second argument is not a valid non- null instance of the entity primary key type | |
jakarta.persistence.criteria.Expression.isNull() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Expression Predicate isNull() Create a predicate to test whether the expression is null . Returns: predicate testing whether the expression is null . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityManager.find(Class,Object,Map): the found entity instance or null if the entity does not exist. Throws: IllegalArgumentException ... for that entity's primary key or is null . Since: Jakarta Persistence (JPA) 2.0 | |
jakarta.persistence.criteria.Expression.isNotNull() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Expression Predicate isNotNull() Create a predicate to test whether the expression is not null . Returns: predicate testing whether the expression is not null . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityManager.find(Class,Object,LockModeType) class lockMode - lock mode primaryKey - primary key Returns: the found entity instance or null ... the second argument is not a valid type for that entity's primary key or is null | |
jakarta.persistence.EntityManager.find(Class,Object,LockModeType,Map) Returns: the found entity instance or null if the entity does not exist. Throws ... for that entity's primary key or is null . PersistenceException - if an unsupported lock | |
jakarta.persistence.EntityManager.find(Class,Object,FindOption...): the found entity instance or null if the entity does not exist. Throws: PessimisticLockException ... unit, or if the second argument is not a valid non- null instance of the entity primary key type | |
jakarta.persistence.Basic.optional Jakarta Persistence (JPA) Method in jakarta.persistence.Basic boolean optional (Optional) Specifies whether the value of the field or property may be null . This is a hint and is disregarded for primitive types; it may be used in schema generation to infer that the mapped column is not null | |
jakarta.persistence.PessimisticLockException PessimisticLockException () Constructs a new PessimisticLockException exception with null as its detail message | |
jakarta.persistence.Lob = "EMP_PIC", columnDefinition = "BLOB NOT NULL ") protected byte[] pic; See Also: Basic | |
jakarta.persistence.LockTimeoutException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0 LockTimeoutException | |
jakarta.persistence.EntityManagerFactory factory (the "second level cache"). Returns: an instance of Cache , or null if there is no second | |
jakarta.persistence.EntityTransaction, in seconds. This is a hint. Parameters: timeout - the timeout, in seconds, or null to indicate | |
jakarta.persistence.EntityGraph). Returns null if the EntityGraph is not a named EntityGraph . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityExistsException EntityExistsException () Constructs a new EntityExistsException exception with null as its detail message | |
jakarta.persistence.EnumeratedValue . The annotated field must not be null , and must hold a distinct value for each value of the enum type | |
jakarta.persistence.criteria.Selection null , if no alias has been assigned. Inherited from TupleElement Returns: alias. Since: Jakarta | |
jakarta.persistence.metamodel.IdentifiableType the entity or mapped superclass. Returns: supertype of identifiable type or null if no such supertype | |
jakarta.persistence.metamodel.EntityType. Inherited from IdentifiableType Returns: supertype of identifiable type or null if no such supertype | |
jakarta.persistence.metamodel.MappedSuperclassType from IdentifiableType Returns: supertype of identifiable type or null if no such supertype | |
jakarta.persistence.TupleElement () Return the alias assigned to the tuple element or null , if no alias has been assigned. Returns: alias | |
jakarta.persistence.criteria.CompoundSelection. Since: Jakarta Persistence (JPA) 1.0 String getAlias () Return the alias assigned to the tuple element or null | |
jakarta.persistence.criteria.CommonAbstractCriteria the predicate that corresponds to the where clause restriction(s), or null if no restrictions | |
jakarta.persistence.criteria.CriteriaUpdate the predicate that corresponds to the where clause restriction(s), or null if no restrictions | |
jakarta.persistence.criteria.CriteriaDelete to the where clause restriction(s), or null if no restrictions have been specified. Inherited from | |
jakarta.persistence.Column; } Example 2: @Column(name = "DESC", columnDefinition = "CLOB NOT NULL ", table = "EMP_DETAIL") @Lob | |
jakarta.persistence.QueryTimeoutException with null as its detail message. Since: Jakarta Persistence (JPA) 1.0 QueryTimeoutException ( String | |
jakarta.persistence.RollbackException RollbackException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.NoResultException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0 NoResultException | |
jakarta.persistence.OneToOne) Whether the association is optional. If set to false then a non- null relationship must always exist | |
jakarta.persistence.OptimisticLockException Constructors OptimisticLockException () Constructs a new OptimisticLockException exception with null as | |
jakarta.persistence.PersistenceException PersistenceException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.nullif(Expression,Y) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Expression nullif ( Expression x , Y y ) Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not | |
jakarta.persistence.criteria.AbstractQuery.getGroupRestriction() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.AbstractQuery Predicate getGroupRestriction() Return the predicate that corresponds to the restriction(s) over the grouping items, or null if no restrictions have been specified. Returns: having clause predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.AbstractQuery.getSelection() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.AbstractQuery Selection getSelection() Return the selection of the query, or null if no selection has been set. Returns: selection item. Since: Jakarta Persistence (JPA) 1.0 |