Class HibernateTitleContentMappingDao

java.lang.Object
org.springframework.dao.support.DaoSupport
com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao<TitleContentMapping>
com.atlassian.confluence.links.persistence.dao.hibernate.HibernateTitleContentMappingDao
All Implemented Interfaces:
TitleContentMappingDao, org.springframework.beans.factory.InitializingBean

public class HibernateTitleContentMappingDao extends HibernateObjectDao<TitleContentMapping> implements TitleContentMappingDao
Hibernate implementation of the TitleContentMappingDao interface. This class is responsible for interacting with the database using Hibernate to manage TitleContentMapping entities.