I have an User entity in my applications set of models that is defined as follows:
public class User extends Model { private String name; private b
User transaction on class level
@Component
@Transactional
public class className