Hierarchy For All Packages
Package Hierarchies:- br.com.gestimoveis.gprojetos,
- br.com.gestimoveis.gprojetos.conifg,
- br.com.gestimoveis.gprojetos.controller,
- br.com.gestimoveis.gprojetos.dao,
- br.com.gestimoveis.gprojetos.model,
- br.com.gestimoveis.gprojetos.repositorios,
- br.com.gestimoveis.gprojetos.servicos,
- br.com.gestimoveis.gprojetos.utils,
- br.com.treinaweb.twprojetos
Class Hierarchy
- java.lang.Object
- br.com.gestimoveis.gprojetos.dao.AlterarSenhaDAO
- br.com.gestimoveis.gprojetos.model.Cliente
- br.com.gestimoveis.gprojetos.controller.ClienteController
- br.com.gestimoveis.gprojetos.model.Corretor
- br.com.gestimoveis.gprojetos.controller.CorretorController
- br.com.gestimoveis.gprojetos.model.Empreendimento
- br.com.gestimoveis.gprojetos.controller.EmpreendimentoController
- br.com.gestimoveis.gprojetos.model.Endereço
- br.com.gestimoveis.gprojetos.GProjetosApplication
- br.com.gestimoveis.gprojetos.utils.SenhaUtils
- br.com.gestimoveis.gprojetos.model.UserDetailsImpl (implements org.springframework.security.core.userdetails.UserDetails)
- br.com.gestimoveis.gprojetos.servicos.UserDetailsServiceImpl (implements org.springframework.security.core.userdetails.UserDetailsService)
- br.com.gestimoveis.gprojetos.controller.UsuarioController
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
- br.com.gestimoveis.gprojetos.conifg.WebSecurityConfig
Interface Hierarchy
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- br.com.gestimoveis.gprojetos.repositorios.ClienteRepositorio
- br.com.gestimoveis.gprojetos.repositorios.CorretorRepositorio
- br.com.gestimoveis.gprojetos.repositorios.EmpreendimentoRepositorio
- 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>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- br.com.gestimoveis.gprojetos.repositorios.ClienteRepositorio
- br.com.gestimoveis.gprojetos.repositorios.CorretorRepositorio
- br.com.gestimoveis.gprojetos.repositorios.EmpreendimentoRepositorio
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- br.com.gestimoveis.gprojetos.model.EstadoCivil
- br.com.gestimoveis.gprojetos.model.Genero
- br.com.gestimoveis.gprojetos.model.Perfil
- br.com.gestimoveis.gprojetos.model.StatusCliente
- br.com.gestimoveis.gprojetos.model.StatusImovel
- br.com.gestimoveis.gprojetos.model.UF
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)