Class Hibernate
java.lang.Object
com.atlassian.confluence.impl.hibernate.Hibernate
- Since:
- 8.7
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Hibernate
public Hibernate()
-
-
Method Details
-
getClass
A wrapper aroundHibernate.getClass(Object)
which first checks to see ifHibernate
is present, then invoking the method if so, else just returning the class of the argument.THis is useful in cases where our Hibernate entity classes use this method in their
Object.equals(Object)
implementations, but we don't want to enforce the presense of Hibernate on the classpath to use it.
-