Package io.github.blyznytsiaorg.bibernate.session
package io.github.blyznytsiaorg.bibernate.session
-
ClassDescriptionInternal usage for repositories etc.BibernateFirstLevelCacheSession is an implementation of the BibernateSession interface that introduces a first-level cache to improve the performance of entity retrieval operations.Implementation of the
BibernateSession
interface that provides second-level caching functionality for immutable entities fetched from the database.Interface representing a session with a Bibernate-based data store.Represents a session factory in the Bibernate framework, responsible for creating sessions to interact with the database.The 'CloseBibernateSession' class extends the BibernateSession and implements session management by delegating calls to an underlying BibernateSession while maintaining the ability to close the session.Wrapper class that provides validation functionality for a Bibernate session.