Hi I have a domain class that I set as int userID
. Will it affect when the auto number become very big that User.findById()
throws error? If I change to Long now (people are already using the application) will it affect the findById()
?
質問する
479 次