Class Identifier<T>

java.lang.Object
org.hibernate.reactive.common.Identifier<T>
Type Parameters:
T - the owning entity class
Direct Known Subclasses:
Identifier.Composite, Identifier.Id

@Incubating public abstract class Identifier<T> extends Object
Represents a value of an attribute that forms part of the natural key of an entity.
See Also:
  • NaturalId