360361362363364365366367368369370
if ( store == null ) { throw new IdGenerationFailedException( "No IdGenerator for: " + clazz ); } return store.nextId(); } public long getHighestPossibleIdInUse( Class<?> clazz ) { Store store = idGenerators.get( clazz );