ObjectDB Database Search

101-150 of 200 results

EntityManager.find(entityClass,primaryKey,options) - JPA Method

instance or null if the entity does not exist Throws: IllegalArgumentException ... unit, or if the second argument is not a valid non- null instance of the entity primary key type

ClassRef jakarta.persistence.TransactionRequiredException

TransactionRequiredException () Constructs a new TransactionRequiredException exception with null as its detail message ... TransactionRequiredException exception with null as its detail message. Since: JPA 1.0 TransactionRequiredException

AnnotationRef jakarta.persistence.Basic

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 . If not specified, defaults to true . Since: JPA 1.0

EntityManager.find(entityGraph,primaryKey,options) - JPA Method

entity instance or null if the entity does not exist Throws: IllegalArgumentException ... to the persistence unit, or if the second argument is not a valid non- null instance of the entity primary key type

ClassRef jakarta.persistence.PersistenceConfiguration

null Since: JPA 3.2 PersistenceConfiguration jtaDataSource (String dataSourceJndiName) Specify ... null Since: JPA 3.2 PersistenceConfiguration nonJtaDataSource (String dataSourceJndiName) Specify

CriteriaBuilder.isNull(x) - JPA Method

JPA Method in jakarta.persistence.criteria.CriteriaBuilder Predicate isNull (    Expression  x ) Create a predicate to test whether the expression is null . Parameters: x - expression Return: is- null predicate Since: JPA 2.0

CriteriaBuilder.isNotNull(x) - JPA Method

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 Return: is-not- null predicate Since: JPA 2.0

AnnotationRef jakarta.persistence.QueryHint

a provider are ignored. Since: JPA 1.0 Public Annotation Attributes String name default null Name of the hint. Since: JPA 1.0 String value default null Value of the hint. Since: JPA 1.0

InterfaceRef jakarta.persistence.Parameter

how to use Parameter . Public Methods String getName () Return the parameter name, or null ... support this usage Since: JPA 2.0 Integer getPosition () Return the parameter position, or null

AnnotationRef jakarta.persistence.AttributeOverride

Annotation Attributes Column column default null (Required) The column that is being mapped ... mapped superclass. Since: JPA 1.0 String name default null (Required) The name of the property

Expression.isNull() - JPA Method

JPA Method in jakarta.persistence.criteria.Expression Predicate isNull () Create a predicate to test whether the expression is null . Return: predicate testing whether the expression is null Since: JPA 2.0

Expression.isNotNull() - JPA Method

JPA Method in jakarta.persistence.criteria.Expression Predicate isNotNull () Create a predicate to test whether the expression is not null . Return: predicate testing whether the expression is not null Since: JPA 2.0

AnnotationRef jakarta.persistence.FieldResult

