Class Hierarchy
- java.lang.Object
- cronapp.framework.core.AppConfigUtil
- cronapp.framework.core.CronappConfiguration (implements org.springframework.context.ApplicationContextAware)
- cronapp.framework.core.CronappPropertiesListener (implements org.springframework.context.ApplicationListener<E>, org.springframework.core.Ordered)
- cronapp.framework.core.EntityManagerConfiguration
- cronapp.framework.core.FilterInvocationVoter (implements org.springframework.security.access.AccessDecisionVoter<S>)
- cronapp.framework.core.PropertiesSettingsService (implements cronapp.framework.core.CronappSettingsService)
- cronapp.framework.core.RepositorySettingsService (implements cronapp.framework.core.CronappSettingsService)
- org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
- cronapp.framework.core.CronappExceptionHandler
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- cronapp.framework.core.CronappFrameworkException
- java.lang.Exception
Interface Hierarchy
- cronapp.framework.core.CronappSettingsService
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- cronapp.framework.core.CronappMetadataRepository
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- cronapp.framework.core.CronappSettingsRepository
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- cronapp.framework.core.CronappMetadataRepository
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.CrudRepository<T,ID>