ObjectDB Database Search
101-150 of 200 resultsjakarta.persistence.NamedEntityGraphs Jakarta Persistence (JPA) Annotation Type jakarta.persistence.NamedEntityGraphs Implemented Interfaces: Annotation Target: Type Used to group NamedEntityGraph annotations. See Also: NamedEntityGraph Since: Jakarta Persistence (JPA) 2.1 Annotation Elements NamedEntityGraph[] value Since: Jakarta | |
jakarta.persistence.ConstructorResult Jakarta Persistence (JPA) Annotation Type jakarta.persistence.ConstructorResult Implemented Interfaces: Annotation Used in conjunction with the SqlResultSetMapping or NamedNativeQuery annotation ... = "orderCount"), @ColumnResult(name = "avgOrder", type = Double.class) }) }) See Also: SqlResultSetMapping | |
jakarta.persistence.Converts Jakarta Persistence (JPA) Annotation Type jakarta.persistence.Converts Implemented Interfaces: Annotation Target: Method, Field, Type Used to group Convert annotations. Multiple converters must not be applied to the same basic attribute. See Also: Convert Since: Jakarta Persistence (JPA) 2.1 | |
jakarta.persistence.ConnectionConsumer Jakarta Persistence (JPA) Interface jakarta.persistence.ConnectionConsumer Type Parameters: - the connection type , usually java.sql.Connection An executable action which makes use of a native database connection. The connection is usually a JDBC connection. See Also: ConnectionFunction | |
jakarta.persistence.ConnectionFunction Jakarta Persistence (JPA) Interface jakarta.persistence.ConnectionFunction Type Parameters: - the connection type , usually java.sql.Connection A function which makes use of a native database connection to compute a result. The connection is usually a JDBC connection. See Also: ConnectionConsumer | |
jakarta.persistence.EntityResult Jakarta Persistence (JPA) Annotation Type jakarta.persistence.EntityResult Implemented Interfaces: Annotation Used in conjunction with the SqlResultSetMapping or NamedNativeQuery annotation to map ... Specifies the column name (or alias) of the column in the SELECT list that is used to determine the type | |
jakarta.persistence.EntityListeners Jakarta Persistence (JPA) Annotation Type jakarta.persistence.EntityListeners Implemented Interfaces: Annotation Target: Type Specifies the callback listener classes to be used for an entity or mapped superclass. This annotation may be applied to an entity class or mapped superclass. The specified | |
jakarta.persistence.ExcludeSuperclassListeners Jakarta Persistence (JPA) Annotation Type jakarta.persistence.ExcludeSuperclassListeners Implemented Interfaces: Annotation Target: Type Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses. Since: Jakarta | |
jakarta.persistence.ExcludeDefaultListeners Jakarta Persistence (JPA) Annotation Type jakarta.persistence.ExcludeDefaultListeners Implemented Interfaces: Annotation Target: Type Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses. Since: Jakarta Persistence (JPA | |
jakarta.persistence.metamodel.Metamodel.getEmbeddables() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.Metamodel Set getEmbeddables() Return the metamodel embeddable types . Returns am empty set if there are no embeddable types . Returns: the metamodel embeddable types . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.Metamodel.entity(Class) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.Metamodel EntityType entity ( Class cls ) Return the metamodel entity type representing the entity. Parameters: cls - the type of the represented entity Returns: the metamodel entity type . Throws | |
jakarta.persistence.metamodel.Metamodel.managedType(Class) managedType ( Class cls ) Return the metamodel managed type representing the entity, mapped superclass, or embeddable class. Parameters: cls - the type of the represented managed class Returns: the metamodel managed type . Throws: IllegalArgumentException - if not a managed class. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.Metamodel.embeddable(Class) embeddable ( Class cls ) Return the metamodel embeddable type representing the embeddable class. Parameters: cls - the type of the represented embeddable class Returns: the metamodel embeddable type . Throws: IllegalArgumentException - if not an embeddable class. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CommonAbstractCriteria.subquery(Class) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CommonAbstractCriteria Subquery subquery ( Class type ) Create a subquery of the query. Parameters: type - the subquery result type Returns: subquery. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CommonAbstractCriteria.subquery(EntityType) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CommonAbstractCriteria Subquery subquery ( EntityType type ) Create a subquery of the query. Parameters: type - the subquery result type Returns: subquery. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.Attribute.getDeclaringType() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.Attribute ManagedType getDeclaringType() Return the managed type representing the type in which the attribute was declared. Returns: declaring type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.TypedQuery.setParameter(String,Calendar,TemporalType) - temporal type value - parameter value Returns: the same query instance. Throws: IllegalArgumentException ... is of incorrect type . Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.TypedQuery.setParameter(String,Date,TemporalType) an instance of Date to a named parameter. Parameters: name - parameter name temporalType - temporal type ... is of incorrect type . Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getDeclaredAttributes() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType Set getDeclaredAttributes() Return the attributes declared by the managed type . Returns empty set if the managed type has no declared attributes. Returns: declared attributes of the managed type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.TypedQuery.setParameter(int,Calendar,TemporalType) - temporal type value - parameter value Returns: the same query instance. Throws ... is of incorrect type . Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.TypedQuery.setParameter(int,Date,TemporalType) type value - parameter value Returns: the same query instance. Throws: IllegalArgumentException ... is of incorrect type . Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.TypedQuery.setFlushMode(FlushModeType) Jakarta Persistence (JPA) Method in jakarta.persistence.TypedQuery TypedQuery setFlushMode ( FlushModeType flushMode ) Set the flush mode type to be used for the query execution. The flush mode type applies to the query regardless of the flush mode type in use for the entity manager | |
jakarta.persistence.Tuple.get(String,Class) , 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 ... to an element in the query result tuple or element cannot be assigned to the specified type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.StoredProcedureQuery.setParameter(int,Calendar,TemporalType) - position temporalType - temporal type value - parameter value Returns: the same query instance ... of the query or if the value argument is of incorrect type . Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.StoredProcedureQuery.setParameter(int,Date,TemporalType) - position temporalType - temporal type value - parameter value Returns: the same query instance. Throws ... if the value argument is of incorrect type . Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.StoredProcedureQuery.setFlushMode(FlushModeType) Jakarta Persistence (JPA) Method in jakarta.persistence.StoredProcedureQuery StoredProcedureQuery setFlushMode ( FlushModeType flushMode ) Set the flush mode type to be used for the query execution. The flush mode type applies to the query regardless of the flush mode type in use | |
jakarta.persistence.StoredProcedureQuery.setParameter(String,Calendar,TemporalType) - parameter name temporalType - temporal type value - parameter value Returns: the same query instance ... or if the value argument is of incorrect type . Deprecated: Newly-written code should use the date/time types defined in java.time . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.StoredProcedureQuery.setParameter(String,Date,TemporalType) temporalType - temporal type value - parameter value Returns: the same query instance. Throws ... if the value argument is of incorrect type . Deprecated: Newly-written code should use the date/time types | |
jakarta.persistence.StoredProcedureQuery.registerStoredProcedureParameter(String,Class,ParameterMode) Jakarta Persistence (JPA) Method in jakarta.persistence.StoredProcedureQuery StoredProcedureQuery registerStoredProcedureParameter ( String parameterName , Class type ... parameterName - name of the parameter as registered or specified in metadata type - type of the parameter | |
jakarta.persistence.StoredProcedureQuery.registerStoredProcedureParameter(int,Class,ParameterMode) Jakarta Persistence (JPA) Method in jakarta.persistence.StoredProcedureQuery StoredProcedureQuery registerStoredProcedureParameter ( int position , Class type ,   ... . Parameters: mode - parameter mode position - parameter position type - type of the parameter Returns | |
jakarta.persistence.PersistenceConfiguration.transactionType() Jakarta Persistence (JPA) Method in jakarta.persistence.PersistenceConfiguration PersistenceUnitTransactionType transactionType() The transaction type . If PersistenceUnitTransactionType.JTA , a JTA ... via PersistenceConfiguration.nonJtaDataSource . Returns: the transaction type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getSingularAttribute(String) type that corresponds to the specified name. Parameters: name - the name of the represented attribute ... - if attribute of the given name is not present in the managed type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getDeclaredSingularAttribute(String) by the managed type that corresponds to the specified name. Parameters: name - the name ... : IllegalArgumentException - if attribute of the given name is not declared in the managed type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getCollection(String) type that corresponds to the specified name. Parameters: name - the name of the represented attribute ... of the given name is not present in the managed type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getDeclaredCollection(String) by the managed type that corresponds to the specified name. Parameters: name - the name ... : IllegalArgumentException - if attribute of the given name is not declared in the managed type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getPluralAttributes() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType Set getPluralAttributes() Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) of the managed type . Returns empty set if the managed type has no multi-valued attributes. Returns | |
jakarta.persistence.metamodel.ManagedType.getDeclaredPluralAttributes() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType Set getDeclaredPluralAttributes() Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) declared by the managed type . Returns empty set if the managed type has no declared multivalued | |
jakarta.persistence.metamodel.ManagedType.getAttribute(String) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType Attribute getAttribute ( String name ) Return the attribute of the managed type that corresponds ... name. Throws: IllegalArgumentException - if attribute of the given name is not present in the managed type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getDeclaredAttribute(String) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType Attribute getDeclaredAttribute ( String name ) Return the attribute declared by the managed type ... declared in the managed type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getMap(String) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType MapAttribute getMap ( String name ) Return the Map-valued attribute of the managed type that corresponds ... in the managed type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getDeclaredMap(String) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType MapAttribute getDeclaredMap ( String name ) Return the Map-valued attribute declared by the managed type ... of the given name is not declared in the managed type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.MapAttribute.getKeyJavaType() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.MapAttribute Class getKeyJavaType() Return the Java type of the map key. Returns: Java key type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getSet(String) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType SetAttribute getSet ( String name ) Return the Set-valued attribute of the managed type that corresponds ... in the managed type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getDeclaredSet(String) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType SetAttribute getDeclaredSet ( String name ) Return the Set-valued attribute declared by the managed type ... of the given name is not declared in the managed type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getList(String) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType ListAttribute getList ( String name ) Return the List-valued attribute of the managed type that corresponds ... present in the managed type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.ManagedType.getDeclaredList(String) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.ManagedType ListAttribute getDeclaredList ( String name ) Return the List-valued attribute declared by the managed type ... of the given name is not declared in the managed type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.Metamodel.getManagedTypes() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.Metamodel Set getManagedTypes() Return the metamodel managed types . Returns: the metamodel managed types . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.Metamodel.getEntities() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.Metamodel Set getEntities() Return the metamodel entity types . Returns: the metamodel entity types . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.PluralAttribute.getCollectionType() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.PluralAttribute CollectionType getCollectionType() Return the collection type . Returns: collection type . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.metamodel.Metamodel.entity(String) Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.Metamodel EntityType entity ( String entityName ) Return the metamodel entity type representing the entity. Parameters: entityName - the name of the represented entity Returns: the metamodel entity type . Throws |