Package org.hibernate.internal
Class BaselineSessionEventsListenerBuilder
java.lang.Object
org.hibernate.internal.BaselineSessionEventsListenerBuilder
@Deprecated(since="7.0",
forRemoval=true)
public class BaselineSessionEventsListenerBuilder
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
This class is no longer needed and will be removed.
- API Note:
- Due to a mistake, this internal class was exposed via the layer-breaking operation
SessionFactoryOptions.getBaselineSessionEventsListenerBuilder()
. Clients should avoid direct use of this class.
-
Constructor Summary
ConstructorsConstructorDescriptionBaselineSessionEventsListenerBuilder
(Class<? extends SessionEventListener> autoListener) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Class<? extends SessionEventListener>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
BaselineSessionEventsListenerBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getAutoListener
Deprecated, for removal: This API element is subject to removal in a future version. -
buildBaselineList
Deprecated, for removal: This API element is subject to removal in a future version. -
buildBaseline
Deprecated, for removal: This API element is subject to removal in a future version.
-