Hierarchy For All Packages

Package Hierarchies:

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>)

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>)
  • 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>)

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