Class NavigablePathMapToInitializer
java.lang.Object
org.hibernate.sql.results.internal.NavigablePathMapToInitializer
This is in all practical terms a
Map<NavigablePath, Initializer>
but wrapping an HashMap so to keep the client code readable as we need
to:
a) have a way to log all initializers
b) prevent type pollution from happening on Initializer retrieval
I also consider it good practice to only expose the minimal set of
operations the client actually needs.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInitializer<?>get(NavigablePath navigablePath) voidvoidput(NavigablePath navigablePath, Initializer<?> initializer)
-
Constructor Details
-
NavigablePathMapToInitializer
public NavigablePathMapToInitializer()
-
-
Method Details
-
logInitializers
public void logInitializers()