I have two entities with @ManyToMany relation.
@Entity public class User { ... @ManyToMany @JoinTable(name = "user_car", joinColumns = {