= { See Also: EntityResult SqlResultSetMapping Since: JPA 1.0 Public Annotation Attributes String column default null ... name default null Name of the persistent field or property of the class. Since: JPA 1.0

EntityManager.find(entityClass,primaryKey,lockMode) - JPA Method

primaryKey - primary key lockMode - lock mode Return: the found entity instance or null if the entity ... or the second argument is not a valid type for that entity's primary key or is null

EntityManager.find(entityClass,primaryKey,properties) - JPA Method

: the found entity instance or null if the entity does not exist Throws: IllegalArgumentException - if the first argument does not denote an entity type or if the second argument is not a valid type for that entity's primary key or is null Since: JPA 2.0

AnnotationRef jakarta.persistence.ConstructorResult

[] columns default null (Required) The mapping of columns in the SELECT list to the arguments of the intended constructor, in order. Since: JPA 2.1 Class targetClass default null (Required) The class whose constructor is to be invoked. Since: JPA 2.1

EntityManager.find(entityClass,primaryKey,lockMode,properties) - JPA Method

properties and hints Return: the found entity instance or null if the entity does not exist Throws ... is not a valid type for that entity's primary key or is null TransactionRequiredException

AnnotationAttrRef jakarta.persistence.Basic.optional

JPA Annotation Attribute in jakarta.persistence.Basic boolean optional default true (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 . If not specified, defaults to true . Since: JPA 1.0

PersistenceProvider.createEntityManagerFactory(emName,map) - JPA Method

values for properties not specified in the {@code persistence.xml} (and may be null if no properties are specified). Return: EntityManagerFactory for the persistence unit, or null if the provider is not

Join.getAttribute() - JPA Method

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. Return: metamodel attribute or null Since: JPA 2.0

AnnotationRef jakarta.persistence.NamedSubgraph

Public Annotation Attributes NamedAttributeNode [] attributeNodes default null (Required) The list ... are listed. Since: JPA 2.1 String name default null (Required) The name of the subgraph as referenced

CriteriaBuilder.asc(expression,nullPrecedence) - JPA Method

JPA Method in jakarta.persistence.criteria.CriteriaBuilder Order asc (    Expression  expression,     Nulls  nullPrecedence ) Create an ordering by the ascending ... nullPrecedence - the precedence of null values Return: ascending ordering corresponding to the expression Since: JPA 3.2

CriteriaBuilder.desc(expression,nullPrecedence) - JPA Method

JPA Method in jakarta.persistence.criteria.CriteriaBuilder Order desc (    Expression  expression,     Nulls  nullPrecedence ) Create an ordering by the descending ... nullPrecedence - the precedence of null values Return: descending ordering corresponding to the expression Since: JPA 3.2

InterfaceRef jakarta.persistence.criteria.CriteriaQuery

items, or null if no restrictions have been specified. Return: having clause predicate Inherited from ... Since: JPA 2.0 Selection getSelection () Return the selection of the query, or null if no selection

objectdb-2.6.9_06: Extended Persistence Context fails: 'Attempt to begin a new transaction when a transaction is active'

.Project [ null ]([project]) Info: ExtRequestBean []: Persisted: com.greensoft.objectdb.test.mini.entity ... lazy builder method triggers. */ private void reset() { project = null ; } public Project buildProject(String projectName) { String $i = "buildProject"; if (em == null ) { log_warn($i, "BEFORE: Extended

Unexpected exception (Error 990) on find

/new com.objectdb.o.InternalException: null com.objectdb.o.InternalException at com.objectdb.o.VUT.k ... #96658 unexpected exception: null [2] Page #96658 last key is null , parent page #144908 next key is 'Elementarprodukt:400000100465140:7:1:' [3] Page #119529 unexpected exception: null [4] Page #119529

LockTimeoutException.LockTimeoutException() - JPA Constructor

JPA Constructor in jakarta.persistence.LockTimeoutException LockTimeoutException () Constructs a new LockTimeoutException exception with null as its detail message. Since: JPA 2.0

EnumRef jakarta.persistence.criteria.Predicate$BooleanOperator

: IllegalArgumentException - if this enum type has no constant with the specified name NullPointerException - if the argument is null

AnnotationAttrRef jakarta.persistence.DiscriminatorValue.value

JPA Annotation Attribute in jakarta.persistence.DiscriminatorValue String value default null (Optional) The value that indicates that the row is an entity of the annotated entity type. If the DiscriminatorValue annotation is not specified and a discriminator column is used, a provider-specific

TransactionRequiredException.TransactionRequiredException(cause) - JPA Constructor

JPA Constructor in jakarta.persistence.TransactionRequiredException TransactionRequiredException (   Exception cause ) Constructs a new TransactionRequiredException exception with null as its detail message. Since: JPA 1.0

AnnotationAttrRef jakarta.persistence.NamedStoredProcedureQueries.value

JPA Annotation Attribute in jakarta.persistence.NamedStoredProcedureQueries NamedStoredProcedureQuery [] value default null (Required) Array of NamedStoredProcedureQuery annotations. Since: JPA 2.1

InterfaceRef jakarta.persistence.criteria.CriteriaDelete

getRestriction () Return the predicate that corresponds to the where clause restriction(s), or null

AnnotationAttrRef jakarta.persistence.EntityResult.entityClass

JPA Annotation Attribute in jakarta.persistence.EntityResult Class entityClass default null The class of the result. Since: JPA 1.0

AnnotationRef jakarta.persistence.NamedStoredProcedureQueries

default null (Required) Array of NamedStoredProcedureQuery annotations. Since: JPA 2.1

AnnotationRef jakarta.persistence.AssociationOverrides

default null (Required) The association override mappings that are to be applied to the relationship field or property. Since: JPA 1.0

InterfaceRef jakarta.persistence.criteria.Selection

: selection item Since: JPA 2.0 String getAlias () Return the alias assigned to the tuple element or null

StoredProcedureQuery.setTimeout(timeout) - JPA Method

, or null to indicate no timeout Return: the same query instance Since: JPA 3.2

InterfaceRef jakarta.persistence.metamodel.MappedSuperclassType

the entity or mapped superclass. Return: supertype of identifiable type or null if no such supertype

InterfaceRef jakarta.persistence.EntityTransaction

null to indicate that the database server should set the timeout Since: JPA 3.2

AnnotationAttrRef jakarta.persistence.NamedStoredProcedureQuery.procedureName

JPA Annotation Attribute in jakarta.persistence.NamedStoredProcedureQuery String procedureName default null The name of the stored procedure in the database. Since: JPA 2.1

EnumRef jakarta.persistence.criteria.CriteriaBuilder$Trimspec

name Throws: IllegalArgumentException - if this enum type has no constant with the specified name NullPointerException - if the argument is null

AnnotationAttrRef jakarta.persistence.PersistenceUnits.value

JPA Annotation Attribute in jakarta.persistence.PersistenceUnits PersistenceUnit [] value default null (Required) One or more PersistenceUnit annotations. Since: JPA 1.0

AnnotationAttrRef jakarta.persistence.NamedStoredProcedureQuery.name

JPA Annotation Attribute in jakarta.persistence.NamedStoredProcedureQuery String name default null The name used to refer to the query with the EntityManager methods that create stored procedure query objects. Since: JPA 2.1

AnnotationRef jakarta.persistence.PersistenceUnits

JPA Annotation PersistenceUnits Target: TYPE Implemented Interfaces: Annotation Declares one or more PersistenceUnit annotations. Since: JPA 1.0 Public Annotation Attributes PersistenceUnit [] value default null (Required) One or more PersistenceUnit annotations. Since: JPA 1.0

AnnotationAttrRef jakarta.persistence.AssociationOverrides.value

JPA Annotation Attribute in jakarta.persistence.AssociationOverrides AssociationOverride [] value default null (Required) The association override mappings that are to be applied to the relationship field or property. Since: JPA 1.0

ClassRef jakarta.persistence.LockTimeoutException

a new LockTimeoutException exception with null as its detail message. Since: JPA 2.0

PersistenceUnitUtil.getIdentifier(entity) - JPA Method

JPA Method in jakarta.persistence.PersistenceUnitUtil Object getIdentifier (   Object entity ) Return the id of the entity. A generated id is not guaranteed to be available until after the database insert has occurred. Returns null if the entity does not yet have an id. Parameters

AnnotationAttrRef jakarta.persistence.NamedQueries.value

JPA Annotation Attribute in jakarta.persistence.NamedQueries NamedQuery [] value default null (Required) An array of NamedQuery annotations. Since: JPA 1.0

PessimisticLockException.PessimisticLockException() - JPA Constructor

JPA Constructor in jakarta.persistence.PessimisticLockException PessimisticLockException () Constructs a new PessimisticLockException exception with null as its detail message. Since: JPA 2.0

AnnotationRef jakarta.persistence.NamedQueries

Attributes NamedQuery [] value default null (Required) An array of NamedQuery annotations. Since: JPA 1.0