Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration methods that can be applied, before Hibernate SessionFactory is created.

public void addClassMapping(Class<?> c)

Adds the @Entity annotated single class to the configuration mapping.

public void addClassMapping(ClassList list)

Adds the @Entity annotated classes to the configuration mapping.

...

History of SOSHibernate with JobScheduler Releases

Info
titleRelease 1.11.1 - new methods
  • SOSHibernateFactory
    • addClassMapping(Class<?> c)

Info
titleRelease 1.11.4 - new methods
  • SOSHibernateException
    • SOSHibernateLockAcquisitionException
    • SOSHibernateObjectOperationException
  • SOSHibernateSession
    • setAutoCommit
    • isAutoCommit
    • getSingleResultNativeQueryAsMap
    • getSingleResultNativeQueryAsStringMap
    • getSingleResultAsMap
    • getSingleResultAsStringMap
    • getResultListNativeQueryAsMaps
    • getResultListNativeQueryAsStringMaps
    • getResultListAsMaps
    • getResultListAsStringMaps
    • scroll