ObjectDB Database Search
51-100 of 200 resultsjakarta.persistence.metamodel.ManagedType.getDeclaredMap(String,Class,Class) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType MapAttribute getDeclaredMap ( String name , Class keyType , Class valueType ) Return the Map-valued attribute declared by the managed type that corresponds to the specified name | |
jakarta.persistence.metamodel.ManagedType.getCollection(String,Class) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType CollectionAttribute getCollection ( String name , Class elementType ) Return the Collection-valued attribute of the managed type that corresponds to the specified name and Java element type | |
jakarta.persistence.metamodel.ManagedType.getDeclaredCollection(String,Class) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType CollectionAttribute getDeclaredCollection ( String name , Class elementType ) Return the Collection-valued attribute declared by the managed type that corresponds to the specified name and Java | |
jakarta.persistence.metamodel.ManagedType.getSet(String,Class) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType SetAttribute getSet ( String name , Class elementType ) Return the Set-valued attribute of the managed type that corresponds to the specified name and Java element type. Parameters: name | |
jakarta.persistence.metamodel.ManagedType.getDeclaredSet(String,Class) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType SetAttribute getDeclaredSet ( String name , Class elementType ) Return the Set-valued attribute declared by the managed type that corresponds to the specified name and Java element type | |
jakarta.persistence.criteria.Selection.alias(String) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Selection Selection alias ( String name ) Assigns an alias to the selection item. Once assigned, an alias cannot be changed or reassigned. Returns the same selection item. Parameters: name - alias Returns: selection item. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.PersistenceConfiguration.PersistenceConfiguration(String) Jakarta Persistence (JPA) Constructor in jakarta.persistence.PersistenceConfiguration PersistenceConfiguration ( String name ) Create a new empty configuration. An empty configuration does not typically hold enough information for successful invocation of PersistenceConfiguration | |
jakarta.persistence.NonUniqueResultException.NonUniqueResultException(String) Jakarta Persistence (JPA) Constructor in jakarta.persistence.NonUniqueResultException NonUniqueResultException ( String message ) Constructs a new NonUniqueResultException exception with the specified detail message. Parameters: message - the detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.NonUniqueResultException.NonUniqueResultException(String,Exception) Jakarta Persistence (JPA) Constructor in jakarta.persistence.NonUniqueResultException NonUniqueResultException ( String message , Exception cause ) Constructs a new NonUniqueResultException exception with the specified detail message. Parameters: message - the detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.Tuple.get(String) Jakarta Persistence (JPA) Method in jakarta.persistence.Tuple Object get ( String alias ) Get the value of the tuple element to which the specified alias has been assigned. Parameters: alias - alias assigned to tuple element Returns: value of the tuple element. Throws | |
jakarta.persistence.NoResultException.NoResultException(String) Jakarta Persistence (JPA) Constructor in jakarta.persistence.NoResultException NoResultException ( String message ) Constructs a new NoResultException exception with the specified detail message. Parameters: message - the detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.Tuple.get(String,Class) Jakarta Persistence (JPA) Method in jakarta.persistence.Tuple X get ( String alias , Class type ) Get the value of the tuple element to which the specified alias has been assigned. Parameters: alias - alias assigned to tuple element type - of the tuple element Returns | |
jakarta.persistence.criteria.From.joinMap(String,JoinType) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.From MapJoin joinMap ( String attributeName , JoinType jt ) Create a join to the specified Map -valued attribute using the given join type. Parameters: attributeName - name of the attribute for the target | |
jakarta.persistence.OptimisticLockException.OptimisticLockException(String) Jakarta Persistence (JPA) Constructor in jakarta.persistence.OptimisticLockException OptimisticLockException ( String message ) Constructs a new OptimisticLockException exception with the specified detail message. Parameters: message - the detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.OptimisticLockException.OptimisticLockException(String,Throwable) Jakarta Persistence (JPA) Constructor in jakarta.persistence.OptimisticLockException OptimisticLockException ( String message , Throwable cause ) Constructs a new OptimisticLockException exception with the specified detail message and cause. Parameters: cause - the cause | |
jakarta.persistence.StoredProcedureQuery.setParameter(String,Object) Jakarta Persistence (JPA) Method in jakarta.persistence.StoredProcedureQuery StoredProcedureQuery setParameter ( String name , Object value ) Bind an argument value to a named parameter. Parameters: name - parameter name value - parameter value Returns: the same query | |
jakarta.persistence.StoredProcedureQuery.setParameter(String,Calendar,TemporalType) Jakarta Persistence (JPA) Method in jakarta.persistence.StoredProcedureQuery StoredProcedureQuery setParameter ( String name , Calendar value , TemporalType temporalType ) Bind an instance of java.util.Calendar to a named parameter. Parameters: name | |
jakarta.persistence.StoredProcedureQuery.setParameter(String,Date,TemporalType) Jakarta Persistence (JPA) Method in jakarta.persistence.StoredProcedureQuery StoredProcedureQuery setParameter ( String name , Date value , TemporalType temporalType ) Bind an instance of java.util.Date to a named parameter. Parameters: name - parameter name | |
jakarta.persistence.OptimisticLockException.OptimisticLockException(String,Throwable,Object) Jakarta Persistence (JPA) Constructor in jakarta.persistence.OptimisticLockException OptimisticLockException ( String message , Throwable cause , Object entity ) Constructs a new OptimisticLockException exception with the specified detail message, cause | |
jakarta.persistence.StoredProcedureQuery.registerStoredProcedureParameter(String,Class,ParameterMode) Jakarta Persistence (JPA) Method in jakarta.persistence.StoredProcedureQuery StoredProcedureQuery registerStoredProcedureParameter ( String parameterName , Class type , ParameterMode mode ) Register a named parameter. Parameters: mode - parameter mode | |
jakarta.persistence.StoredProcedureQuery.getOutputParameterValue(String) Jakarta Persistence (JPA) Method in jakarta.persistence.StoredProcedureQuery Object getOutputParameterValue ( String parameterName ) Retrieve a value passed back from the procedure through an INOUT or OUT parameter. For portability, all results corresponding to result sets and update | |
jakarta.persistence.QueryTimeoutException.QueryTimeoutException(String) Jakarta Persistence (JPA) Constructor in jakarta.persistence.QueryTimeoutException QueryTimeoutException ( String message ) Constructs a new QueryTimeoutException exception with the specified detail message. Parameters: message - the detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.QueryTimeoutException.QueryTimeoutException(String,Throwable) Jakarta Persistence (JPA) Constructor in jakarta.persistence.QueryTimeoutException QueryTimeoutException ( String message , Throwable cause ) Constructs a new QueryTimeoutException exception with the specified detail message and cause. Parameters: cause - the cause | |
jakarta.persistence.RollbackException.RollbackException(String) Jakarta Persistence (JPA) Constructor in jakarta.persistence.RollbackException RollbackException ( String message ) Constructs a new RollbackException exception with the specified detail message. Parameters: message - the detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.RollbackException.RollbackException(String,Throwable) Jakarta Persistence (JPA) Constructor in jakarta.persistence.RollbackException RollbackException ( String message , Throwable cause ) Constructs a new RollbackException exception with the specified detail message and cause. Parameters: cause - the cause. message - the detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.QueryTimeoutException.QueryTimeoutException(String,Throwable,Query) Jakarta Persistence (JPA) Constructor in jakarta.persistence.QueryTimeoutException QueryTimeoutException ( String message , Throwable cause , Query query ) Constructs a new QueryTimeoutException exception with the specified detail message, cause, and query | |
jakarta.persistence.Graph.removeAttributeNode(String) Jakarta Persistence (JPA) Method in jakarta.persistence.Graph void removeAttributeNode ( String attributeName ) Remove an attribute node from the entity graph. When this graph is interpreted as a load graph, this operation suppresses inclusion of an attribute mapped for eager fetching | |
jakarta.persistence.PessimisticLockException.PessimisticLockException(String,Throwable,Object) Jakarta Persistence (JPA) Constructor in jakarta.persistence.PessimisticLockException PessimisticLockException ( String message , Throwable cause , Object entity ) Constructs a new PessimisticLockException exception with the specified detail message, cause | |
jakarta.persistence.Graph.addAttributeNodes(String...) Jakarta Persistence (JPA) Method in jakarta.persistence.Graph void addAttributeNodes ( String ... attributeName ) Add one or more attribute nodes to the entity graph. If there is already an existing node for one of the given attribute names, that particular argument is ignored | |
jakarta.persistence.Graph.hasAttributeNode(String) Jakarta Persistence (JPA) Method in jakarta.persistence.Graph boolean hasAttributeNode ( String attributeName ) Determine if there is an existing attribute node for the attribute with the given name. Parameters: attributeName - name of the attribute Returns: true | |
jakarta.persistence.PessimisticLockException.PessimisticLockException(String) Jakarta Persistence (JPA) Constructor in jakarta.persistence.PessimisticLockException PessimisticLockException ( String message ) Constructs a new PessimisticLockException exception with the specified detail message. Parameters: message - the detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.Graph.getAttributeNode(String) Jakarta Persistence (JPA) Method in jakarta.persistence.Graph AttributeNode getAttributeNode ( String attributeName ) Get an existing attribute node for the attribute with the given name. Parameters: attributeName - name of the attribute Returns: the attribute node. Throws | |
jakarta.persistence.PessimisticLockException.PessimisticLockException(String,Throwable) Jakarta Persistence (JPA) Constructor in jakarta.persistence.PessimisticLockException PessimisticLockException ( String message , Throwable cause ) Constructs a new PessimisticLockException exception with the specified detail message and cause. Parameters: cause | |
jakarta.persistence.Graph.addSubgraph(String) Jakarta Persistence (JPA) Method in jakarta.persistence.Graph Subgraph addSubgraph ( String attributeName ) Add a node to the graph that corresponds to a managed type. This allows for construction of multi-node entity graphs that include related managed types. Parameters | |
jakarta.persistence.Graph.addSubgraph(String,Class) Jakarta Persistence (JPA) Method in jakarta.persistence.Graph Subgraph addSubgraph ( String attributeName , Class type ) Add a node to the graph that corresponds to a managed type with inheritance. This allows for multiple subclass subgraphs to be defined for this node | |
jakarta.persistence.EntityExistsException.EntityExistsException(String) Jakarta Persistence (JPA) Constructor in jakarta.persistence.EntityExistsException EntityExistsException ( String message ) Constructs a new EntityExistsException exception with the specified detail message. Parameters: message - the detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityExistsException.EntityExistsException(String,Throwable) Jakarta Persistence (JPA) Constructor in jakarta.persistence.EntityExistsException EntityExistsException ( String message , Throwable cause ) Constructs a new EntityExistsException exception with the specified detail message and cause. Parameters: cause - the cause | |
jakarta.persistence.Graph.addKeySubgraph(String) Jakarta Persistence (JPA) Method in jakarta.persistence.Graph Subgraph addKeySubgraph ( String attributeName ) Add a node to the graph that corresponds to a map key that is a managed type. This allows for construction of multi-node entity graphs that include related managed types | |
jakarta.persistence.Graph.addKeySubgraph(String,Class) Jakarta Persistence (JPA) Method in jakarta.persistence.Graph Subgraph addKeySubgraph ( String attributeName , Class type ) Add a node to the graph that corresponds to a map key that is a managed type with inheritance. This allows for construction of multi-node entity | |
jakarta.persistence.Graph.addElementSubgraph(String) Jakarta Persistence (JPA) Method in jakarta.persistence.Graph Subgraph addElementSubgraph ( String attributeName ) Add a node to the graph that corresponds to a collection element that is a managed type. This allows for construction of multi-node entity graphs that include related | |
jakarta.persistence.Graph.addElementSubgraph(String,Class) Jakarta Persistence (JPA) Method in jakarta.persistence.Graph Subgraph addElementSubgraph ( String attributeName , Class type ) Add a node to the graph that corresponds to a collection element that is a managed type. This allows for construction of multi-node entity | |
jakarta.persistence.EntityManagerFactory.addNamedEntityGraph(String,EntityGraph) Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManagerFactory void addNamedEntityGraph ( String graphName , EntityGraph entityGraph ) Add a named copy of the given EntityGraph to this EntityManagerFactory . If an entity graph with the given name | |
jakarta.persistence.PersistenceException.PersistenceException(String) Jakarta Persistence (JPA) Constructor in jakarta.persistence.PersistenceException PersistenceException ( String message ) Constructs a new PersistenceException exception with the specified detail message. Parameters: message - the detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityManagerFactory.addNamedQuery(String,Query) Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManagerFactory void addNamedQuery ( String name , Query query ) Define the query, typed query, or stored procedure query as a named query such that future query objects can be created from it using | |
jakarta.persistence.PersistenceException.PersistenceException(String,Throwable) Jakarta Persistence (JPA) Constructor in jakarta.persistence.PersistenceException PersistenceException ( String message , Throwable cause ) Constructs a new PersistenceException exception with the specified detail message and cause. Parameters: cause - the cause. message - the detail message. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.Graph.addAttributeNode(String) Jakarta Persistence (JPA) Method in jakarta.persistence.Graph AttributeNode addAttributeNode ( String attributeName ) Get an existing attribute node for the attribute with the given name, or add a new attribute node if there is no existing node. Parameters: attributeName - name | |
jakarta.persistence.EntityManager.createNamedStoredProcedureQuery(String) Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager StoredProcedureQuery createNamedStoredProcedureQuery ( String name ) Create an instance of StoredProcedureQuery for executing a stored procedure in the database. Parameters must be registered before the stored | |
jakarta.persistence.EntityManager.createStoredProcedureQuery(String) Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager StoredProcedureQuery createStoredProcedureQuery ( String procedureName ) Create an instance of StoredProcedureQuery for executing a stored procedure in the database. Parameters must be registered before the stored | |
jakarta.persistence.EntityManager.createStoredProcedureQuery(String,Class...) Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager StoredProcedureQuery createStoredProcedureQuery ( String procedureName , Class ... resultClasses ) Create an instance of StoredProcedureQuery for executing a stored procedure in the database. Parameters | |
jakarta.persistence.EntityManager.createEntityGraph(String) Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager EntityGraph createEntityGraph ( String graphName ) Obtain a mutable copy of a named EntityGraph , or return null if there is no entity graph with the given name. Parameters: graphName - name of an entity graph |