Se utiliza sql directo en las tablas
EJEMPLO:
@Query(value="SQL... = ?1", nativeQuery=true) UnRelatedEntity findByNick(String nick)