Uses of Class
org.hibernate.reactive.common.Identifier
Packages that use Identifier
Package
Description
An API for Hibernate Reactive where non-blocking operations are
represented by a Mutiny
Uni
.An API for Hibernate Reactive where non-blocking operations are
represented by a Java
CompletionStage
.-
Uses of Identifier in org.hibernate.reactive.common
Subclasses of Identifier in org.hibernate.reactive.commonModifier and TypeClassDescriptionstatic class
static class
Methods in org.hibernate.reactive.common that return IdentifierModifier and TypeMethodDescriptionstatic <T> Identifier<T>
Identifier.composite
(Identifier.Id<T>... ids) -
Uses of Identifier in org.hibernate.reactive.mutiny
Methods in org.hibernate.reactive.mutiny with parameters of type IdentifierModifier and TypeMethodDescription<T> io.smallrye.mutiny.Uni<T>
Mutiny.Session.find
(Class<T> entityClass, Identifier<T> naturalId) Asynchronously return the persistent instance of the given entity class with the given natural identifier, or null if there is no such persistent instance. -
Uses of Identifier in org.hibernate.reactive.mutiny.delegation
Methods in org.hibernate.reactive.mutiny.delegation with parameters of type IdentifierModifier and TypeMethodDescription<T> io.smallrye.mutiny.Uni<T>
MutinySessionDelegator.find
(Class<T> entityClass, Identifier<T> naturalId) -
Uses of Identifier in org.hibernate.reactive.stage
Methods in org.hibernate.reactive.stage with parameters of type IdentifierModifier and TypeMethodDescription<T> CompletionStage<T>
Stage.Session.find
(Class<T> entityClass, Identifier<T> naturalId) Asynchronously return the persistent instance of the given entity class with the given natural identifiers, or null if there is no such persistent instance.