Package org.hibernate.generator
Class EventTypeSets
- java.lang.Object
-
- org.hibernate.generator.EventTypeSets
-
public class EventTypeSets extends Object
For convenience, enumerates the possible combinations ofEventType
.This list supersedes the enumerations
GenerationTime
andGenerationTiming
from older versions of Hibernate.- Since:
- 6.2
-
-
Field Summary
Fields Modifier and Type Field Description static EnumSet<EventType>
ALL
static EnumSet<EventType>
INSERT_AND_UPDATE
static EnumSet<EventType>
INSERT_ONLY
static EnumSet<EventType>
NONE
static EnumSet<EventType>
UPDATE_ONLY
-
Constructor Summary
Constructors Constructor Description EventTypeSets()
-