I've worked on projects where there are upwards of 100-200 entities without major problems. You are probably fine. However, make sure that you really NEED all of those Entity beans. In particular, look for opportunities to apply the fast-lane reader
pattern for very-high volume queries, which is where entity beans often fall down.
Kyle