Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

329
Vistas
how to handle returned objects from findBy....Exists (boolean exists) in Spring-Data-MongoDB?

I have a collection in MongoDB called 'customers' where I store documents with different schemas.

In my Spring Boot Application I have the following Repository:

public interface BgradeCustomerRepository extends MongoRepository<BgradeCustomer, String> {
    public List<BgradeCustomer> findByScoreExists(boolean exists);
} 

When I invoke findByScoreExists and pass true, it works fine and I get the collection of objects with property 'score', but the problem is when I pass false to findByScoreExists, I get the collection of 'BgradeCustomer' objects with only the common properties with the other schemas !!

I changed the method signature to be:

// Customer is the other schema in the collection 
public List<Customer> findByScoreExists(boolean exists);

but that never worked, I always get 'java.lang.NullPointerException: null'

So, how can I get all the objects that doesn't have a specific property ?

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

wrap the object with java.util.Optional then use method isPresent() to check

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda