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