Package org.hibernate.internal.log
Class LoggingHelper
java.lang.Object
org.hibernate.internal.log.LoggingHelper
Helper for logging collection, entity and embeddable information. Uses path collapsing
for readability
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
toLoggableString
(PersistentCollection<?> collectionInstance) static String
toLoggableString
(CollectionKey collectionKey) static String
toLoggableString
(EntityKey entityKey) static String
static String
toLoggableString
(NavigableRole role, Object key) static String
static String
toLoggableString
(NavigablePath path, Object key)
-
Field Details
-
NULL
- See Also:
-
UNREFERENCED
- See Also:
-
-
Constructor Details
-
LoggingHelper
public LoggingHelper()
-
-
Method Details
-
toLoggableString
-
toLoggableString
-
toLoggableString