Uses of Class
org.hibernate.event.spi.EventManager.CacheActionDescription
-
Packages that use EventManager.CacheActionDescription Package Description org.hibernate.event.internal This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession. -
-
Uses of EventManager.CacheActionDescription in org.hibernate.event.internal
-
Uses of EventManager.CacheActionDescription in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return EventManager.CacheActionDescription Modifier and Type Method Description static EventManager.CacheActionDescriptionEventManager.CacheActionDescription. valueOf(String name)Returns the enum constant of this type with the specified name.static EventManager.CacheActionDescription[]EventManager.CacheActionDescription. values()Returns an array containing the constants of this enum type, in the order they are declared.
-