All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.cache.spi.package.html Maven / Gradle / Ivy

There is a newer version: 6.5.0.CR1
Show newest version



    
        

Defines the Hibernate second level caching SPI.

The initial contract here is {@link org.hibernate.cache.spi.RegionFactory} whose implementations are responsible for configuring and managing lifecycle operations in regards to the particular underlying caching library. Its other main purpose is to build specializations {@link org.hibernate.cache.spi.Region} instances based on the type of data we will be storing in that given region.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy